Notifications for the authenticated viewer (newest first). Includes read items; AppView may drop items older than 30 days.
Parameters
Output
application/jsoncursor
string
Optional
No description available.
notifications
array
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": [
"notifications"
],
"properties": {
"cursor": {
"type": "string"
},
"notifications": {
"type": "array",
"items": {
"ref": "#notificationView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Notifications for the authenticated viewer (newest first). Includes read items; AppView may drop items older than 30 days."
}