Skip to main content
Version: Next

Download document (alpha)

GET 

/documents/:documentId

Download a document from the Camunda 8 cluster.

note

This endpoint is an alpha feature. It currently only supports an in-memory document store, which is not meant for production use.

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.

Responses

The document was downloaded successfully.

Schema

    string

Loading...