POST api/query/{queryName}/paged
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| queryName | string |
Required |
Body Parameters
PagedQueryRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| DbName | string |
None. |
|
| Parameters | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"Page": 1,
"PageSize": 2,
"DbName": "sample string 3",
"Parameters": {
"sample string 1": {},
"sample string 3": {}
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.