Deferred reading-view context: related articles, recents, social proof, citations.
Parameters
Output
Encoding
application/jsonmoreFrom
array
Optional
No description available.
readersAlsoFollow
array
Optional
No description available.
related
array
Optional
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",
"properties": {
"related": {
"type": "array",
"items": {
"ref": "app.standard-reader.defs#documentView",
"type": "ref"
}
},
"moreFrom": {
"type": "array",
"items": {
"ref": "app.standard-reader.defs#documentView",
"type": "ref"
}
},
"readersAlsoFollow": {
"type": "array",
"items": {
"ref": "app.standard-reader.defs#publicationView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"document"
],
"properties": {
"document": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Deferred reading-view context: related articles, recents, social proof, citations."
}