Retrieve document metadata

GET https://{{host}}/athento/api/v1/id/a7e7c74c-ca91-41d0-9f47-c4960ed99b13/retrieve

This service allows retrieving the information of a document.

This GET requires a document UUID to work.

/api/v1/id/DOCUMENT_UUID/retrieve

The response is a JSON representation of document attributes such as dc:title, dc:creation_date, dc:author.

The response also includes metadata, features and other document information.

If the document is not found, the response will be an error 404.

If the user of the API client has no permission to read the document, the response will be an error 403.

RESPONSES

status: OK

"Document downloaded successfully"