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": "ea7b766a-ed4b-4c54-8452-a2cb4f4fa8ed",
"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": "e30169b0-ad9b-416d-9c22-14336a87d213",
"ChatUUID": "9bec6d6e-a3f9-4483-8280-c745135f1d72",
"ChatRoomUUID": "a620aaeb-1ed9-4d70-bdab-b0eea3586701",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "5461f2d8-629c-4fd4-938c-e95246bed28e",
"GiftLeftTime": "2026-05-06T15:17:46.9060413+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": "0de6695e-3895-4141-9c4c-35a2134d83f8",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T15:17:46.9060413+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "84f8c2e4-9e2d-424f-a36f-5dc78b266faf",
"i": 21,
"UserUUIDCur": "7daf265c-c4aa-4a3f-aa09-c3276e05c302"
},
{
"UserUUID": "e30169b0-ad9b-416d-9c22-14336a87d213",
"ChatUUID": "9bec6d6e-a3f9-4483-8280-c745135f1d72",
"ChatRoomUUID": "a620aaeb-1ed9-4d70-bdab-b0eea3586701",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "5461f2d8-629c-4fd4-938c-e95246bed28e",
"GiftLeftTime": "2026-05-06T15:17:46.9060413+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": "0de6695e-3895-4141-9c4c-35a2134d83f8",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T15:17:46.9060413+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "84f8c2e4-9e2d-424f-a36f-5dc78b266faf",
"i": 21,
"UserUUIDCur": "7daf265c-c4aa-4a3f-aa09-c3276e05c302"
}
]