POST api/AppChat/AppGetChat
AppGetChat
Request Information
URI Parameters
None.
Body Parameters
ApGetChat| Name | 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": "96abfa1c-66bb-42b5-8f17-295a79691ce6",
"ChatUUID": "cbf8b8c1-a1ee-4be7-8017-b7b3887428de",
"ChatRoomUUID": "d4c0a50b-4e47-40e7-9991-5e912d87f247",
"DeviceID": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApGetChatList| Name | 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": "cf46a423-6065-496b-8081-d099ff0ca4e5",
"ChatUUID": "362be1ae-8427-48ba-86e6-426cd9e90108",
"ChatRoomUUID": "fd1c5a34-5ca1-4b6a-91f3-810788998f02",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "47036da5-3327-4d56-8b5b-ea6728d40768",
"GiftLeftTime": "2026-05-06T08:49:25.8901578+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": "d856b39c-952e-4660-8331-f59de7368ff4",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T08:49:25.8901578+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "f02cf4d5-cb54-44a0-bd07-eba7eb57ddc7",
"i": 21,
"UserUUIDCur": "0eda3df4-544e-450a-91c6-e4ee0a71678c"
}