POST api/AppChat/AppGetChatDet
AppGetChatDet
Request Information
URI Parameters
None.
Body Parameters
GetChatDet_Request| Name | 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": "bf1e9c28-021f-4d81-ad0d-900b4fe1270c",
"UserUUIDCur": "8e0ed78b-e651-4db5-82fd-ed625720c9f8",
"DeviceID": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetChatDet_Response| Name | 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": "88ede8bc-b5e8-43c9-8dc5-489e8eff9a12",
"PhotoURI": "sample string 2",
"SentTimeChar": "sample string 3",
"DeliveredTimeChar": "sample string 4",
"SeenTimeChar": "sample string 5",
"UserUUIDCur": "00c3d059-f562-4877-93ea-1f17c89229c1"
},
{
"AvatarName": "sample string 1",
"PhotoUUID": "88ede8bc-b5e8-43c9-8dc5-489e8eff9a12",
"PhotoURI": "sample string 2",
"SentTimeChar": "sample string 3",
"DeliveredTimeChar": "sample string 4",
"SeenTimeChar": "sample string 5",
"UserUUIDCur": "00c3d059-f562-4877-93ea-1f17c89229c1"
}
]