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": "ba8d5d96-3b40-4e6e-b769-6c0a24296009",
"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": "510682f9-41f1-4f57-aabf-8472d87a27f9",
"ChatUUID": "8445c684-c20a-456c-bbe4-eac270ba9fee",
"ChatRoomUUID": "b2389e44-6537-4338-831e-e95bd0f96593",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "c62955af-9537-441f-86a7-2af4a709d3c0",
"GiftLeftTime": "2026-09-19T13:09:55.0927655+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": "c7102061-cf5d-42ca-a622-affb1ce427f9",
"ChatText": "sample string 19",
"EntryTime": "2026-09-19T13:09:55.0927655+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "3951df1f-a42b-4089-8e6a-0b0cb7e6aff7",
"i": 21,
"UserUUIDCur": "f620aaac-cba2-4c1c-8adf-929283ea7785"
},
{
"UserUUID": "510682f9-41f1-4f57-aabf-8472d87a27f9",
"ChatUUID": "8445c684-c20a-456c-bbe4-eac270ba9fee",
"ChatRoomUUID": "b2389e44-6537-4338-831e-e95bd0f96593",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "c62955af-9537-441f-86a7-2af4a709d3c0",
"GiftLeftTime": "2026-09-19T13:09:55.0927655+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": "c7102061-cf5d-42ca-a622-affb1ce427f9",
"ChatText": "sample string 19",
"EntryTime": "2026-09-19T13:09:55.0927655+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "3951df1f-a42b-4089-8e6a-0b0cb7e6aff7",
"i": 21,
"UserUUIDCur": "f620aaac-cba2-4c1c-8adf-929283ea7785"
}
]