List all currently dropped books (books whose current state is 'org.passingreads.book.drop').
Output
Encoding
application/jsonbooks
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": [
"books"
],
"properties": {
"books": {
"type": "array",
"items": {
"ref": "org.passingreads.book.defs#statefulBook",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"description": "List all currently dropped books (books whose current state is 'org.passingreads.book.drop')."
}