Core Setup
Create a screener question
Add a screener question to a project. Supports up to 40 questions per project. Available types: radio, checkbox, singleLineTextbox, multiLineTextbox, and sliderScale.
POST
Create a screener question
Supported question types
| Type | Description | Requires answers |
|---|---|---|
radio | Single-choice selection | Yes |
checkbox | Multi-choice selection | Yes |
singleLineTextbox | Short text input | No |
multiLineTextbox | Long text input | No |
sliderScale | Slider with min/max | No |
Path Parameters
Body
application/json
Response
201 - application/json
Available options:
radio, multiLineTextbox, checkbox, singleLineTextbox, numericBox, sliderScale, fileUpload Previous
Create multiple screener questionsAdd up to 40 screener questions in a single request. This replaces any existing questions — use it for initial screener setup rather than incremental additions.
Next
Create a screener question