Unread Count
GET api/v1/message/unreadCount
Note: to query the count of unread messages
Header
Field
Type
Remarks
ApiKey
String
Authorization
String
Bearer ${unifiedAuthToken} , in which the unifiedAuthToken is returned by /api/v1/auth
Request Example
Response Parameters
Field
Type
Remarks
code
String
the Return Code
desc
String
the Return Message
data
UnReadInfo
the Data
The UnReadInfo field consists of the following subfields:
Field
Type
Remarks
unreadCount
int
number of unread messages
mentionsCount
int
number of mentions
Response Body
Return Code
code
desc
Remarks
0
success
the flag for a successful request
Last updated