Whether the subject reader bookmarked a document.
Parameters
Output
Encoding
application/jsonactive
boolean
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": [
"active"
],
"properties": {
"active": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"document"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"document": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Whether the subject reader bookmarked a document."
}