Download repository content by filter as a ZIP file
get/repository/files/content
Downloads repository content that satisfies the filter as a ZIP file and returns the stream on the response body. Optionally, an action status ID can be provided to monitor the completion status. To get the action status ID, first call batchUpdate with the action DOWNLOAD_BY_FILTER, which returns the action status ID on the request header. Authorization: Requires read permission on all files and containers to be included in the ZIP file.
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | Content downloaded. | ||
400 | Bad Request | Bad request. Invalid filter. |