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": "a1b70633-f0cd-4f56-8ea9-b64886e28563",
"UserUUIDCur": "3dc6c4de-a9bb-4bd1-acb6-806f3497e594",
"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": "64d96bc9-3d98-4997-b877-b8f804e54147",
"PhotoURI": "sample string 2",
"SentTimeChar": "sample string 3",
"DeliveredTimeChar": "sample string 4",
"SeenTimeChar": "sample string 5",
"UserUUIDCur": "3c18c67a-efe8-417a-9945-c1c340f028b7"
},
{
"AvatarName": "sample string 1",
"PhotoUUID": "64d96bc9-3d98-4997-b877-b8f804e54147",
"PhotoURI": "sample string 2",
"SentTimeChar": "sample string 3",
"DeliveredTimeChar": "sample string 4",
"SeenTimeChar": "sample string 5",
"UserUUIDCur": "3c18c67a-efe8-417a-9945-c1c340f028b7"
}
]