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": "2b6f14ee-c17b-49fb-94ab-3896d2cd43c8", "ChatRoomUUID": "8c8430c2-db2c-4fe3-9d55-8afe3704f3c9", "ChatFavorite": true, "Search": "sample string 1", "DeviceID": "sample string 2", "Notiff": true, "Increment": 1, "LastChatUUID": "165e480a-be2e-4953-8766-a76cf766e9c4" }
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": "e2e0e832-e0b9-4827-ae82-652b5f6e77cb", "ChatUUID": "c1a75f28-a1c6-4710-b89f-dce3cd2eff83", "AvatarName": "sample string 3", "PhotoUUID": "bad5dcd2-cc89-4def-a004-f30e29ec2615", "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": "4a935852-08c5-456c-aa1e-5501fa239143" }, { "UserUUID": "e2e0e832-e0b9-4827-ae82-652b5f6e77cb", "ChatUUID": "c1a75f28-a1c6-4710-b89f-dce3cd2eff83", "AvatarName": "sample string 3", "PhotoUUID": "bad5dcd2-cc89-4def-a004-f30e29ec2615", "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": "4a935852-08c5-456c-aa1e-5501fa239143" } ]