Stampfactory
Dokumentation
Dokumente

Dokument herunterladen

Managers (with view access to the employee) and the owning employee (for documents marked visible) may download.

GET
/documents/{document}/download
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

document*string

The document ID

Formatuuid

Response-Body

application/json

application/json

application/json

curl -X GET "https://example.com/documents/497f6eca-6276-4993-bfeb-53cbbbba6f08/download"
{  "url": "string"}