Get aggregate counts from all index tables
Output
Encoding
application/jsonauthors
integer
Required
Total indexed authors
collections
integer
Required
Total indexed collections
endorsements
integer
Required
Total indexed endorsements
eprints
integer
Required
Total indexed eprints
reviews
integer
Required
Total indexed reviews
tags
integer
Required
Total indexed tags
Errors
AuthenticationRequired
AdminRequired
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "AdminRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"eprints",
"authors",
"reviews",
"endorsements",
"collections",
"tags"
],
"properties": {
"tags": {
"type": "integer",
"description": "Total indexed tags"
},
"authors": {
"type": "integer",
"description": "Total indexed authors"
},
"eprints": {
"type": "integer",
"description": "Total indexed eprints"
},
"reviews": {
"type": "integer",
"description": "Total indexed reviews"
},
"collections": {
"type": "integer",
"description": "Total indexed collections"
},
"endorsements": {
"type": "integer",
"description": "Total indexed endorsements"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "Get aggregate counts from all index tables"
}