v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBDocuments|Form data
Request a custom form PDF.
This endpoint enables you to obtain a PDF created by providing the id of the custom form. You can decide whether this access should be recorded in the log of the form. When making a request to the endpoint, you will receive the custom form as a rendered PDF document in response.
get/custom_form_data/pdf
Query parameters
idinteger required
The internal ID of the form data. This Parameter is required.
log_accessboolean
Log the access in the changelog.
export_base64boolean
Export the file as a base64 encoded string.
Response
Success Response:
ComponentHttpFoundationResponse required
Represents a formless response. (HTML, Text, ...)