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": "f470a675-7db2-4d10-aa87-7e9434542291",
"ChatRoomUUID": "cd2cb271-dbec-4f3c-af61-a5c6ea1f0412",
"ChatFavorite": true,
"Search": "sample string 1",
"DeviceID": "sample string 2",
"Notiff": true,
"Increment": 1,
"LastChatUUID": "8c303610-187d-4007-9955-3a63afdb48d7"
}
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. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserUUID": "bef9ab80-b577-45ea-acce-59d7ca2c079b",
"ChatUUID": "0093e56e-4e3c-4631-9f6f-be18ba99f9b6",
"AvatarName": "sample string 3",
"PhotoUUID": "08ca247b-789f-476e-a98e-3be582c25e85",
"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",
"UserUUIDCur": "089b2086-7f7c-41ec-99d4-441a87d4cf24"
},
{
"UserUUID": "bef9ab80-b577-45ea-acce-59d7ca2c079b",
"ChatUUID": "0093e56e-4e3c-4631-9f6f-be18ba99f9b6",
"AvatarName": "sample string 3",
"PhotoUUID": "08ca247b-789f-476e-a98e-3be582c25e85",
"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",
"UserUUIDCur": "089b2086-7f7c-41ec-99d4-441a87d4cf24"
}
]