Skip to main content

ScreenerMultiSelectResponse

Screener multi-select response

screenerSessionIduuidrequired

Possible values: Value must match regular expression ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$

screenerPageIdstringrequired
screenerQuestionIdstringrequired
screenerIdstringrequired
screenerPublicationIduuidrequired

Possible values: Value must match regular expression ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$

participantIduuidrequired

Possible values: Value must match regular expression ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$

externalParticipantUid object
anyOf
string

Possible values: non-empty

screenerParticipantIduuidrequired

Possible values: Value must match regular expression ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$

screenerQuestionPromptstringrequired

Possible values: non-empty

_typestringrequired
questionTypestringrequired
answer object
anyOf
  • Array [
  • textstringrequired

    Possible values: non-empty

    isWriteInbooleanrequired
  • ]
  • ScreenerMultiSelectResponse
    {
    "screenerSessionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "screenerPageId": "string",
    "screenerQuestionId": "string",
    "screenerId": "string",
    "screenerPublicationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "participantId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "externalParticipantUid": "string",
    "screenerParticipantId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "screenerQuestionPrompt": "string",
    "_type": "string",
    "questionType": "string",
    "answer": [
    {
    "text": "string",
    "isWriteIn": true
    }
    ]
    }