POST api/AppChat/AppSaveChatRoomPined
AppSaveChatRoomPined
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatPined| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| ChatRoomUUID | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "6bd8c704-5799-47d1-978a-dc35fb63027d",
"ChatRoomUUID": "sample string 1",
"DeviceID": "sample string 2"
}
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": "9738f281-ab01-4f7f-8185-df01ca2d2979",
"ChatUUID": "14d1016c-6750-4954-80c8-2856147b437a",
"ChatRoomUUID": "9f922e11-b966-4557-b21e-bfc853c7e916",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "efcb4eb9-cb66-4824-a29f-9b42578cc128",
"GiftLeftTime": "2026-03-21T23:37:55.0099813+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": "9499ab58-006a-435e-86bb-193ec5a394fa",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T23:37:55.0099813+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "7d0b62e9-37b8-4aa9-8d60-a93528ae8845",
"i": 21,
"UserUUIDCur": "84526b4e-8494-4a9f-a382-3ec30b3ab9e9"
},
{
"UserUUID": "9738f281-ab01-4f7f-8185-df01ca2d2979",
"ChatUUID": "14d1016c-6750-4954-80c8-2856147b437a",
"ChatRoomUUID": "9f922e11-b966-4557-b21e-bfc853c7e916",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "efcb4eb9-cb66-4824-a29f-9b42578cc128",
"GiftLeftTime": "2026-03-21T23:37:55.0099813+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": "9499ab58-006a-435e-86bb-193ec5a394fa",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T23:37:55.0099813+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "7d0b62e9-37b8-4aa9-8d60-a93528ae8845",
"i": 21,
"UserUUIDCur": "84526b4e-8494-4a9f-a382-3ec30b3ab9e9"
}
]