POST Wapi/GetInsights
Request Information
URI Parameters
None.
Body Parameters
GetInsightsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| State | string |
None. |
|
| FilterType | string |
None. |
|
| PageSize | integer |
None. |
|
| PageNo | integer |
None. |
|
| Tokens | string |
None. |
|
| UID | string |
None. |
|
| Device_Address | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"State": "sample string 1",
"FilterType": "sample string 2",
"PageSize": 1,
"PageNo": 1,
"Tokens": "sample string 3",
"UID": "sample string 4",
"Device_Address": "sample string 5"
}
application/xml, text/xml
Sample:
<CommonClasses.GetInsightsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Omisol_api.Models"> <Device_Address>sample string 5</Device_Address> <Tokens>sample string 3</Tokens> <UID>sample string 4</UID> <FilterType>sample string 2</FilterType> <PageNo>1</PageNo> <PageSize>1</PageSize> <State>sample string 1</State> </CommonClasses.GetInsightsInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />