Download repository content by filter as a ZIP file

get/repository/files/content
Internal-Use Only

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

1No example avaliable

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.

Examples:
"z31efec9-dcc2-4574-8af8-69897038d9c6"

Responses

StatusMeaningDescription
200OKContent downloaded.
400Bad RequestBad request. Invalid filter.