POST api/AppChat/AppSaveChatRoomDel
AppSaveChatRoomDel
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatRoomDel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| ChatRoomUUID | string |
None. |
|
| DeviceID | string |
None. |
|
| All | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "2bc5940f-af54-4d20-a2fd-a2e95ee1e1f4",
"ChatRoomUUID": "sample string 1",
"DeviceID": "sample string 2",
"All": true
}
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": "6e6e8815-bbad-443e-960e-69ba88d6f94f",
"ChatUUID": "0306def7-31c6-43bd-ad64-992eea9bf254",
"ChatRoomUUID": "4fca4c76-b564-42c8-96d8-d3c2d25bdf6c",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "fde33268-fdf2-490e-9538-22bafeccecf1",
"GiftLeftTime": "2026-03-21T23:35:53.0893029+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": "b8b949d3-cf4a-42c6-b14a-d5dbab809f85",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T23:35:53.0893029+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "62868fc6-aa78-4014-924a-95caa338a4a5",
"i": 21,
"UserUUIDCur": "20eabda6-d742-4867-a378-2dca0d090965"
},
{
"UserUUID": "6e6e8815-bbad-443e-960e-69ba88d6f94f",
"ChatUUID": "0306def7-31c6-43bd-ad64-992eea9bf254",
"ChatRoomUUID": "4fca4c76-b564-42c8-96d8-d3c2d25bdf6c",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "fde33268-fdf2-490e-9538-22bafeccecf1",
"GiftLeftTime": "2026-03-21T23:35:53.0893029+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": "b8b949d3-cf4a-42c6-b14a-d5dbab809f85",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T23:35:53.0893029+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "62868fc6-aa78-4014-924a-95caa338a4a5",
"i": 21,
"UserUUIDCur": "20eabda6-d742-4867-a378-2dca0d090965"
}
]