Download specific repository file version content

get/repository/items/{fileId}/versions/{fileVersion}/content
Internal-Use Only

Downloads the content of a specific version of a repository file. The content is returned as a stream on the response body.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
fileId
string
true

The ID of the specified repository file.

fileVersion
string
true

The specified version of the file.

Responses

StatusMeaningDescription
200OKFile version content downloaded.
404Not FoundNot found - the repository file or version could not be found.