Forms

Dynamic form generation and submission

Get form schema

get

Returns the form schema and configuration for generating a form UI.

Path parameters
form_idintegerRequired

Form identifier

Responses
chevron-right
200

Form schema retrieved

application/json
get
/forms/{form_id}/generate

Submit form data

post

Submits form data for processing. The request body structure depends on the form schema. Returns validation errors if the data does not match the form schema.

Path parameters
form_idintegerRequired

Form identifier

Body

Form data structure depends on the form schema

Other propertiesanyOptional
Responses
chevron-right
200

Form submitted successfully

application/json
Responseobject
post
/forms/{form_id}/generate

Last updated

Was this helpful?