POST api/AdminUsers/GetUserStats
AdmGetUserStats
Request Information
URI Parameters
None.
Body Parameters
GetUserStats| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| UserActive | boolean |
None. |
|
| UserLiveInD | boolean |
None. |
|
| CountryID | integer |
None. |
|
| Radius | integer |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "cf2c7bd3-2c6e-413a-8aaf-8fcfd114c3e0",
"UserActive": true,
"UserLiveInD": true,
"CountryID": 1,
"Radius": 1,
"Longitude": 1.1,
"Latitude": 1.1,
"UserUUIDCur": "f4ac74a6-ddd8-4642-9a23-db92e2dbc70a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]