REST API to fetch binary content

The /nuxeo/api/v1/id/{docId} REST API gives only the metadata for the document referred by the docId.

Is there any API to fetch the actual binary content (BLOB) that is contained within this document?

0 votes

1 answers

3217 views

ANSWER



Please read about the Web Adapters for the REST API and check the blob adapter.

1 votes