GET api/homework/getClassByTeacherAndDate?teacherId={teacherId}&classDate={classDate}
根据老师和日期查询当天已排课的班级
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| teacherId | string |
Required |
|
| classDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.