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": "bf618561-b33f-4797-a832-58c9f943dce4",
"ChatRoomUUID": "f00626b0-2558-45b9-94f1-7133f1e2e88f",
"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": "1cb5b9f9-a8da-4c28-9c44-3c73bb1b733f",
"UserUUID": "3ef05cc2-9c9b-4a2b-b5d6-bdce0d4bbad5",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "a79cd811-78b9-4d97-8fda-e31b7c8982a7",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "4e5b0db7-7a3c-4919-a979-2d829f4f8442",
"GiftLeftTime": "2026-02-04T05:18:37.5218202+02:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2026-02-04T05:18:37.5374546+02:00",
"UserUUIDCur": "70fe38f5-eb5a-40a4-a706-9ba765fa0fb0"
},
{
"ChatUUID": "1cb5b9f9-a8da-4c28-9c44-3c73bb1b733f",
"UserUUID": "3ef05cc2-9c9b-4a2b-b5d6-bdce0d4bbad5",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "a79cd811-78b9-4d97-8fda-e31b7c8982a7",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "4e5b0db7-7a3c-4919-a979-2d829f4f8442",
"GiftLeftTime": "2026-02-04T05:18:37.5218202+02:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2026-02-04T05:18:37.5374546+02:00",
"UserUUIDCur": "70fe38f5-eb5a-40a4-a706-9ba765fa0fb0"
}
]