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": "70f4a86c-b79a-4d12-95b4-fa3ef1866272",
  "UserUUIDCur": "338ed2d2-970f-42cc-95f3-b700419bf5a6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]