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": "6fe52de3-47ba-4213-82c2-7d136eae13b6",
"UserActive": true,
"UserLiveInD": true,
"CountryID": 1,
"Radius": 1,
"Longitude": 1.1,
"Latitude": 1.1,
"UserUUIDCur": "1b7f2281-78aa-4c09-b6b0-577e48f2153b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]