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.

Examples:
"b8cf3235-7bd8-4374-a4b2-650371f0311d"
fileVersion
string
true

The specified version of the file.

Examples:
"2.0"

Responses

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