Update a screener question
Fully replace a single screener question. Options are regenerated; the question id is stable. Questions created from a template must pass their questionTemplateId.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
- Option 1
- Option 2
- Option 3
- Option 4
The full replacement body for a single question, discriminated by category. Template-sourced questions are updated through their concrete category with questionTemplateId set. Matrix questions are addressed by their parent question id.
simple Whether the question collects short text, long text, a date, or a number
SHORT_FORM, LONG_FORM, DATE, NUMBER The question prompt
Optional helper text shown beneath the question prompt
Whether a response is required before the screener can be submitted
Map the response to a person property
Required when updating a question that was created from a template: pass the existing template id to keep the link. Cannot be added to or changed on other questions.
Response
The updated question
- Option 1
- Option 2
- Option 3
- Option 4
A screener question. Template-sourced questions are returned expanded into their concrete category.
simple Whether the question collects short text, long text, a date, or a number
SHORT_FORM, LONG_FORM, DATE, NUMBER The question prompt
Whether a response is required before the screener can be submitted
The question id
The workspace that owns the question
Optional helper text shown beneath the question prompt
Map the response to a person property
Present for questions created from a template