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": "6dd1990b-5090-4c4c-b8dc-1ee783d513f0",
"UserActive": true,
"UserLiveInD": true,
"CountryID": 1,
"Radius": 1,
"Longitude": 1.1,
"Latitude": 1.1,
"UserUUIDCur": "bafe543a-48aa-41ad-9f03-90d307bf2fc1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]