POST api/AppChat/AppGetChatRoomUser
AppGetChatRoomUser
Request Information
URI Parameters
None.
Body Parameters
GetChatRoomUser_RequestName | 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": "753e3428-dfe4-430d-96c9-873295205cd4", "ChatRoomUUID": "39941d42-7180-49e7-a7c5-78918a8db0b6", "DeviceID": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetChatRoomUser_ResponseName | 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": "d36da9aa-6044-4f8d-b390-16f6632b404d", "UserUUID": "03eed45a-94c0-4144-9e79-860a3c0693e7", "AvatarName": "sample string 2", "FBToken": "sample string 3", "PhotoUUID": "140a43b8-ae1f-4ce8-a729-a8345881b250", "PhotoURI": "sample string 4", "ChatText": "sample string 5", "ChatDelivered": true, "ChatSeen": true, "Mute": true, "ChatLike": 1, "ChatFavorite": true, "GiftUUID": "e897fd5b-f320-4f40-8c42-d3f1314f2e5b", "GiftLeftTime": "2025-07-27T11:18:33.0935123+03:00", "GiftVisible": true, "GiftPackName": "sample string 9", "ChatCommand": "sample string 10", "LastActivityTimeChar": "sample string 11", "GiftPackReason": "sample string 12", "EntryTime": "2025-07-27T11:18:33.0935123+03:00", "UserUUIDCur": "244a348c-ce13-44d5-b840-9ed0e80ee8ef" }, { "ChatUUID": "d36da9aa-6044-4f8d-b390-16f6632b404d", "UserUUID": "03eed45a-94c0-4144-9e79-860a3c0693e7", "AvatarName": "sample string 2", "FBToken": "sample string 3", "PhotoUUID": "140a43b8-ae1f-4ce8-a729-a8345881b250", "PhotoURI": "sample string 4", "ChatText": "sample string 5", "ChatDelivered": true, "ChatSeen": true, "Mute": true, "ChatLike": 1, "ChatFavorite": true, "GiftUUID": "e897fd5b-f320-4f40-8c42-d3f1314f2e5b", "GiftLeftTime": "2025-07-27T11:18:33.0935123+03:00", "GiftVisible": true, "GiftPackName": "sample string 9", "ChatCommand": "sample string 10", "LastActivityTimeChar": "sample string 11", "GiftPackReason": "sample string 12", "EntryTime": "2025-07-27T11:18:33.0935123+03:00", "UserUUIDCur": "244a348c-ce13-44d5-b840-9ed0e80ee8ef" } ]