v1

latestOpenAPI 3.1.12026-07-268973189.3 KB
Objects

List form fields

Returns the ordered list of fields (questions) on a form, including each field's key, data type, whether it is required, and the allowed options for choice fields. Use the key of each field as the property name inside a submission data object.

get/forms/{id}/fields

Path parameters

idstring required

Form ID (frm_ prefix)

Response

OK

formIdstring required

Form ID (frm_ prefix)

formTitlestring required

Form title

All 89 operations