Skip to main content

xSuite Helix - Hilfe

Reading binary content of an attachment (V2)

Reads binary content of an attachment from the storage service. To be able to execute this method a conveyor reservation or a remote auth token is needed. The remote auth token is issued when the document is read from the archive service.

To access this endpoint you must have a valid conveyor token obtained in advance by getting a reservation from the conveyor service.

cURL Example

curl -X GET /
    'https://{fqdn_helix}/api/v1/Files/{{fileKey}}/Stream' \
    -H "Authorization: Bearer {ACCESS_TOKEN}" \
    -H 'x-xsuite-remoteauth: {REMOTE_AUTH_TOKEN}' \
    -H "accept: application/octet-stream"

Definitions

See stream operation in Archive Service API.

Permissions

Read permissions on the archive are required.