v
latestOpenAPI 3.0.0Proprietary2026-08-09130577659.7 KBDocuments|File
Fetch a file.
This method can be used to download a specific file with the specified id parameter. If you want a list of available files to download, use the /file/fetch endpoint. The access_log flag allows you to specify whether access should be logged in the document access log.
get/file/fetch_file
Query parameters
idinteger
The internal ID of the file. This Parameter or the external ID is required.
externalIdstring
The external ID of the file. This Parameter or the id is required.
log_accessboolean
Log the access in the access log. This Parameter is optional.
Response
Success Response:
ComponentHttpFoundationResponse required
Represents a formless response. (HTML, Text, ...)