POST api/AppLive/AppGetLiveUsers

AppGetLiveUsers

Request Information

URI Parameters

None.

Body Parameters

GetUserOther
NameDescriptionTypeAdditional 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": "a7e5951e-32b2-4020-a1cd-19d19b53a8c7",
  "Lat1": 1.1,
  "Lng1": 1.1,
  "Lat2": 1.1,
  "Lng2": 1.1,
  "UserRadius": 1.1,
  "UserUUIDCur": "91acef54-05e1-48e1-b3c3-583d2dc777ed",
  "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
NameDescriptionTypeAdditional 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": "33d4a134-69bc-4a0a-b211-fa643697eb57",
    "UserUUID": "b8b94b71-c0b5-4226-ae48-84e0803c2266",
    "Diff": "sample string 2",
    "PhotoURI": "sample string 3",
    "UserVIPLevelID": 1,
    "EndVIPTime": "2025-04-19T09:58:42.0648596+03:00",
    "EndVIPTimeChar": "sample string 4",
    "ViewTime": "2025-04-19T09:58:42.0648596+03:00",
    "CommentTime": "2025-04-19T09:58:42.0648596+03:00",
    "ScoreTime": "2025-04-19T09:58:42.0648596+03:00",
    "ScoreAvg": 1.1,
    "VIPCoinPhotoUUID": "c3a5ac79-e31e-449e-973b-449777e001b4",
    "LastActivityTimeChar": "sample string 5",
    "Power": 1,
    "Rating": 1,
    "CartQ": "sample string 6",
    "EventType": "sample string 7",
    "EventStart": 1,
    "EventFreq": 1,
    "EventCycle": 1,
    "CartTime": "2025-04-19T09:58:42.0648596+03:00",
    "UserLongitude": 1.1,
    "UserLatitude": 1.1,
    "ChatRoomUUID": "a5194948-0417-4ade-930d-93e469d6d629",
    "UserUUIDCur": "42e9ccf0-1af8-44d0-a262-55ad7ebfc6ec"
  },
  {
    "AvatarName": "sample string 1",
    "PhotoUUID": "33d4a134-69bc-4a0a-b211-fa643697eb57",
    "UserUUID": "b8b94b71-c0b5-4226-ae48-84e0803c2266",
    "Diff": "sample string 2",
    "PhotoURI": "sample string 3",
    "UserVIPLevelID": 1,
    "EndVIPTime": "2025-04-19T09:58:42.0648596+03:00",
    "EndVIPTimeChar": "sample string 4",
    "ViewTime": "2025-04-19T09:58:42.0648596+03:00",
    "CommentTime": "2025-04-19T09:58:42.0648596+03:00",
    "ScoreTime": "2025-04-19T09:58:42.0648596+03:00",
    "ScoreAvg": 1.1,
    "VIPCoinPhotoUUID": "c3a5ac79-e31e-449e-973b-449777e001b4",
    "LastActivityTimeChar": "sample string 5",
    "Power": 1,
    "Rating": 1,
    "CartQ": "sample string 6",
    "EventType": "sample string 7",
    "EventStart": 1,
    "EventFreq": 1,
    "EventCycle": 1,
    "CartTime": "2025-04-19T09:58:42.0648596+03:00",
    "UserLongitude": 1.1,
    "UserLatitude": 1.1,
    "ChatRoomUUID": "a5194948-0417-4ade-930d-93e469d6d629",
    "UserUUIDCur": "42e9ccf0-1af8-44d0-a262-55ad7ebfc6ec"
  }
]