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": "5e7eec89-2159-4363-a5ea-42f173c4f46c",
"UserUUIDCur": "49452801-67df-46b7-a5ac-8584c44f4951",
"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": "b1056070-2f5c-4747-995e-a5e2969376cc",
"PhotoURI": "sample string 2",
"SentTimeChar": "sample string 3",
"DeliveredTimeChar": "sample string 4",
"SeenTimeChar": "sample string 5",
"UserUUIDCur": "00613e14-64b1-4375-a686-80c7f434b90f"
},
{
"AvatarName": "sample string 1",
"PhotoUUID": "b1056070-2f5c-4747-995e-a5e2969376cc",
"PhotoURI": "sample string 2",
"SentTimeChar": "sample string 3",
"DeliveredTimeChar": "sample string 4",
"SeenTimeChar": "sample string 5",
"UserUUIDCur": "00613e14-64b1-4375-a686-80c7f434b90f"
}
]