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.

Request Samples

1

Response Samples

1Not Available

Query Parameters

NameTypeRequiredDescription
actionStatusId
string
false

The action status ID if monitoring the completion status. The action status ID is obtained by calling batchUpdate with the action DOWNLOAD.

Responses

StatusMeaningDescription
200OK

Content downloaded.

400Bad Request

Bad request. Invalid filter.