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": "ccfd5177-cda8-4152-be64-8015fda53e22",
"ChatRoomUUID": "13fd3c03-0ad8-4034-8574-3d75aa22a68e",
"ChatFavorite": true,
"Search": "sample string 1",
"DeviceID": "sample string 2",
"Notiff": true,
"Increment": 1,
"LastChatUUID": "6756df7f-2e27-4f5f-9dd1-84b1a31d6d78"
}
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": "eb9825ac-6ce0-4185-972d-9f668815ed79",
"ChatUUID": "d8d64abb-4449-477c-a1f2-8f5ad076acb9",
"AvatarName": "sample string 3",
"PhotoUUID": "8ec798b2-7499-4a82-8bf9-8fe2d8586cde",
"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-05-06T15:44:27.0652017+03:00",
"UserUUIDCur": "3424bd61-b997-4cc1-a911-2d0984de4abf"
},
{
"UserUUID": "eb9825ac-6ce0-4185-972d-9f668815ed79",
"ChatUUID": "d8d64abb-4449-477c-a1f2-8f5ad076acb9",
"AvatarName": "sample string 3",
"PhotoUUID": "8ec798b2-7499-4a82-8bf9-8fe2d8586cde",
"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-05-06T15:44:27.0652017+03:00",
"UserUUIDCur": "3424bd61-b997-4cc1-a911-2d0984de4abf"
}
]