POST api/homework/searchWithPage
按条件分页查询
Request Information
URI Parameters
None.
Body Parameters
HomeworkSearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| HomeworkName | string |
None. |
|
| HomeworkType | string |
None. |
|
| TeacherId | string |
None. |
|
| ClassId | string |
None. |
|
| Page | integer |
None. |
|
| Size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"HomeworkName": "sample string 1",
"HomeworkType": "sample string 2",
"TeacherId": "sample string 3",
"ClassId": "sample string 4",
"Page": 5,
"Size": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.