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": "c760dbfa-b455-4bfd-b5f4-5aec13910c6d", "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": "682ac5ff-1d49-4ce0-b801-89659dc599b9", "ChatUUID": "5d04f4ae-a710-4538-bd63-59322b140641", "ChatRoomUUID": "b53fa895-97d3-4461-bec4-487fdac24532", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "e9529298-da28-4331-a70b-edb8e1cc2d4c", "GiftLeftTime": "2025-09-23T00:39:49.9986796+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": "e2a40bcc-2484-4552-be74-bdf6e74d5380", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:39:49.9986796+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "b689ea0a-2114-431e-8b31-ddf3dcf89a02", "i": 21, "UserUUIDCur": "42ddbeea-095f-4978-8194-851b0c70d0d7" }, { "UserUUID": "682ac5ff-1d49-4ce0-b801-89659dc599b9", "ChatUUID": "5d04f4ae-a710-4538-bd63-59322b140641", "ChatRoomUUID": "b53fa895-97d3-4461-bec4-487fdac24532", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "e9529298-da28-4331-a70b-edb8e1cc2d4c", "GiftLeftTime": "2025-09-23T00:39:49.9986796+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": "e2a40bcc-2484-4552-be74-bdf6e74d5380", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:39:49.9986796+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "b689ea0a-2114-431e-8b31-ddf3dcf89a02", "i": 21, "UserUUIDCur": "42ddbeea-095f-4978-8194-851b0c70d0d7" } ]