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": "ccaef81e-30bf-42b0-b343-183c0421ea21",
"ChatRoomUUID": "80654852-9090-4b5c-932f-87299cc659c0",
"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": "a7e9c5e7-bee7-406d-9c60-0eb9405e7e3f",
"UserUUID": "cc8bab94-ed95-4940-b5f5-2814ec3dc07f",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "83f1e936-4b6b-4832-89d4-21df9ac63bcd",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "3e925d44-1872-4b73-87b8-252cd7abae7e",
"GiftLeftTime": "2026-09-19T13:09:40.2276305+03:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2026-09-19T13:09:40.2276305+03:00",
"UserUUIDCur": "fa7a1574-06d8-47ee-a96e-a72dff123dcb"
},
{
"ChatUUID": "a7e9c5e7-bee7-406d-9c60-0eb9405e7e3f",
"UserUUID": "cc8bab94-ed95-4940-b5f5-2814ec3dc07f",
"AvatarName": "sample string 2",
"FBToken": "sample string 3",
"PhotoUUID": "83f1e936-4b6b-4832-89d4-21df9ac63bcd",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"Mute": true,
"ChatLike": 1,
"ChatFavorite": true,
"GiftUUID": "3e925d44-1872-4b73-87b8-252cd7abae7e",
"GiftLeftTime": "2026-09-19T13:09:40.2276305+03:00",
"GiftVisible": true,
"GiftPackName": "sample string 9",
"ChatCommand": "sample string 10",
"LastActivityTimeChar": "sample string 11",
"GiftPackReason": "sample string 12",
"EntryTime": "2026-09-19T13:09:40.2276305+03:00",
"UserUUIDCur": "fa7a1574-06d8-47ee-a96e-a72dff123dcb"
}
]