Skip to main content
Version: v2023.18.0

GET a document metadata

This API allows you to retrieve a document metadata.

API Description

Endpoint :

GET /documents/{documentId}

Resource path:

VariableRequiredDescription
documentIdYesThe ID of a document

Response :

TypeDescription
DFSDocumentAccessorThe document accessor

Examples

Retrieve a document

The call below generates a request to retrieve the metadata of the document with id b64_bm9yZS92SDMtMS0xMTh1735080237.

curl -X 'GET' \
'http://localhost:8761/documents/b64_bm9yZS92SDMtMS0xMTh1735080237' \
-H 'accept: */*'