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": "c551a2a8-fae3-42c5-8bf1-6322f36fad1b",
"ChatRoomUUID": "4ca80f15-77df-4b03-8de8-84cc8b5f2022",
"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": "29206062-90e5-4f22-9b22-8fb15b069225",
"UserUUID": "1b5bcfb3-768f-4b9b-a2fd-081c894b6edc",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "2701b4a5-6392-4fb1-bd51-ff0a8f25c17b",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "1be6d83c-c89e-4e3c-a22b-0399cf5f0734",
"GiftLeftTime": "2026-08-05T03:56:39.0146051+03:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2026-08-05T03:56:39.0302442+03:00",
"UserUUIDCur": "73e7bf43-95ec-4deb-a42e-10bda5eaee55"
},
{
"ChatUUID": "29206062-90e5-4f22-9b22-8fb15b069225",
"UserUUID": "1b5bcfb3-768f-4b9b-a2fd-081c894b6edc",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "2701b4a5-6392-4fb1-bd51-ff0a8f25c17b",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "1be6d83c-c89e-4e3c-a22b-0399cf5f0734",
"GiftLeftTime": "2026-08-05T03:56:39.0146051+03:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2026-08-05T03:56:39.0302442+03:00",
"UserUUIDCur": "73e7bf43-95ec-4deb-a42e-10bda5eaee55"
}
]