Skip to main content
PUT
Replace external screener questions

Headers

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

Path Parameters

projectId
string
required

Body

application/json
questionId
string
required

Your stable identifier for the question; answer rows reference it.

questionType
enum<string>
required
Available options:
RADIO,
CHECKBOX,
TEXT,
NUMBER,
OTHER
text
string
required

The question as shown to the participant.

options
string[]

Choice options for RADIO/CHECKBOX questions; answer rows reference these values.

Response

200 - application/json
questionId
string
required

Your stable identifier for the question; answer rows reference it.

questionType
enum<string>
required
Available options:
RADIO,
CHECKBOX,
TEXT,
NUMBER,
OTHER
text
string
required

The question as shown to the participant.

options
string[]

Choice options for RADIO/CHECKBOX questions; answer rows reference these values.

Last modified on September 10, 2026