Get One Question

Retrieves a single registration form question by its ID, including the question text, field type, validation rules, and available choices. Use expand to include related data.

Extra Fields

This is the extra information that can be returned if required by specifying what you need in the expand variable:

Name Type Description
choices array List of response options for the question (e.g. for dropdown, radio, or checkbox questions).
page object The registration form page this question belongs to.
translations object Question translations by language.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

integer - required - The ID of the question you want to get

Query Params
string

string - optional - Comma separated list of fields you want to return

string

string - optional - Comma separated list of related objects to include (choices, page, translations)

Responses

Language
Credentials
Bearer
access_token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json