POST api/Rvw/GetPageReviewWorksV9
Request Information
URI Parameters
None.
Body Parameters
GetReviewWorksInput| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| QuestionsId | string |
None. |
|
| TaskType | integer |
None. |
|
| RvwCnt | integer |
None. |
|
| pageIndex | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"QuestionsId": "sample string 2",
"TaskType": 3,
"RvwCnt": 4,
"pageIndex": 5,
"pageSize": 6
}
text/xml
Sample:
<GetReviewWorksInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ems.Domain.Rvw.Dtos.InputDtos"> <QuestionsId>sample string 2</QuestionsId> <RvwCnt>4</RvwCnt> <TaskType>3</TaskType> <UserId>sample string 1</UserId> <pageIndex>5</pageIndex> <pageSize>6</pageSize> </GetReviewWorksInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ServiceResult| Name | Description | Type | Additional information |
|---|---|---|---|
| RetCode | integer |
None. |
|
| Msg | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"RetCode": 1,
"Msg": "sample string 2",
"Result": {}
}
text/xml
Sample:
<ServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tdf.Utils.Networking"> <Msg>sample string 2</Msg> <Result /> <RetCode>1</RetCode> </ServiceResult>