GET api/homework/getHomeworkById?id={id}&isTeacher={isTeacher}&pageIndex={pageIndex}&pageSize={pageSize}
小程序端(根据当前用户Id(Teacher or Student)分页查询作业)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| isTeacher | boolean |
Required |
|
| pageIndex | integer |
Required |
|
| pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.