POST Admin/GetCumulativeViewDetails
Request Information
URI Parameters
None.
Body Parameters
MyCumulativeSearchType| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchString | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| SortString | string |
None. |
|
| OrderID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchString": "sample string 1",
"PageSize": 2,
"PageIndex": 3,
"SortString": "sample string 4",
"OrderID": 5
}
application/xml, text/xml
Sample:
<MyCumulativeSearchType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMW.TalkingPages.WebApi.Models"> <OrderID>5</OrderID> <PageIndex>3</PageIndex> <PageSize>2</PageSize> <SearchString>sample string 1</SearchString> <SortString>sample string 4</SortString> </MyCumulativeSearchType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |