Download the binary PDF file for an employee document.
Streams the raw binary PDF for the requested document. Before calling this endpoint, use Get Document to confirmDocumentation Index
Fetch the complete documentation index at: https://allridegmbh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
downloadable: true — documents where this flag is false cannot be downloaded.
200 OK — application/pdfContent-Type: application/pdfHTTP Basic Auth using your API key credentials. Use the username and password issued from the Developer Portal. Encode them as Base64(username:password) and pass in the Authorization: Basic <token> header.
The unique numeric ID of the document to download.
Raw binary PDF file.
The file binary. Save to disk or pipe directly to the user.