Skip to main content

PaginatedScreenerSession

Paginated set of Screener sessions associated with 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

    Resource id

    screenerIdstringrequired
    screenerParticipantIdstringrequired
    screenerPublicationIdstringrequired
    screenerSessionLinkstringrequired
    linkSlugstringrequired
    statusstringrequired

    Possible values: [ACTIVE, ARCHIVED, REMOVED]

    statestringrequired

    Possible values: [NOT_STARTED, IN_PROGRESS, COMPLETED]

    startedAt objectrequired

    Time of first page submission as ISO string

    anyOf
    string

    Possible values: Value must match regular expression ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$

    lastActiveAt objectrequired

    Time of last page submission as ISO string

    anyOf
    string

    Possible values: Value must match regular expression ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$

    completedAt objectrequired

    Time of final page submission as ISO string

    anyOf
    string

    Possible values: Value must match regular expression ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$

    assignedTags object[]required

    Tags assigned to the screener session

  • Array [
  • _typestringrequired
    idstringrequired

    Resource id

    category object
    anyOf
    string
    valuestringrequired

    Possible values: non-empty

  • ]
  • ]
  • PaginatedScreenerSession
    {
    "total": 0,
    "limit": 0,
    "offset": 0,
    "items": [
    {
    "_type": "string",
    "id": "string",
    "screenerId": "string",
    "screenerParticipantId": "string",
    "screenerPublicationId": "string",
    "screenerSessionLink": "string",
    "linkSlug": "string",
    "status": "ACTIVE",
    "state": "NOT_STARTED",
    "startedAt": "2024-07-29T15:51:28.071Z",
    "lastActiveAt": "2024-07-29T15:51:28.071Z",
    "completedAt": "2024-07-29T15:51:28.071Z",
    "assignedTags": [
    {
    "_type": "string",
    "id": "string",
    "category": "string",
    "value": "string"
    }
    ]
    }
    ]
    }