POST api/AppChat/AppGetChatRoomUser
AppGetChatRoomUser
Request Information
URI Parameters
None.
Body Parameters
GetChatRoomUser_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| ChatRoomUUID | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "ce3fd400-1488-48da-bc45-33a9acc2e77f",
"ChatRoomUUID": "a332af05-aad9-4106-b958-b23541183685",
"DeviceID": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetChatRoomUser_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| AvatarName | string |
None. |
|
| FBToken | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| PhotoURI | string |
None. |
|
| ChatText | string |
None. |
|
| ChatDelivered | boolean |
None. |
|
| ChatSeen | boolean |
None. |
|
| Mute | boolean |
None. |
|
| ChatLike | integer |
None. |
|
| ChatFavorite | boolean |
None. |
|
| GiftUUID | globally unique identifier |
None. |
|
| GiftLeftTime | date |
None. |
|
| GiftVisible | boolean |
None. |
|
| GiftPackName | string |
None. |
|
| ChatCommand | string |
None. |
|
| LastActivityTimeChar | string |
None. |
|
| GiftPackReason | string |
None. |
|
| EntryTime | date |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ChatUUID": "9bd0a0fa-60f9-479f-b4a7-0f1ad63e5ca8",
"UserUUID": "67576575-65a4-4a6e-9d0d-70188f3accb5",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "8e7dff17-4f0a-4894-9b8c-4f8304527135",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "67448e6f-16dc-494f-b840-f8bc7a4fad04",
"GiftLeftTime": "2026-06-20T22:52:19.9192259+03:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2026-06-20T22:52:19.9192259+03:00",
"UserUUIDCur": "5e5ac438-25e0-4bad-a829-3c4483a78128"
},
{
"ChatUUID": "9bd0a0fa-60f9-479f-b4a7-0f1ad63e5ca8",
"UserUUID": "67576575-65a4-4a6e-9d0d-70188f3accb5",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "8e7dff17-4f0a-4894-9b8c-4f8304527135",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "67448e6f-16dc-494f-b840-f8bc7a4fad04",
"GiftLeftTime": "2026-06-20T22:52:19.9192259+03:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2026-06-20T22:52:19.9192259+03:00",
"UserUUIDCur": "5e5ac438-25e0-4bad-a829-3c4483a78128"
}
]