Skip to main content
Version: Next

Download document (alpha)

GET 

/documents/:documentId

Download a document from the Camunda 8 cluster.

Note that this currently only supports an in-memory document store, which is not meant for production use.

note

This endpoint is an alpha feature and may be subject to change in future releases.

Request

Path Parameters

    documentId stringrequired

    The ID of the document to download.

Query Parameters

    storeId string

    The ID of the document store to download the document from.

    contentHash string

    The hash of the document content that was computed by the document store during upload. The hash is part of the document reference that is returned when uploading a document. This header is required when hash verification is enabled for the document store. If hash verification is enabled and the client fails to provide the correct hash, the request will be rejected.

Responses

The document was downloaded successfully.

Schema

    string

Loading...