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
Parameters
Path Parameters
Query Parameters
Responses
200
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
404
Not Found