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": "b8f86f4a-7d69-4b49-902a-9884e0bbefcc", "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": "db0e02b0-00af-4caa-8368-36ba62902c07", "ChatUUID": "703499e5-51dd-4b6f-a7c8-229cee70e9c3", "ChatRoomUUID": "5eb01131-9b39-45e3-81e2-7e06234fdf43", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "fb50065d-0945-4907-ac6f-bec6eaf5b927", "GiftLeftTime": "2025-04-19T09:53:13.9962912+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": "d759bed8-17bd-4f7d-a842-4dbf1f21702d", "ChatText": "sample string 19", "EntryTime": "2025-04-19T09:53:13.9962912+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "67f59a76-1930-491b-b553-7f219a444dda", "i": 21, "UserUUIDCur": "d1f8f28b-7004-4499-9b41-ce3b0153ca61" }, { "UserUUID": "db0e02b0-00af-4caa-8368-36ba62902c07", "ChatUUID": "703499e5-51dd-4b6f-a7c8-229cee70e9c3", "ChatRoomUUID": "5eb01131-9b39-45e3-81e2-7e06234fdf43", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "fb50065d-0945-4907-ac6f-bec6eaf5b927", "GiftLeftTime": "2025-04-19T09:53:13.9962912+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": "d759bed8-17bd-4f7d-a842-4dbf1f21702d", "ChatText": "sample string 19", "EntryTime": "2025-04-19T09:53:13.9962912+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "67f59a76-1930-491b-b553-7f219a444dda", "i": 21, "UserUUIDCur": "d1f8f28b-7004-4499-9b41-ce3b0153ca61" } ]