List endorsements on papers authored by the current user
Parameters
Output
application/jsoncursor
string
Optional
No description available.
notifications
array
Required
No description available.
unreadCount
integer
Optional
No description available.
Errors
AuthenticationRequired
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"notifications"
],
"properties": {
"cursor": {
"type": "string"
},
"unreadCount": {
"type": "integer"
},
"notifications": {
"type": "array",
"items": {
"ref": "#endorsementNotification",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
},
"unreadOnly": {
"type": "boolean",
"default": false
}
}
},
"description": "List endorsements on papers authored by the current user"
}