Get all book lists for a user.
Parameters
Output
Encoding
application/jsonlists
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": [
"lists"
],
"properties": {
"lists": {
"type": "array",
"items": {
"ref": "buzz.bookhive.getList#listView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"description": "DID of the user whose lists to fetch"
}
}
},
"description": "Get all book lists for a user."
}