Get File Version

Summary Downloads the content of a specified file version
Request https://www.digitalbucket.net/api/rest/getfile.axd?fileid=bd64d349-d584-45f3-a0fb-287bcb66fb34&versionid=a1e9535d-13cb-41fd-b99b-7cda7f237643
Method GET
Parameters fileid (id of the file you want to download), versionid (id of the version you want to download)

Success

Content of the specified file version is returend in the response stream.

Error

<Error>
  <Code>-42</Code>
  <Message>You have reached your bandwidth quota.</Message>
</Error>
<Error>
  <Code>-201</Code>
  <Message>You are not allowed to access this file.</Message>
</Error>

- For other errors refer to the list of Common Errors.