Documents

Documents

Given the id of a project document (gotten from one of the project endpoints) you can supply that to this endpoint to get a link where you can download the document.

get

This endpoint returns a link to the document specified.

Path parameters
idstringRequired
Responses
200Success
application/json
get
/documents/{id}/link
200Success

Callable by any access token regardless of permissions - unless the document is marked as private then only callable by access token with permissions "examiner:read".

Last updated