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": "f83306f3-cf34-4346-afbc-7aa3e215f4c1",
"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": "48ce6d89-f0a6-45ab-9b02-ca69e0f28ada",
"ChatUUID": "475dcd8a-dca0-4c5c-80f0-dc002411827e",
"ChatRoomUUID": "574ecc08-cdb3-4324-afd1-53733228f119",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "abed980c-32db-424e-b9da-0478d6922ac5",
"GiftLeftTime": "2026-08-05T03:57:50.9534183+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": "bd549968-34f4-4920-9de3-02fc27738c3b",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T03:57:50.9534183+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "c6ccc2d9-3dfd-4058-b1f3-63e8583cf228",
"i": 21,
"UserUUIDCur": "9e0b38ee-1731-4f3b-b6da-5d522dc3c9fe"
},
{
"UserUUID": "48ce6d89-f0a6-45ab-9b02-ca69e0f28ada",
"ChatUUID": "475dcd8a-dca0-4c5c-80f0-dc002411827e",
"ChatRoomUUID": "574ecc08-cdb3-4324-afd1-53733228f119",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "abed980c-32db-424e-b9da-0478d6922ac5",
"GiftLeftTime": "2026-08-05T03:57:50.9534183+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": "bd549968-34f4-4920-9de3-02fc27738c3b",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T03:57:50.9534183+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "c6ccc2d9-3dfd-4058-b1f3-63e8583cf228",
"i": 21,
"UserUUIDCur": "9e0b38ee-1731-4f3b-b6da-5d522dc3c9fe"
}
]