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": "6bcecb2a-6b1d-4c66-ba5a-5cef13d15720",
"ChatRoomUUID": "1a937f46-3e19-45cc-ab7f-5ae0b238a905",
"ChatFavorite": true,
"Search": "sample string 1",
"DeviceID": "sample string 2",
"Notiff": true,
"Increment": 1,
"LastChatUUID": "6274e8fc-b246-48da-abd0-fc0a8ce2070c"
}
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": "24695d6f-fd12-4998-95b8-2a3f4b0ae1a9",
"ChatUUID": "d289e95b-b440-4602-84a7-0e2e1bfae6eb",
"AvatarName": "sample string 3",
"PhotoUUID": "065557f9-51e4-40ed-beb4-9f8a5a0216ee",
"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-02-04T05:20:37.2552537+02:00",
"UserUUIDCur": "3b2b894b-c116-4f58-8890-2928170614c2"
},
{
"UserUUID": "24695d6f-fd12-4998-95b8-2a3f4b0ae1a9",
"ChatUUID": "d289e95b-b440-4602-84a7-0e2e1bfae6eb",
"AvatarName": "sample string 3",
"PhotoUUID": "065557f9-51e4-40ed-beb4-9f8a5a0216ee",
"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-02-04T05:20:37.2552537+02:00",
"UserUUIDCur": "3b2b894b-c116-4f58-8890-2928170614c2"
}
]