Storage: Revisions: DownloadRevision
DownloadRevision
Offers a revision for download
Authentication Methods
- With a username and password
| Input Parameter | Type | Description |
|---|---|---|
| Token* | String | Security token |
| Path* | String | Path |
| VersionID* | String | VersionID |
| FileserverName | String | Fileserver name |
| Output Parameter | Type | Description |
|---|---|---|
| Success | Status | Returns status code |
EXAMPLES
curl -v 'https://storage.example.com/storage/api.php?Token=ms28lbbsql627i3ftmoq2j00q2&Task=DownloadRevision&Path=/mydirectory/file.txt&VersionID=1266481211.337534&FileserverName=nmsa000002'
RESPONSE
Normally you’ll receive the data, however in case of an error we return the following familiar format:
<Response>
<Status>2006</Status>
<Message></Message>
</Response>