Get form metadata
Given the formId
, returns all the questions in that form and other metadata.
Request parameters:
URL parameters
The public ID of your form that can be retrieved from /v1/api/forms
The full list of possible question types: 'Address', 'AudioRecording', 'Calcom', 'Calendly', 'Captcha', 'Checkbox', 'Checkboxes', 'ColorPicker', 'CurrencyInput', 'DatePicker', 'DateRange', 'DateTimePicker', 'Dropdown', 'EmailInput', 'FileUpload', 'ImagePicker', 'LocationCoordinates', 'LongAnswer', 'Matrix', 'MultiSelect', 'MultipleChoice', 'NumberInput', 'OpinionScale', 'Password', 'Payment', 'PhoneNumber', 'Ranking', 'RecordPicker', 'ShortAnswer', 'Signature', 'Slider', 'StarRating', 'Subform', 'SubmissionPicker', 'Switch', 'Table', 'TimePicker', 'URLInput'
The full list of possible calculations: 'number', 'text', 'duration'
New field types are added regularly. Your application should discard fields with unknown types.