exportDigitalContents
POST/contents/entities/:entityId/:entityObjectId/export
Requests a bulk export of all digital contents for the given entity as a ZIP archive containing all valid digital contents for the requested rendition type.
To access the service you need at least one of the following permissions. They are different based on the entity the digital contents are linked to:
| Permission (one of) | Notes |
|---|---|
| listItems | If linked to an Item |
| getItem | If linked to an Item |
| getItemHierarchy | If linked to a Item Hierarchy |
| listItemHierarchies | If linked to a Item Hierarchy |
| getTask | If linked to a Task |
| updateTask | If linked to a Task |
| getSurveyDocTemplate | If linked to a Survey Document |
| listSurveyDocTemplates | If linked to a Survey Document |
| listPurchaseOrderDigitalContents | If linked to a Purchase Document |
| getPurchaseOrderDigitalContent | If linked to a Purchase Document |
| listSalesDocDigitalContents | If linked to a Sales Document |
| listSalesOrderDigitalContents | If linked to a Sales Order |
Request
Responses
- 202
- 400
Export request accepted. The export process is asynchronous, and the response includes a link to check the status of the export job. Once the job is completed, the link will provide access to download the ZIP archive containing the exported digital contents.
Bad request