Get author profile and metrics by DID
Output
Encodingapplication/json
No description available.
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
Sending request...
View raw schema
{
"type": "query",
"errors": [
{
"name": "NotFound"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"profile",
"metrics"
],
"properties": {
"metrics": {
"ref": "#authorMetrics",
"type": "ref"
},
"profile": {
"ref": "#authorProfile",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "Author DID"
}
}
},
"description": "Get author profile and metrics by DID"
}
No description available.
Properties
No description available.
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"totalEprints",
"totalViews",
"totalDownloads",
"totalEndorsements"
],
"properties": {
"totalViews": {
"type": "integer"
},
"totalEprints": {
"type": "integer"
},
"totalDownloads": {
"type": "integer"
},
"totalEndorsements": {
"type": "integer"
}
}
}
No description available.
Properties
No description available.
No description available.
No description available.
No description available.
No description available.
A decentralized identifier (DID).
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Whether the author's ORCID has been verified via OAuth
No description available.
No description available.
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"did"
],
"properties": {
"bio": {
"type": "string"
},
"did": {
"type": "string",
"format": "did"
},
"orcid": {
"type": "string"
},
"avatar": {
"type": "string",
"format": "uri"
},
"dblpId": {
"type": "string"
},
"fields": {
"type": "array",
"items": {
"type": "string"
}
},
"handle": {
"type": "string"
},
"website": {
"type": "string",
"format": "uri"
},
"openAlexId": {
"type": "string"
},
"affiliation": {
"type": "string"
},
"displayName": {
"type": "string"
},
"pdsEndpoint": {
"type": "string"
},
"affiliations": {
"type": "array",
"items": {
"ref": "pub.chive.defs#affiliation",
"type": "ref"
}
},
"nameVariants": {
"type": "array",
"items": {
"type": "string"
}
},
"openReviewId": {
"type": "string"
},
"arxivAuthorId": {
"type": "string"
},
"orcidVerified": {
"type": "boolean",
"description": "Whether the author's ORCID has been verified via OAuth"
},
"scopusAuthorId": {
"type": "string"
},
"googleScholarId": {
"type": "string"
},
"researchKeywords": {
"type": "array",
"items": {
"ref": "#researchKeyword",
"type": "ref"
}
},
"semanticScholarId": {
"type": "string"
},
"previousAffiliations": {
"type": "array",
"items": {
"ref": "pub.chive.defs#affiliation",
"type": "ref"
}
}
}
}
No description available.
Properties
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"label"
],
"properties": {
"label": {
"type": "string"
},
"fastId": {
"type": "string"
},
"wikidataId": {
"type": "string"
}
}
}