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": "e2bad2fd-e1ca-40d5-8de7-54ddad890052",
"ChatUUID": "5035810e-0410-4498-848f-0d14c1312dd9",
"ChatRoomUUID": "71beb530-ae13-48d8-81c3-fdf86099d441",
"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": "a749b3be-dbfe-45c0-8e24-712557b64083",
"ChatUUID": "dd8c568e-87d8-4bfa-8e26-26bedc7f0597",
"ChatRoomUUID": "52cb524d-194e-42d4-b193-0028c3fcf59b",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "d0c17936-b0ae-449c-8bb2-4b8d765d09b5",
"GiftLeftTime": "2026-02-04T05:18:38.8675264+02: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": "ed659738-1bb6-4816-9fa0-80ffe09d33a8",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:18:38.8675264+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "568bb70c-e486-4f52-8201-2be1967d0c68",
"i": 21,
"UserUUIDCur": "cbf417d5-8fe4-4e23-859f-f45ffc7bec9e"
}