POST web/admin/homework/management/review/makeunitscreenshot
make unit screenshot
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"userHomeworkId": "sample string 1",
"userHomeworkUnitId": "sample string 2",
"entityType": "sample string 3",
"entityId": "sample string 4",
"curUserId": "sample string 5",
"isSSO": true,
"requestHost": "sample string 7",
"applicationPath": "sample string 8",
"secureApplicationPath": "sample string 9",
"absoluteApplicationPath": "sample string 10",
"isHttps": true,
"isMobileDevice": true,
"clientType": 0,
"clientVersion": "sample string 13",
"clientOS": "sample string 14",
"clientBuild": "sample string 15",
"timeZone": 16,
"clientId": "sample string 17"
}
application/xml, text/xml
Sample:
<MakeUnitScreenshotInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Web.API.VO.Input.Homework.Management"> <ClientId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 17</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">16</TimeZone> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 10</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 8</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 15</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 14</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 13</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 5</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 7</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 9</secureApplicationPath> <entityId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Web.API.VO.Input.Common">sample string 4</entityId> <entityType xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Web.API.VO.Input.Common">sample string 3</entityType> <UserHomeworkId>sample string 1</UserHomeworkId> <UserHomeworkUnitId>sample string 2</UserHomeworkUnitId> </MakeUnitScreenshotInVO>
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": "ab418860-0fda-40ad-8915-f60bcc3bd9af",
"data": null
}
application/xml, text/xml
Sample:
<ApiResponseOfMakeUnitScreenshotOutVO_P7DUVZeM 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>ab418860-0fda-40ad-8915-f60bcc3bd9af</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfMakeUnitScreenshotOutVO_P7DUVZeM>