Get the questionnaire questions
Retrieves a flattened list of all questions from the form, excluding client-only and hidden questions. Validates partner status and form existence. Questions are marked as required based on form configuration and question type.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”OK
object
The unique id of the question to be used in the answers
object
The HTML column to put the question into
How many columns the question should span
The user-friendly label for the question
Default placeholder text for the question, if applicable
Whether the question is required
The default value given to the backend if no answer is provided
Whether to show the label continuously
The minimum value allowed for the question, if applicable
The maximum value allowed for the question, if applicable
The prefix for the question, for example a currency symbol
The postfix for the question, for example a percentage sign
Whether or not the numeric value represents a dollar amount
Whether or not the options should be displayed as a dropdown or a radio button list
The minimum number of characters allowed
The maximum allowable length for text input, if applicable
Dropdown, single-select or multi-select options
object
The code-friendly ID of the option
The human-readable label for the option
The ‘None’ option, if applicable, if the user explicitly wants to unset all other options
Specifies a regular expression pattern that the answer must match
The format to take the number in (i.e. ##-#######)
Specifies a regular expression pattern that the answer must match
Whether the business industry question requires a full NAICS code
Value of the autocomplete attribute for the input
Specifies if the input is a multiline textarea
Not Found