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": "9ba3497f-bc35-493a-98d9-f5b916beb0d4", "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": "1aa86ac9-dba8-46a5-9c51-614211c90dc8", "ChatUUID": "dd618bef-5267-4ad4-b01f-07d20e771b0a", "ChatRoomUUID": "57ee9e91-e8b1-4955-8a63-d3edc49ad894", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "c039b7c3-febd-4a9d-88e0-157466cfb249", "GiftLeftTime": "2025-07-27T11:17:47.9372857+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": "58165d9f-7a09-480c-909f-b3b2f832c965", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:17:47.9372857+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "ae1b2b45-de98-49a7-b46c-6f59ad37f0af", "i": 21, "UserUUIDCur": "2e523783-0e4e-43bd-b245-1e1d706870f6" }, { "UserUUID": "1aa86ac9-dba8-46a5-9c51-614211c90dc8", "ChatUUID": "dd618bef-5267-4ad4-b01f-07d20e771b0a", "ChatRoomUUID": "57ee9e91-e8b1-4955-8a63-d3edc49ad894", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "c039b7c3-febd-4a9d-88e0-157466cfb249", "GiftLeftTime": "2025-07-27T11:17:47.9372857+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": "58165d9f-7a09-480c-909f-b3b2f832c965", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:17:47.9372857+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "ae1b2b45-de98-49a7-b46c-6f59ad37f0af", "i": 21, "UserUUIDCur": "2e523783-0e4e-43bd-b245-1e1d706870f6" } ]