POST api/AppChat/AppGetChatList
AppGetChatList
Request Information
URI Parameters
None.
Body Parameters
ApGetChatList_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| Search | string |
None. |
|
| DeviceID | string |
None. |
|
| Seq | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "b9ea985a-d7af-402c-954b-5fb5f8ff3ef5",
"Search": "sample string 1",
"DeviceID": "sample string 2",
"Seq": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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": "a5786319-9d26-4c84-bb53-81afbfb2597d",
"ChatUUID": "ba135622-a676-455d-b9ed-eb7ed12d5be8",
"ChatRoomUUID": "32dc8a4a-4787-487a-9c76-3a9a882aa598",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "21e53ea6-125f-49f1-86b2-5e53b295bcfe",
"GiftLeftTime": "2026-03-21T20:19:19.5743725+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": "0f690ab3-fbd1-48eb-b2b7-bb59d1af760b",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T20:19:19.5743725+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "1b344264-6e13-4c8b-8cf1-7858366568b3",
"i": 21,
"UserUUIDCur": "70ffaff4-77e3-4f72-bb11-caef1cc1618f"
},
{
"UserUUID": "a5786319-9d26-4c84-bb53-81afbfb2597d",
"ChatUUID": "ba135622-a676-455d-b9ed-eb7ed12d5be8",
"ChatRoomUUID": "32dc8a4a-4787-487a-9c76-3a9a882aa598",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "21e53ea6-125f-49f1-86b2-5e53b295bcfe",
"GiftLeftTime": "2026-03-21T20:19:19.5743725+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": "0f690ab3-fbd1-48eb-b2b7-bb59d1af760b",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T20:19:19.5743725+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "1b344264-6e13-4c8b-8cf1-7858366568b3",
"i": 21,
"UserUUIDCur": "70ffaff4-77e3-4f72-bb11-caef1cc1618f"
}
]