Skip to main content

PaginatedScreenerParticipant

Paginated set of Screener participants

totalnumberrequired

Total number of items

limitnumberrequired

Number of items per page

offsetnumberrequired

Offset of the first item in the returned page

items object[]required

List of items

  • Array [
  • _typestringrequired
    idstringrequired
    screenerIdstringrequired
    participantIdstringrequired
    externalParticipantUidstringrequired

    External unique resource id

    currentSessionId object
    anyOf
    string
    namestringrequired
    emailstringrequired
    statusstringrequired

    Possible values: [NOT_STARTED, IN_PROGRESS, QUALIFIED, DISQUALIFIED, UNKNOWN]

  • ]
  • PaginatedScreenerParticipant
    {
    "total": 0,
    "limit": 0,
    "offset": 0,
    "items": [
    {
    "_type": "string",
    "id": "string",
    "screenerId": "string",
    "participantId": "string",
    "externalParticipantUid": "string",
    "currentSessionId": "string",
    "name": "string",
    "email": "string",
    "status": "NOT_STARTED"
    }
    ]
    }