POST api/AppChat/AppGetChatRoom
AppGetChatRoom
Request Information
URI Parameters
None.
Body Parameters
App_GetChatRoom| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| ChatRoomUUID | globally unique identifier |
None. |
|
| ChatFavorite | boolean |
None. |
|
| Search | string |
None. |
|
| DeviceID | string |
None. |
|
| Notiff | boolean |
None. |
|
| Increment | integer |
None. |
|
| LastChatUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "6facc82d-27cd-4233-a8bb-565e5a8d34b9",
"ChatRoomUUID": "a1ed7550-efec-4bf7-b10e-808a0406d6bc",
"ChatFavorite": true,
"Search": "sample string 1",
"DeviceID": "sample string 2",
"Notiff": true,
"Increment": 1,
"LastChatUUID": "c18d495e-15b7-446e-8f75-9a4b7c082616"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of App_GetChatList_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| ChatUUID | globally unique identifier |
None. |
|
| AvatarName | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| PhotoURI | string |
None. |
|
| ChatText | string |
None. |
|
| ChatDelivered | boolean |
None. |
|
| ChatSeen | boolean |
None. |
|
| ChatFavorite | boolean |
None. |
|
| ChatLikeQ | integer |
None. |
|
| ChatLike | boolean |
None. |
|
| ChatSystem | boolean |
None. |
|
| ChatCommand | string |
None. |
|
| EntryTimeChar | string |
None. |
|
| EntryTime | date |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserUUID": "ea1f2dc5-5c72-4ca0-8405-77c948458817",
"ChatUUID": "87d9d73f-76a2-4749-aea1-6660c8b81ebf",
"AvatarName": "sample string 3",
"PhotoUUID": "aac15f49-37b3-4353-b2dc-f46d38a1915e",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"ChatFavorite": true,
"ChatLikeQ": 9,
"ChatLike": true,
"ChatSystem": true,
"ChatCommand": "sample string 11",
"EntryTimeChar": "sample string 12",
"EntryTime": "2026-03-21T23:34:55.1796318+02:00",
"UserUUIDCur": "8c360c2d-1cbd-447e-85e0-c86bd0419cef"
},
{
"UserUUID": "ea1f2dc5-5c72-4ca0-8405-77c948458817",
"ChatUUID": "87d9d73f-76a2-4749-aea1-6660c8b81ebf",
"AvatarName": "sample string 3",
"PhotoUUID": "aac15f49-37b3-4353-b2dc-f46d38a1915e",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"ChatFavorite": true,
"ChatLikeQ": 9,
"ChatLike": true,
"ChatSystem": true,
"ChatCommand": "sample string 11",
"EntryTimeChar": "sample string 12",
"EntryTime": "2026-03-21T23:34:55.1796318+02:00",
"UserUUIDCur": "8c360c2d-1cbd-447e-85e0-c86bd0419cef"
}
]