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": "93c7ff9a-8cb5-4186-9aee-791d2c9b6b89",
"ChatUUID": "eb28fcfa-ef5a-435f-9b44-e207d91a8fce",
"ChatRoomUUID": "f70d93f2-47ad-447c-b8df-5cbe3ae67ada",
"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": "e8fa9bda-16f6-4998-b8f4-9ce864d6abe2",
"ChatUUID": "2398d70d-0b70-4767-86c8-dfcb140f8bbe",
"ChatRoomUUID": "e56aae5d-5b79-4254-bbdb-a92edd1f5747",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "0b42b011-7dfc-4a61-902c-0af218c3969a",
"GiftLeftTime": "2026-03-21T23:34:13.0725883+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": "6f6e46b4-7493-4397-bdf7-385d5a631abd",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T23:34:13.0725883+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "eb67f4b0-dbb8-4235-86dd-983e90f65763",
"i": 21,
"UserUUIDCur": "f8b16fa0-d2bb-4e6a-9042-25ead086ced1"
}