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": "95c6857a-25ad-4949-aef0-3017c85ef679",
"ChatRoomUUID": "cc6341ff-4857-4d9d-8a1f-ea4d10bbd925",
"ChatFavorite": true,
"Search": "sample string 1",
"DeviceID": "sample string 2",
"Notiff": true,
"Increment": 1,
"LastChatUUID": "a56b7772-2038-4b90-8968-19df7173a4cf"
}
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": "16899d1e-65ca-4a3e-8ef2-1d68bc7a8ab4",
"ChatUUID": "18152f6a-c7a2-4538-9fff-457f73944c8c",
"AvatarName": "sample string 3",
"PhotoUUID": "1b6494a8-91e4-49b6-a5ab-3e0af976634d",
"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-09-19T13:09:55.3181019+03:00",
"UserUUIDCur": "613b88bf-792a-4764-9f5e-532b5a008c8f"
},
{
"UserUUID": "16899d1e-65ca-4a3e-8ef2-1d68bc7a8ab4",
"ChatUUID": "18152f6a-c7a2-4538-9fff-457f73944c8c",
"AvatarName": "sample string 3",
"PhotoUUID": "1b6494a8-91e4-49b6-a5ab-3e0af976634d",
"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-09-19T13:09:55.3181019+03:00",
"UserUUIDCur": "613b88bf-792a-4764-9f5e-532b5a008c8f"
}
]