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": "6b637c16-beec-4bd5-8204-db12d63509ec",
  "UserUUIDCur": "5e654d46-6ad8-4178-8690-c24a288f33a3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]