Download the raw document content
post
/custom-actions/download/documents/{document gid}/contents/{document content gid}
Access to the actual document content for download, however, is managed via the "contents" child resource of the "documents" root resource. The child resource will contain a "canonical" link reference where the content can be downloaded using an HTTP POST or GET. This will return the content according to the media type stored with the document definition.
Request
Path Parameters
-
document content gid(required): string
The Document Content GID.
-
document gid(required): string
The Document GID.
There's no request body for this operation.
Back to TopResponse
200 Response
Content successfully returned as message body with content matching the Content-Type header.