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. |
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the question you want to get
1
Query Parameters
string - optional - Comma separated list of fields you want to return
"id,event_id,page_id,name,public_short_name,admin_short_name,hint,attribute,type,sort,created_at,updated_at"
string - optional - Comma separated list of related objects to include (choices, page, translations)
"choices"