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": "100ecb71-b76e-4432-822a-6565573367e0", "ChatRoomUUID": "e6344932-7db7-4ba6-96ec-5f8ddc3f6cfc", "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": "0e30bbb3-3550-4686-b087-4eeee3c3a5e1", "UserUUID": "bfed8d17-7daf-47bf-b52f-7455f5336ca5", "AvatarName": "sample string 2", "FBToken": "sample string 3", "PhotoUUID": "9c97c934-bb24-4ca8-b8f7-977258106020", "PhotoURI": "sample string 4", "ChatText": "sample string 5", "ChatDelivered": true, "ChatSeen": true, "Mute": true, "ChatLike": 1, "ChatFavorite": true, "GiftUUID": "6cf4fbe1-0714-423d-bc9f-694767d62aa7", "GiftLeftTime": "2025-09-23T00:39:48.2713448+03:00", "GiftVisible": true, "GiftPackName": "sample string 9", "ChatCommand": "sample string 10", "LastActivityTimeChar": "sample string 11", "GiftPackReason": "sample string 12", "EntryTime": "2025-09-23T00:39:48.2713448+03:00", "UserUUIDCur": "1f0720fd-c250-4491-a4bd-adfe02bcd866" }, { "ChatUUID": "0e30bbb3-3550-4686-b087-4eeee3c3a5e1", "UserUUID": "bfed8d17-7daf-47bf-b52f-7455f5336ca5", "AvatarName": "sample string 2", "FBToken": "sample string 3", "PhotoUUID": "9c97c934-bb24-4ca8-b8f7-977258106020", "PhotoURI": "sample string 4", "ChatText": "sample string 5", "ChatDelivered": true, "ChatSeen": true, "Mute": true, "ChatLike": 1, "ChatFavorite": true, "GiftUUID": "6cf4fbe1-0714-423d-bc9f-694767d62aa7", "GiftLeftTime": "2025-09-23T00:39:48.2713448+03:00", "GiftVisible": true, "GiftPackName": "sample string 9", "ChatCommand": "sample string 10", "LastActivityTimeChar": "sample string 11", "GiftPackReason": "sample string 12", "EntryTime": "2025-09-23T00:39:48.2713448+03:00", "UserUUIDCur": "1f0720fd-c250-4491-a4bd-adfe02bcd866" } ]