Skip to main content
PATCH
Reorder screener questions

Headers

x-api-key
string
required
x-api-secret
string
required

Path Parameters

projectId
string
required

Body

application/json

Response

200 - application/json
uid
string
required
text
string
required
isEnd
enum<boolean>
required

Always false on real questions. See EndOfSurveyScreenerQuestion for the auto-generated end-of-screener sentinel.

Available options:
false
answers
object[]
required

The options a participant chooses between. Always present; an empty array for question types that have no options (singleLineTextbox, multiLineTextbox, numericBox, sliderScale).

questionType
enum<string>
required
Available options:
radio
id
string
required
createdAt
string

May be absent on questions created before 2021, which predate timestamps.

updatedAt
string
isRequired
boolean
skipLogic
boolean
includeOtherOption
boolean
logic
object
order
number
randomizeOrder
boolean
warnings
string[]
Last modified on March 18, 2026