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": "abae2af6-99e2-4de4-a1dc-21e77824ceae",
"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": "23f31c8e-b2ab-4cb5-8cdc-402408e5c1bf",
"ChatUUID": "0cf75bb0-1056-46a0-bf89-ad2cf647361a",
"ChatRoomUUID": "756fbc07-ba8c-4c33-a179-9bb6448eda82",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "07ea233c-f456-4e5b-b96b-cb767345b8f2",
"GiftLeftTime": "2026-06-20T22:53:46.7376817+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": "a44f2352-f32a-463c-a18b-f2d33e1aad5f",
"ChatText": "sample string 19",
"EntryTime": "2026-06-20T22:53:46.7376817+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "25b3c88b-c829-4211-b797-9b7e072106de",
"i": 21,
"UserUUIDCur": "f30b56aa-1fc5-40d6-9473-a2ed18630e08"
},
{
"UserUUID": "23f31c8e-b2ab-4cb5-8cdc-402408e5c1bf",
"ChatUUID": "0cf75bb0-1056-46a0-bf89-ad2cf647361a",
"ChatRoomUUID": "756fbc07-ba8c-4c33-a179-9bb6448eda82",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "07ea233c-f456-4e5b-b96b-cb767345b8f2",
"GiftLeftTime": "2026-06-20T22:53:46.7376817+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": "a44f2352-f32a-463c-a18b-f2d33e1aad5f",
"ChatText": "sample string 19",
"EntryTime": "2026-06-20T22:53:46.7376817+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "25b3c88b-c829-4211-b797-9b7e072106de",
"i": 21,
"UserUUIDCur": "f30b56aa-1fc5-40d6-9473-a2ed18630e08"
}
]