api:file:download
Table of Contents
API : File Download
Introduction
Download a file.
Request
| URL | https://api.telecomx.dk/file/ID/download | |
|---|---|---|
| Method | GET | |
| Access level | Minimum VIEWER | |
| Param | ID | Id of the file (24 hex-char string) |
Query example
https://api.telecomx.dk/file/1234567890ABCDEF12345678/download
Note that only images, pdf, and txt files available to preview without saving to the disk .
Response
| File |
|---|
Errors
| Error code | Message | Description |
|---|---|---|
| 400 | id | Id not found in request URI |
| 404 | id | Not found |
| 403 | access_denied | Insufficient access level |
api/file/download.txt · Last modified: 2025/11/04 09:52 by Per Møller