POST api/AppChat/AppGetChatDet

AppGetChatDet

Request Information

URI Parameters

None.

Body Parameters

GetChatDet_Request
NameDescriptionTypeAdditional information
ChatUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

DeviceID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ChatUUID": "82684191-cf0c-448c-9225-ed1bcbb60b3e",
  "UserUUIDCur": "3ebde6cb-cae0-418e-935f-d3a11d32f9ff",
  "DeviceID": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetChatDet_Response
NameDescriptionTypeAdditional 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": "8ea69a65-5ab5-4162-983e-e4979d5e4d95",
    "PhotoURI": "sample string 2",
    "SentTimeChar": "sample string 3",
    "DeliveredTimeChar": "sample string 4",
    "SeenTimeChar": "sample string 5",
    "UserUUIDCur": "62ea69cd-2515-41b9-a7fd-bd7d29decf1c"
  },
  {
    "AvatarName": "sample string 1",
    "PhotoUUID": "8ea69a65-5ab5-4162-983e-e4979d5e4d95",
    "PhotoURI": "sample string 2",
    "SentTimeChar": "sample string 3",
    "DeliveredTimeChar": "sample string 4",
    "SeenTimeChar": "sample string 5",
    "UserUUIDCur": "62ea69cd-2515-41b9-a7fd-bd7d29decf1c"
  }
]