Returns unseen notifications for a specific channel.
Parameters
Output
Encoding
application/jsonnotifications
array
Required
No description available.
Errors
AuthRequired
Missing, malformed, or unverifiable 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": "Missing, malformed, or unverifiable service auth."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"notifications"
],
"properties": {
"notifications": {
"type": "array",
"items": {
"ref": "lex:social.colibri.notification.defs#unseenNotification",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"channel"
],
"properties": {
"channel": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Returns unseen notifications for a specific channel."
}