Search preprints with faceted filters using knowledge graph dimensions
Parameters
author
string
did
Optional
Filter by author DID
cursor
string
Optional
No description available.
dateFrom
string
datetime
Optional
Filter by submission date (from)
dateTo
string
datetime
Optional
Filter by submission date (to)
facetUris
array
of string
Optional
Filter by facet node URIs (subkind=facet)
fieldUris
array
of string
Optional
Filter by field node URIs (subkind=field)
limit
integer
Optional
No description available.
paperTypeUri
string
at-uri
Optional
Filter by paper type node URI (subkind=paper-type)
publicationStatusUri
string
at-uri
Optional
Filter by publication status node URI (subkind=publication-status)
q
string
Optional
Search query. If omitted, returns recent eprints (browsing mode)
sort
string
Optional
Sort order for results. 'relevance' (default) or 'recent' (newest first)
topicUris
array
of string
Optional
Filter by topic node URIs (subkind=topic)
Output
application/jsoncursor
string
Optional
No description available.
facetAggregations
array
Optional
No description available.
hits
array
Required
No description available.
total
integer
Optional
Total number of matching documents
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": [
"hits"
],
"properties": {
"hits": {
"type": "array",
"items": {
"ref": "#searchHit",
"type": "ref"
}
},
"total": {
"type": "integer",
"description": "Total number of matching documents"
},
"cursor": {
"type": "string"
},
"facetAggregations": {
"type": "array",
"items": {
"ref": "#facetAggregation",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"q": {
"type": "string",
"description": "Search query. If omitted, returns recent eprints (browsing mode)"
},
"sort": {
"type": "string",
"description": "Sort order for results. 'relevance' (default) or 'recent' (newest first)",
"knownValues": [
"relevance",
"recent"
]
},
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1
},
"author": {
"type": "string",
"format": "did",
"description": "Filter by author DID"
},
"cursor": {
"type": "string"
},
"dateTo": {
"type": "string",
"format": "datetime",
"description": "Filter by submission date (to)"
},
"dateFrom": {
"type": "string",
"format": "datetime",
"description": "Filter by submission date (from)"
},
"facetUris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"description": "Filter by facet node URIs (subkind=facet)"
},
"fieldUris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"description": "Filter by field node URIs (subkind=field)"
},
"topicUris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"description": "Filter by topic node URIs (subkind=topic)"
},
"paperTypeUri": {
"type": "string",
"format": "at-uri",
"description": "Filter by paper type node URI (subkind=paper-type)"
},
"publicationStatusUri": {
"type": "string",
"format": "at-uri",
"description": "Filter by publication status node URI (subkind=publication-status)"
}
}
},
"description": "Search preprints with faceted filters using knowledge graph dimensions"
}