POST api/AppChat/AppGetChatList
AppGetChatList
Request Information
URI Parameters
None.
Body Parameters
ApGetChatList_RequestName | 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": "d1e66f61-476d-40ea-82f4-0f546db223cc", "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 ApGetChatListName | 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": "fb4c8ef1-91d4-414c-9668-a01cc4a391d4", "ChatUUID": "c34c5193-b46a-48ad-815b-785c9fcd0a2b", "ChatRoomUUID": "0e66275f-0bc8-45ee-b21a-1fea7768702b", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "a74eae13-86d7-46d0-b51b-400c678be85a", "GiftLeftTime": "2025-06-07T21:10:20.370764+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": "8d34217d-aae9-457b-8cfb-589cf005240a", "ChatText": "sample string 19", "EntryTime": "2025-06-07T21:10:20.370764+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "a005f135-60a0-4add-9ae0-cf53ff3f381a", "i": 21, "UserUUIDCur": "894cf508-777b-4ff5-8dd5-7586ed7e60dc" }, { "UserUUID": "fb4c8ef1-91d4-414c-9668-a01cc4a391d4", "ChatUUID": "c34c5193-b46a-48ad-815b-785c9fcd0a2b", "ChatRoomUUID": "0e66275f-0bc8-45ee-b21a-1fea7768702b", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "a74eae13-86d7-46d0-b51b-400c678be85a", "GiftLeftTime": "2025-06-07T21:10:20.370764+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": "8d34217d-aae9-457b-8cfb-589cf005240a", "ChatText": "sample string 19", "EntryTime": "2025-06-07T21:10:20.370764+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "a005f135-60a0-4add-9ae0-cf53ff3f381a", "i": 21, "UserUUIDCur": "894cf508-777b-4ff5-8dd5-7586ed7e60dc" } ]