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": "85f9866d-82d4-457c-bda5-d6d21508ee18",
  "UserUUIDCur": "1de624dd-76f7-41b4-b5d6-69705799b97b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]