POST api/AppChat/AppGetChatDet
AppGetChatDet
Request Information
URI Parameters
None.
Body Parameters
GetChatDet_RequestName | 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": "e64ad76b-cfdf-4e59-9a90-55e235d1d458", "UserUUIDCur": "b78dffe9-4992-49d5-a924-c30608c0cd71", "DeviceID": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetChatDet_ResponseName | 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": "f0966486-c2c8-4bfa-9815-c7f55428ee2d", "PhotoURI": "sample string 2", "SentTimeChar": "sample string 3", "DeliveredTimeChar": "sample string 4", "SeenTimeChar": "sample string 5", "UserUUIDCur": "20fc3ac5-12bc-43d1-9398-c1a3a13c0875" }, { "AvatarName": "sample string 1", "PhotoUUID": "f0966486-c2c8-4bfa-9815-c7f55428ee2d", "PhotoURI": "sample string 2", "SentTimeChar": "sample string 3", "DeliveredTimeChar": "sample string 4", "SeenTimeChar": "sample string 5", "UserUUIDCur": "20fc3ac5-12bc-43d1-9398-c1a3a13c0875" } ]