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": "4ccadf00-7197-4dbf-9682-e1d71500cfae",
"UserUUIDCur": "b54806f3-5672-45fc-b580-42f860066ba2",
"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": "3e843df4-84f7-46e7-a1ce-085b1a05ec17",
"PhotoURI": "sample string 2",
"SentTimeChar": "sample string 3",
"DeliveredTimeChar": "sample string 4",
"SeenTimeChar": "sample string 5",
"UserUUIDCur": "83c76e93-9526-433c-98e7-bf0423a6a396"
},
{
"AvatarName": "sample string 1",
"PhotoUUID": "3e843df4-84f7-46e7-a1ce-085b1a05ec17",
"PhotoURI": "sample string 2",
"SentTimeChar": "sample string 3",
"DeliveredTimeChar": "sample string 4",
"SeenTimeChar": "sample string 5",
"UserUUIDCur": "83c76e93-9526-433c-98e7-bf0423a6a396"
}
]