POST api/AdminStats/GetStatsDevice

AdmGetStatsDevice

Request Information

URI Parameters

None.

Body Parameters

GetStatsDevice_Request
NameDescriptionTypeAdditional 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": "5e14fd46-d6e9-47de-b641-c1f2a9e91c15",
  "UserUUIDCur": "8335b9d3-bebc-4a38-9dce-61e6c88d0670"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]