Forms
Path parameters
form_idintegerRequired
Form identifier
Responses
200
Form schema retrieved
application/json
Dynamic form with JSON schema defining field definitions, validation rules, and actions. Used for generating form UIs and processing form submissions. Supports multi-language translations and pretty URLs. The schema defines input types, labels, and required fields.
pkintegerRequiredExample:
1namestringOptionalExample:
Contact FormurlstringOptionalExample:
/contact/templatestringOptionalExample:
cms/form.htmlis_activebooleanRequiredExample:
truecreated_datestring · date-timeOptional
modified_datestring · date-timeOptional
404
Form not found or not active
get
/forms/{form_id}/generatePath parameters
form_idintegerRequired
Form identifier
Body
Form data structure depends on the form schema
Other propertiesanyOptional
Responses
200
Form submitted successfully
application/json
objectOptional
400
Validation error
application/json
404
Form not found or not active
post
/forms/{form_id}/generateLast updated
Was this helpful?

