Skip to main content
POST
Post external screener answers

Headers

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

Path Parameters

projectId
string
required
screenerResponseId
string
required

Body

application/json
answers
object[]
required

Answer rows for this participant. Rows upsert idempotently per questionId — re-sending a row replaces the earlier one, so corrections are just another POST.

complete
boolean

Completion signal. The application reads as submitted once the accumulated answers cover every declared externalQuestions entry, or earlier when this flag is true (use it when participants may skip optional questions on your side). Until then the response stays in the external screener.

Response

204 - undefined
Last modified on September 4, 2026