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": "363ed2a3-38ae-4af9-b04f-9de4b20df520",
"ChatRoomUUID": "e630bf62-4913-4a58-bea5-d02714d376d9",
"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": "44927145-09e8-42fe-99a4-eef325aa598b",
"UserUUID": "0bd9d771-1bee-44cb-9e5f-03a244696908",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "66a5a4e6-532a-4a5d-8bb8-fa677bd0c116",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "3938ab25-358e-4192-9f91-9dc26e6bf05e",
"GiftLeftTime": "2025-11-17T10:14:24.1795539+02:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2025-11-17T10:14:24.1795539+02:00",
"UserUUIDCur": "c6a224d2-588a-4eba-a479-a8fe782998ed"
},
{
"ChatUUID": "44927145-09e8-42fe-99a4-eef325aa598b",
"UserUUID": "0bd9d771-1bee-44cb-9e5f-03a244696908",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "66a5a4e6-532a-4a5d-8bb8-fa677bd0c116",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "3938ab25-358e-4192-9f91-9dc26e6bf05e",
"GiftLeftTime": "2025-11-17T10:14:24.1795539+02:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2025-11-17T10:14:24.1795539+02:00",
"UserUUIDCur": "c6a224d2-588a-4eba-a479-a8fe782998ed"
}
]