List imported eprint statistics
Parameters
Output
Encoding
application/jsonlimit
integer
Optional
Applied limit
source
string
Optional
Import source filter
totalEprints
integer
Optional
Total imported eprints
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": {
"limit": {
"type": "integer",
"description": "Applied limit"
},
"source": {
"type": "string",
"description": "Import source filter"
},
"totalEprints": {
"type": "integer",
"description": "Total imported eprints"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of results"
},
"source": {
"type": "string",
"description": "Filter by import source"
}
}
},
"description": "List imported eprint statistics"
}