/
[GET] /zip

[GET] /zip

/api/dms/objects/{objectId}/contents/native/zip

Description

To retrieve all content files of the DMS object with the given {objectId} packed into a ZIP archive.

Request
Method

GET

Request
optional
Query
Parameter

None Core-API Query Parameters:

  • objectTypeId (String): The objectTypeId for the object to query. This speed up the query.

  • filename (String): If set the response header "Content-Disposition" is set to the file name with automatic suffix, otherwise the "Content-Disposition" is named with "file" and automatic suffix.

Response
Format

Application/octet stream

Minimum Version

3.0.0

Request
Example

/api/dms/objects/2563/contents/native/zip

Result
Example

A byte sequence of the zip archive.

 

Related content