Browse the publication directory with topic filter, sort, and cursor pagination.
Parameters
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"ref": "app.standard-reader.defs#cursorPagePublications",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [],
"properties": {
"q": {
"type": "string"
},
"sort": {
"type": "string",
"default": "readers",
"knownValues": [
"readers",
"active",
"az"
]
},
"limit": {
"type": "integer",
"default": 24,
"maximum": 60,
"minimum": 1
},
"topic": {
"type": "string"
},
"cursor": {
"type": "string"
}
}
},
"description": "Browse the publication directory with topic filter, sort, and cursor pagination."
}