Get Margin annotations (at.margin.annotation, at.margin.highlight) targeting a Chive eprint
Parameters
Output
application/jsonannotations
array
Required
No description available.
cursor
string
Optional
No description available.
hasMore
boolean
Optional
No description available.
total
integer
Optional
No description available.
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": [
"annotations"
],
"properties": {
"total": {
"type": "integer"
},
"cursor": {
"type": "string"
},
"hasMore": {
"type": "boolean"
},
"annotations": {
"type": "array",
"items": {
"ref": "#annotationView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"eprintUri"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum results to return"
},
"cursor": {
"type": "string",
"description": "Pagination cursor"
},
"eprintUri": {
"type": "string",
"description": "AT-URI of the eprint to get annotations for"
}
}
},
"description": "Get Margin annotations (at.margin.annotation, at.margin.highlight) targeting a Chive eprint"
}