POST api/AdminStats/GetStatsDevice
AdmGetStatsDevice
Request Information
URI Parameters
None.
Body Parameters
GetStatsDevice_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | integer |
None. |
|
| SearchUniversal | string |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryID": 1,
"SearchUniversal": "sample string 1",
"UserUUID": "d7f1132e-dbf5-4224-bab3-4e27489c90a9",
"UserUUIDCur": "d979e933-2dab-4ec9-8488-92e78877d3a8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]