POST web/admin/homework/reviewlist/loadhomework
load homework
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"className": "sample string 1",
"name": "sample string 2",
"pageIndex": 3,
"pageSize": 4,
"partnerId": "sample string 5",
"curUserId": "sample string 6",
"isSSO": true,
"requestHost": "sample string 8",
"applicationPath": "sample string 9",
"secureApplicationPath": "sample string 10",
"absoluteApplicationPath": "sample string 11",
"isHttps": true,
"isMobileDevice": true,
"clientType": 0,
"clientVersion": "sample string 14",
"clientOS": "sample string 15",
"clientBuild": "sample string 16",
"timeZone": 17,
"clientId": "sample string 18"
}
application/xml, text/xml
Sample:
<SearchReviewInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input"> <ClientId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 18</ClientId> <ClientType xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">Web</ClientType> <TimeZone xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">17</TimeZone> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 11</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 9</applicationPath> <cachedKey xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 1</cachedKey> <clientBuild xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 16</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 15</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 14</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 6</curUserId> <isHttps xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isHttps> <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isMobileDevice> <isSSO xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isSSO> <requestHost xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 8</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 10</secureApplicationPath> <ClassName>sample string 1</ClassName> <Name>sample string 2</Name> <PageIndex>3</PageIndex> <PageSize>4</PageSize> <PartnerId>sample string 5</PartnerId> </SearchReviewInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"isDone": true,
"code": 0,
"message": "sample string 2",
"cachedKey": "sample string 3",
"correlationId": "77950958-57bc-4e7d-8ea3-29c709fadb76",
"data": {
"reviewList": [
{
"classId": "sample string 1",
"className": "sample string 2",
"homeworkAssignmentId": "sample string 3",
"name": "sample string 4",
"dueTime": "sample string 5",
"unreviewedCount": 6,
"reviewedCount": 7,
"unsubmittedCount": 8
},
{
"classId": "sample string 1",
"className": "sample string 2",
"homeworkAssignmentId": "sample string 3",
"name": "sample string 4",
"dueTime": "sample string 5",
"unreviewedCount": 6,
"reviewedCount": 7,
"unsubmittedCount": 8
},
{
"classId": "sample string 1",
"className": "sample string 2",
"homeworkAssignmentId": "sample string 3",
"name": "sample string 4",
"dueTime": "sample string 5",
"unreviewedCount": 6,
"reviewedCount": 7,
"unsubmittedCount": 8
}
],
"pageCount": 1,
"totalCount": 2
}
}
application/xml, text/xml
Sample:
<ApiResponseOfUserHomeworkReviewDetailsOutVODeMvvqei xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API"> <CachedKey>sample string 3</CachedKey> <Code>None</Code> <CorrelationId>77950958-57bc-4e7d-8ea3-29c709fadb76</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfUserHomeworkReviewDetailsOutVODeMvvqei>