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": "085eb9ee-329b-436e-9a05-22184afd494e", "ChatRoomUUID": "f42361bd-104e-421a-8170-b16896b0a1b8", "ChatFavorite": true, "Search": "sample string 1", "DeviceID": "sample string 2", "Notiff": true, "Increment": 1, "LastChatUUID": "c5063d8c-e22f-4aeb-80b8-bfa9768e722e" }
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": "7c73b474-f160-45ca-a8d2-c336584d8694", "ChatUUID": "19bec16f-8499-4cfc-ba79-019fcb17e422", "AvatarName": "sample string 3", "PhotoUUID": "391c89fc-4a1e-4548-b60e-5c6f29c5d5fc", "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": "45c2cff5-5c7a-4670-bc89-4307046edd2f" }, { "UserUUID": "7c73b474-f160-45ca-a8d2-c336584d8694", "ChatUUID": "19bec16f-8499-4cfc-ba79-019fcb17e422", "AvatarName": "sample string 3", "PhotoUUID": "391c89fc-4a1e-4548-b60e-5c6f29c5d5fc", "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": "45c2cff5-5c7a-4670-bc89-4307046edd2f" } ]