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": "ca61a391-69e6-4a62-8c64-7978b6be7f61",
"UserUUIDCur": "e59d0eb2-2e9a-4ddd-9985-01e8b1e783de"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]