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": "fd5a8da7-cb5b-4e59-8a20-13e5e6913ef5",
"UserUUIDCur": "96f3a0ef-4459-4ed8-ab8f-5e42d7952e07",
"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": "a6418aed-1a57-4e86-979b-902bceb77cd5",
"PhotoURI": "sample string 2",
"SentTimeChar": "sample string 3",
"DeliveredTimeChar": "sample string 4",
"SeenTimeChar": "sample string 5",
"UserUUIDCur": "9e419e12-9d3c-481e-8d10-02b4d18a9093"
},
{
"AvatarName": "sample string 1",
"PhotoUUID": "a6418aed-1a57-4e86-979b-902bceb77cd5",
"PhotoURI": "sample string 2",
"SentTimeChar": "sample string 3",
"DeliveredTimeChar": "sample string 4",
"SeenTimeChar": "sample string 5",
"UserUUIDCur": "9e419e12-9d3c-481e-8d10-02b4d18a9093"
}
]