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": "b649273d-b6d4-4800-8fde-f23494a8a331",
"ChatRoomUUID": "33774db0-6003-4b0e-90a9-20bfab261dfa",
"ChatFavorite": true,
"Search": "sample string 1",
"DeviceID": "sample string 2",
"Notiff": true,
"Increment": 1,
"LastChatUUID": "b38698c9-2904-4b57-a008-f444680ff7e6"
}
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": "3f6990e2-57d5-4685-8a15-945c7ec41929",
"ChatUUID": "28feb7a9-0bd0-450b-8f2c-226876c199cd",
"AvatarName": "sample string 3",
"PhotoUUID": "376d1b4b-82c4-4fab-8486-26da21bc4670",
"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-08-05T03:58:44.0158582+03:00",
"UserUUIDCur": "3b5e53dc-44a5-42b8-bb02-ee9574b15a4e"
},
{
"UserUUID": "3f6990e2-57d5-4685-8a15-945c7ec41929",
"ChatUUID": "28feb7a9-0bd0-450b-8f2c-226876c199cd",
"AvatarName": "sample string 3",
"PhotoUUID": "376d1b4b-82c4-4fab-8486-26da21bc4670",
"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-08-05T03:58:44.0158582+03:00",
"UserUUIDCur": "3b5e53dc-44a5-42b8-bb02-ee9574b15a4e"
}
]