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": "cbfb3f7c-9c02-4ab2-8ed8-8dc5dfa6f54b", "ChatRoomUUID": "969f4c11-5cf8-45c4-8a75-2e575b1dee95", "ChatFavorite": true, "Search": "sample string 1", "DeviceID": "sample string 2", "Notiff": true, "Increment": 1, "LastChatUUID": "90f9bfa4-1143-4555-af45-037f99ada3fa" }
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": "33ef1551-367f-43be-869d-3cc43990be90", "ChatUUID": "5084435e-f787-46ed-a495-50749183d156", "AvatarName": "sample string 3", "PhotoUUID": "eb95e426-2c4b-46ec-ac6f-1ce838b823b2", "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": "b911d032-8f4d-41f2-bdea-b2e7b81ffb23" }, { "UserUUID": "33ef1551-367f-43be-869d-3cc43990be90", "ChatUUID": "5084435e-f787-46ed-a495-50749183d156", "AvatarName": "sample string 3", "PhotoUUID": "eb95e426-2c4b-46ec-ac6f-1ce838b823b2", "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": "b911d032-8f4d-41f2-bdea-b2e7b81ffb23" } ]