POST api/AppChat/AppGetChatDet
AppGetChatDet
Request Information
URI Parameters
None.
Body Parameters
GetChatDet_RequestName | Description | Type | Additional information |
---|---|---|---|
ChatUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
|
DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ChatUUID": "a6a193e6-be50-42ed-90f5-a2d9c7f3251a", "UserUUIDCur": "84cb904e-ef23-4b61-991b-bad1cece4215", "DeviceID": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetChatDet_ResponseName | Description | Type | Additional information |
---|---|---|---|
AvatarName | string |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
PhotoURI | string |
None. |
|
SentTimeChar | string |
None. |
|
DeliveredTimeChar | string |
None. |
|
SeenTimeChar | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AvatarName": "sample string 1", "PhotoUUID": "34878545-39ec-443c-bcaa-9283fc95619b", "PhotoURI": "sample string 2", "SentTimeChar": "sample string 3", "DeliveredTimeChar": "sample string 4", "SeenTimeChar": "sample string 5", "UserUUIDCur": "5e197425-a186-4b3d-93e3-d19b97f81ab4" }, { "AvatarName": "sample string 1", "PhotoUUID": "34878545-39ec-443c-bcaa-9283fc95619b", "PhotoURI": "sample string 2", "SentTimeChar": "sample string 3", "DeliveredTimeChar": "sample string 4", "SeenTimeChar": "sample string 5", "UserUUIDCur": "5e197425-a186-4b3d-93e3-d19b97f81ab4" } ]