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": "ecc7f0d5-9002-4cb2-9c4e-3d36ea8fef93",
  "UserUUIDCur": "205c0155-8907-4f2b-a127-3919d86a3893"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]