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": "534265fe-f10b-4c33-8844-403fa1855518", "ChatRoomUUID": "352e01f4-53e2-4811-bf5e-0c625a9ec3db", "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": "69d4b7f5-51e0-482c-894c-ebd456b6e802", "UserUUID": "8a5e32b5-9b85-4d2e-af78-a038e9ff31ae", "AvatarName": "sample string 2", "FBToken": "sample string 3", "PhotoUUID": "35364300-4a2f-4b6c-b8c2-f5309ed3686c", "PhotoURI": "sample string 4", "ChatText": "sample string 5", "ChatDelivered": true, "ChatSeen": true, "Mute": true, "ChatLike": 1, "ChatFavorite": true, "GiftUUID": "8ae8d6cb-d3e7-4f0e-b1ab-710741c4bcc6", "GiftLeftTime": "2025-06-07T21:13:04.3760662+03:00", "GiftVisible": true, "GiftPackName": "sample string 9", "ChatCommand": "sample string 10", "LastActivityTimeChar": "sample string 11", "GiftPackReason": "sample string 12", "EntryTime": "2025-06-07T21:13:04.3760662+03:00", "UserUUIDCur": "d13dd56e-b318-4447-8b2c-8b525e6dc006" }, { "ChatUUID": "69d4b7f5-51e0-482c-894c-ebd456b6e802", "UserUUID": "8a5e32b5-9b85-4d2e-af78-a038e9ff31ae", "AvatarName": "sample string 2", "FBToken": "sample string 3", "PhotoUUID": "35364300-4a2f-4b6c-b8c2-f5309ed3686c", "PhotoURI": "sample string 4", "ChatText": "sample string 5", "ChatDelivered": true, "ChatSeen": true, "Mute": true, "ChatLike": 1, "ChatFavorite": true, "GiftUUID": "8ae8d6cb-d3e7-4f0e-b1ab-710741c4bcc6", "GiftLeftTime": "2025-06-07T21:13:04.3760662+03:00", "GiftVisible": true, "GiftPackName": "sample string 9", "ChatCommand": "sample string 10", "LastActivityTimeChar": "sample string 11", "GiftPackReason": "sample string 12", "EntryTime": "2025-06-07T21:13:04.3760662+03:00", "UserUUIDCur": "d13dd56e-b318-4447-8b2c-8b525e6dc006" } ]