Export package

Export package

Exports the contents of a Package compressed in a ZIP file. The content type of the response is "application/octet-stream".The exported zip contains the entities that the user has access to. Based on the requested package for export, the content graph is built. However, if the user does not have access to some of the entities then they are skipped from the export. It is recommended to use the export dry run to get details about the entities that were skipped from the export. Although the API looks similar to retrieve package API but differs in the 'Accept' header where it expects 'application/octet-stream' or 'application/zip'.

Request
URI
GET
https://{api_host}/content-management-service/api/packages/{id}
COPY
Path Parameters
string
id
Required

The UUID of the package

Query Parameters
string
secureValueFormat
Optional

The format in which secure values should be sent

Possible values are : ENCRYPT, DECRYPT, BLANKOUT,

Responses
201

Package export successful

Returns file of type(s) application/octet-stream
Operation doesn't return any data structure