GET api/chat/unreadCount
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfChatUnreadCountResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| Data | ChatUnreadCountResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2",
"Data": {
"UnreadCount": 1,
"HasNewMessages": true
}
}
application/xml, text/xml
Sample:
<ApiResponseOfChatUnreadCountResponsezUHhnKY6 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bridge">
<Data>
<HasNewMessages>true</HasNewMessages>
<UnreadCount>1</UnreadCount>
</Data>
<Message>sample string 2</Message>
<Status>sample string 1</Status>
</ApiResponseOfChatUnreadCountResponsezUHhnKY6>