Get metrics overview with trending eprints for a given period
Parameters
Output
Encoding
application/jsonperiod
ref#periodInfo
Optional
Period information
trending
array
Optional
Trending eprints in the period
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",
"properties": {
"period": {
"ref": "#periodInfo",
"type": "ref",
"description": "Period information"
},
"trending": {
"type": "array",
"items": {
"ref": "#trendingEprint",
"type": "ref"
},
"description": "Trending eprints in the period"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"days": {
"type": "integer",
"default": 7,
"maximum": 90,
"minimum": 1,
"description": "Number of days to aggregate"
}
}
},
"description": "Get metrics overview with trending eprints for a given period"
}