Unread notification count for the viewer.
Output
Encoding
application/jsoncount
integer
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"count"
],
"properties": {
"count": {
"type": "integer",
"minimum": 0
}
}
},
"encoding": "application/json"
},
"description": "Unread notification count for the viewer."
}