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": "622e1b1f-2229-467a-bfcd-047a20e0eff1",
"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": "27e94c26-1834-4338-aae5-9d4074a848ce",
"ChatUUID": "79c35a9c-2e9b-4f8c-b0a8-2883ebd93794",
"ChatRoomUUID": "590d7d4d-d93e-432e-807a-8f5aa5352afa",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "aad2e5b6-9a5e-4004-a0f6-22bf38b925ac",
"GiftLeftTime": "2026-02-04T05:20:37.4115219+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": "bea10e66-7230-4750-ac76-ec5a749aa3be",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:20:37.4115219+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "b6639195-9cf4-4408-8a0b-acec554ca291",
"i": 21,
"UserUUIDCur": "5674a45d-bcae-44f0-9e58-e25efb86df88"
},
{
"UserUUID": "27e94c26-1834-4338-aae5-9d4074a848ce",
"ChatUUID": "79c35a9c-2e9b-4f8c-b0a8-2883ebd93794",
"ChatRoomUUID": "590d7d4d-d93e-432e-807a-8f5aa5352afa",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "aad2e5b6-9a5e-4004-a0f6-22bf38b925ac",
"GiftLeftTime": "2026-02-04T05:20:37.4115219+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": "bea10e66-7230-4750-ac76-ec5a749aa3be",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:20:37.4115219+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "b6639195-9cf4-4408-8a0b-acec554ca291",
"i": 21,
"UserUUIDCur": "5674a45d-bcae-44f0-9e58-e25efb86df88"
}
]