Download repository content
post/repository/items/{itemId}/content
Downloads repository content and returns the stream on the response body. If the itemId is for a file, the latest file content is downloaded by default. To download the content of a specific version, see getRepositoryFileContentByIdAndVersion operation. If the itemId is for a container, the container and all of its children are downloaded to a ZIP file. Multiple items in the container can be downloaded to a ZIP file by providing the item names on the request body.
Name | Type | Required | Description |
---|---|---|---|
itemId | string | true | The unique identifier for the repository item. Examples: "d6eefec9-dcc2-4574-8af8-69897038d9c5" |
Name | Type | Required | Description |
---|---|---|---|
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" |