Author profile for a DID with aggregate stats.
Parameters
Output
Encoding
application/jsonprofile
refapp.standard-reader.defs#profileView
Required
No description available.
stats
object
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"
],
"properties": {
"stats": {
"type": "object",
"properties": {
"likeCount": {
"type": "integer"
},
"documentCount": {
"type": "integer"
},
"followingCount": {
"type": "integer"
},
"subscriberCount": {
"type": "integer"
},
"publicationCount": {
"type": "integer"
}
}
},
"profile": {
"ref": "app.standard-reader.defs#profileView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
},
"description": "Author profile for a DID with aggregate stats."
}