POST api/getdoclist/page
Request Information
URI Parameters
None.
Body Parameters
PageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"page": 1,
"pageSize": 2
}
application/xml, text/xml
Sample:
<DataController.PageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers"> <page>1</page> <pageSize>2</pageSize> </DataController.PageRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ApiResultOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />