Author profile for a DID with aggregate stats and a first page of their publications.
Parameters
Output
application/jsonprofile
refapp.standard-reader.defs#profileView
Required
No description available.
publications
array
Required
The author's publications, owned first then featured, newest activity first. A convenience first page; use getAuthorPublications to page through the full set.
stats
refapp.standard-reader.getAuthor#stats
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": [
"profile",
"stats",
"publications"
],
"properties": {
"stats": {
"ref": "app.standard-reader.getAuthor#stats",
"type": "ref"
},
"profile": {
"ref": "app.standard-reader.defs#profileView",
"type": "ref"
},
"publications": {
"type": "array",
"items": {
"ref": "app.standard-reader.defs#publicationView",
"type": "ref"
},
"description": "The author's publications, owned first then featured, newest activity first. A convenience first page; use getAuthorPublications to page through the full set."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
},
"description": "Author profile for a DID with aggregate stats and a first page of their publications."
}