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": "cea29295-ee78-415f-b513-246dff157ab7",
"ChatRoomUUID": "86185400-2ee2-4b95-b54e-806de01799e2",
"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": "6306ff1c-1285-445c-a71f-73d972e2f26a",
"UserUUID": "2adc98e2-61ae-4102-94ed-30341aaf54e5",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "b8b01a1f-d994-4cab-806a-9269a3e4bcf4",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "0629d890-7b55-4cc6-89fb-a360181eeb97",
"GiftLeftTime": "2026-05-06T11:08:17.1647384+03:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2026-05-06T11:08:17.1647384+03:00",
"UserUUIDCur": "4f5c7dda-88f0-4702-9dcf-82fa03accc2d"
},
{
"ChatUUID": "6306ff1c-1285-445c-a71f-73d972e2f26a",
"UserUUID": "2adc98e2-61ae-4102-94ed-30341aaf54e5",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "b8b01a1f-d994-4cab-806a-9269a3e4bcf4",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "0629d890-7b55-4cc6-89fb-a360181eeb97",
"GiftLeftTime": "2026-05-06T11:08:17.1647384+03:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2026-05-06T11:08:17.1647384+03:00",
"UserUUIDCur": "4f5c7dda-88f0-4702-9dcf-82fa03accc2d"
}
]