View documents

Get list of documents

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
spaceIndexstringOptional

Space index to which docs belong

Responses
200

Get all documents for space (based on routine it belongs)

application/json
get
/api/documents
200

Get all documents for space (based on routine it belongs)

Get single document

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
documentIndexstringRequired
Responses
200

Get single document

application/json
get
/api/documents/{documentIndex}
200

Get single document

Last updated

Was this helpful?