Read the authenticated account's own preferences. Scoped to the caller and to nobody else: there is no parameter naming whose preferences to read, because one account's preferences are never another account's business. An account that has never set a preference reads the defaults rather than an absence, so a client has nothing to guess.
Output
application/jsonnotifications
refapp.bivri.actor.defs#notificationPreferences
Required
No description available.
Errors
Unauthenticated
Nobody is authenticated, so there are no preferences to read. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "Unauthenticated",
"description": "Nobody is authenticated, so there are no preferences to read."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"notifications"
],
"properties": {
"notifications": {
"ref": "app.bivri.actor.defs#notificationPreferences",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Read the authenticated account's own preferences. Scoped to the caller and to nobody else: there is no parameter naming whose preferences to read, because one account's preferences are never another account's business. An account that has never set a preference reads the defaults rather than an absence, so a client has nothing to guess."
}