POST api/AdminUsers/GetUserStats
AdmGetUserStats
Request Information
URI Parameters
None.
Body Parameters
GetUserStatsName | 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": "fe91386f-66c3-430f-9a57-8ecd9afd6a2f", "UserActive": true, "UserLiveInD": true, "CountryID": 1, "Radius": 1, "Longitude": 1.1, "Latitude": 1.1, "UserUUIDCur": "81c6af1e-fa47-4153-beac-4411a1a77b6b" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]