POST api/AppChat/AppGetChat
AppGetChat
Request Information
URI Parameters
None.
Body Parameters
ApGetChatName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
ChatUUID | globally unique identifier |
None. |
|
ChatRoomUUID | globally unique identifier |
None. |
|
DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "8828a0e1-ed22-4c86-8bcc-44422948e4cd", "ChatUUID": "5ab206d1-2deb-4ca2-8359-3eec82574099", "ChatRoomUUID": "6057e64d-15b2-4335-95c0-405a16f14ea3", "DeviceID": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApGetChatListName | Description | Type | Additional information |
---|---|---|---|
UserUUID | globally unique identifier |
None. |
|
ChatUUID | globally unique identifier |
None. |
|
ChatRoomUUID | globally unique identifier |
None. |
|
ChatDelivered | boolean |
None. |
|
ChatSeen | boolean |
None. |
|
LastActivityTimeChar | string |
None. |
|
ChatFavorite | boolean |
None. |
|
ChatLikeQ | integer |
None. |
|
PhotoURI | string |
None. |
|
ChatUnseenQ | integer |
None. |
|
ChatLike | boolean |
None. |
|
GiftUUID | globally unique identifier |
None. |
|
GiftLeftTime | date |
None. |
|
GiftVisible | boolean |
None. |
|
ChatSystem | boolean |
None. |
|
Mute | boolean |
None. |
|
Pined | boolean |
None. |
|
GiftPackName | string |
None. |
|
GiftPackReason | string |
None. |
|
AvatarName | string |
None. |
|
ChatRoomName | string |
None. |
|
ChatCommand | string |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
ChatText | string |
None. |
|
EntryTime | date |
None. |
|
EntryTimeChar | string |
None. |
|
LastChatUUID | globally unique identifier |
None. |
|
i | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserUUID": "6a3ea76b-a94c-409f-9ba9-4be47f760c5b", "ChatUUID": "5939ed01-fc6e-43eb-a053-a18d7329880c", "ChatRoomUUID": "a036ab7c-87af-44b5-bc67-6d59220bd869", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "885a490a-0f64-43a3-a6c0-1cdaafdf86d8", "GiftLeftTime": "2025-09-23T00:32:01.7472322+03:00", "GiftVisible": true, "ChatSystem": true, "Mute": true, "Pined": true, "GiftPackName": "sample string 14", "GiftPackReason": "sample string 15", "AvatarName": "sample string 16", "ChatRoomName": "sample string 17", "ChatCommand": "sample string 18", "PhotoUUID": "4174dca8-d0a9-4134-8dfd-0755f42e1472", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:32:01.7472322+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "431008da-fc1a-4e90-a4d2-2f5e46f3c997", "i": 21, "UserUUIDCur": "6b79d02e-b7c9-447c-9a2a-2b3823961c9f" }