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": "1eb886e9-ce5a-41bd-b9b3-5f577c061b3e",
"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": "d954c528-0ff0-4814-89a3-85d02cfaa552",
"ChatUUID": "10026ee3-e89d-43af-ba32-8817deb85448",
"ChatRoomUUID": "5089ab4f-ebcd-4c22-8983-328c55f02ba3",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "24c43e43-a097-4a90-bcd2-b4f0e8d960c8",
"GiftLeftTime": "2025-11-17T10:13:46.5252002+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": "b27f13b9-4bc6-449b-8c81-05815c24cf03",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:13:46.5252002+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "cd85309b-2014-459a-87bf-7cba9e180eaa",
"i": 21,
"UserUUIDCur": "6e9a2625-69ce-4765-babf-358283a850a4"
},
{
"UserUUID": "d954c528-0ff0-4814-89a3-85d02cfaa552",
"ChatUUID": "10026ee3-e89d-43af-ba32-8817deb85448",
"ChatRoomUUID": "5089ab4f-ebcd-4c22-8983-328c55f02ba3",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "24c43e43-a097-4a90-bcd2-b4f0e8d960c8",
"GiftLeftTime": "2025-11-17T10:13:46.5252002+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": "b27f13b9-4bc6-449b-8c81-05815c24cf03",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:13:46.5252002+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "cd85309b-2014-459a-87bf-7cba9e180eaa",
"i": 21,
"UserUUIDCur": "6e9a2625-69ce-4765-babf-358283a850a4"
}
]