This endpoint will replace all screener questions with the list in the body.
Uid is optional. If not provided, a new uid will be generated for the question.
Radio Question skip logic: goToQuestionUid
is required.
Checkbox Question skip logic: answerUid
of the checkbox question and goToQuestionUid
of question to navigate to are required.
To use bulk screener endpoint, send the list of questions in the body:
Option 1: Send bulk questions including uids and skip logic (see skip logic requirements above) from your end. We will process and return the response with the uids.
Option 2: This option has 2 steps:
2.1 PUT request: Create bulk questions without skip logic.
2.2 PUT request: Use the generated uids from the above response to update the skip logic for bulk questions. Please ensure you refer the same uids generated in the response.
The response is of type object[]
.