GET /v1/dms/documents/{id}/download-url
GET/v1/dms/documents/{id}/download-url
Get a presigned download URL for a DMS document
Query-Parameter
| Name | Typ | Beschreibung |
|---|
searchable | string | |
inline | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/dms/documents/{id}/download-url \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.dms.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |