POST api/AppChat/AppGetChatRoom
AppGetChatRoom
Request Information
URI Parameters
None.
Body Parameters
App_GetChatRoomName | 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": "18efbc37-2a15-499a-bc15-602d6638427d", "ChatRoomUUID": "a4578cd4-7a91-40d5-8d2f-647f2f7e5b14", "ChatFavorite": true, "Search": "sample string 1", "DeviceID": "sample string 2", "Notiff": true, "Increment": 1, "LastChatUUID": "faafe1b2-5c56-4e35-9934-12dfb31f6978" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of App_GetChatList_ResponseName | 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": "68b47b61-0159-4759-b37b-65898be3c02e", "ChatUUID": "c4e6d563-98a6-4a8c-8505-74a89069ae89", "AvatarName": "sample string 3", "PhotoUUID": "529a63b3-568c-449c-b625-6fa318fae980", "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": "920b5e5d-f85a-4316-88fc-47f568130036" }, { "UserUUID": "68b47b61-0159-4759-b37b-65898be3c02e", "ChatUUID": "c4e6d563-98a6-4a8c-8505-74a89069ae89", "AvatarName": "sample string 3", "PhotoUUID": "529a63b3-568c-449c-b625-6fa318fae980", "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": "920b5e5d-f85a-4316-88fc-47f568130036" } ]