POST api/AppLive/AppGetLiveUsers
AppGetLiveUsers
Request Information
URI Parameters
None.
Body Parameters
GetUserOther| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| Lat1 | decimal number |
None. |
|
| Lng1 | decimal number |
None. |
|
| Lat2 | decimal number |
None. |
|
| Lng2 | decimal number |
None. |
|
| UserRadius | decimal number |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
|
| DeviceIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "8315f90b-a98c-4523-9e54-27e6d77be66c",
"Lat1": 1.1,
"Lng1": 1.1,
"Lat2": 1.1,
"Lng2": 1.1,
"UserRadius": 1.1,
"UserUUIDCur": "2e6a85bb-cc4f-4b77-9f05-f9cf084a5d09",
"DeviceID": "sample string 1",
"DeviceIP": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetLiveUsersDetails_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| AvatarName | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| Diff | string |
None. |
|
| PhotoURI | string |
None. |
|
| UserVIPLevelID | integer |
None. |
|
| EndVIPTime | date |
None. |
|
| EndVIPTimeChar | string |
None. |
|
| ViewTime | date |
None. |
|
| CommentTime | date |
None. |
|
| ScoreTime | date |
None. |
|
| ScoreAvg | decimal number |
None. |
|
| VIPCoinPhotoUUID | globally unique identifier |
None. |
|
| LastActivityTimeChar | string |
None. |
|
| Power | integer |
None. |
|
| Rating | integer |
None. |
|
| CartQ | string |
None. |
|
| EventType | string |
None. |
|
| EventStart | integer |
None. |
|
| EventFreq | integer |
None. |
|
| EventCycle | integer |
None. |
|
| CartTime | date |
None. |
|
| UserLongitude | decimal number |
None. |
|
| UserLatitude | decimal number |
None. |
|
| ChatRoomUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AvatarName": "sample string 1",
"PhotoUUID": "81f62968-fbf7-4f93-8a47-746c89f8ac2d",
"UserUUID": "8b8763c0-4ece-496b-b6df-6950964a15ff",
"Diff": "sample string 2",
"PhotoURI": "sample string 3",
"UserVIPLevelID": 1,
"EndVIPTime": "2026-05-06T15:44:26.1161008+03:00",
"EndVIPTimeChar": "sample string 4",
"ViewTime": "2026-05-06T15:44:26.1161008+03:00",
"CommentTime": "2026-05-06T15:44:26.1161008+03:00",
"ScoreTime": "2026-05-06T15:44:26.1161008+03:00",
"ScoreAvg": 1.1,
"VIPCoinPhotoUUID": "61749a1e-dfad-4554-9c3c-f1e1a0dd1c58",
"LastActivityTimeChar": "sample string 5",
"Power": 1,
"Rating": 1,
"CartQ": "sample string 6",
"EventType": "sample string 7",
"EventStart": 1,
"EventFreq": 1,
"EventCycle": 1,
"CartTime": "2026-05-06T15:44:26.1161008+03:00",
"UserLongitude": 1.1,
"UserLatitude": 1.1,
"ChatRoomUUID": "8537e43e-7e43-428e-8bc5-332925d2bf1d",
"UserUUIDCur": "fc6d8853-c4e9-4591-8bd1-4d1e23f91e10"
},
{
"AvatarName": "sample string 1",
"PhotoUUID": "81f62968-fbf7-4f93-8a47-746c89f8ac2d",
"UserUUID": "8b8763c0-4ece-496b-b6df-6950964a15ff",
"Diff": "sample string 2",
"PhotoURI": "sample string 3",
"UserVIPLevelID": 1,
"EndVIPTime": "2026-05-06T15:44:26.1161008+03:00",
"EndVIPTimeChar": "sample string 4",
"ViewTime": "2026-05-06T15:44:26.1161008+03:00",
"CommentTime": "2026-05-06T15:44:26.1161008+03:00",
"ScoreTime": "2026-05-06T15:44:26.1161008+03:00",
"ScoreAvg": 1.1,
"VIPCoinPhotoUUID": "61749a1e-dfad-4554-9c3c-f1e1a0dd1c58",
"LastActivityTimeChar": "sample string 5",
"Power": 1,
"Rating": 1,
"CartQ": "sample string 6",
"EventType": "sample string 7",
"EventStart": 1,
"EventFreq": 1,
"EventCycle": 1,
"CartTime": "2026-05-06T15:44:26.1161008+03:00",
"UserLongitude": 1.1,
"UserLatitude": 1.1,
"ChatRoomUUID": "8537e43e-7e43-428e-8bc5-332925d2bf1d",
"UserUUIDCur": "fc6d8853-c4e9-4591-8bd1-4d1e23f91e10"
}
]