Gets how many of the requesting user's notifications are unread.
Output
Encoding
application/jsoncount
integer
Required
Number of unread notifications.
Errors
AuthRequired
The request has no valid service auth. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthRequired",
"description": "The request has no valid service auth."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"count"
],
"properties": {
"count": {
"type": "integer",
"description": "Number of unread notifications."
}
}
},
"encoding": "application/json"
},
"description": "Gets how many of the requesting user's notifications are unread."
}