Download a file.
| URL | https://api.telecomx.dk/file/ID/download | |
|---|---|---|
| Method | GET | |
| Access level | Minimum VIEWER | |
| Param | ID | Id of the file (24 hex-char string) |
https://api.telecomx.dk/file/1234567890ABCDEF12345678/download
Note that only images, pdf, and txt files available to preview without saving to the disk .
| File |
|---|
| Error code | Message | Description |
|---|---|---|
| 400 | id | Id not found in request URI |
| 404 | id | Not found |
| 403 | access_denied | Insufficient access level |