Skip to main content

ScreenerPublication

Screener publication resource representing versions of a screener

_typestringrequired
idstringrequired

Resource id

screenerIdstringrequired
versionnumberrequired
statusstringrequired

Possible values: [ACTIVE, ARCHIVED]

targetQualifiedParticipants object
anyOf
number
tags object[]required

Tags that may be assigned to screener sessions

  • Array [
  • _typestringrequired
    idstringrequired

    Resource id

    category object
    anyOf
    string
    valuestringrequired

    Possible values: non-empty

  • ]
  • createdBy objectrequired
    anyOf
    _typerequired

    Actor resource

    Possible values: [TenantUserActor, ParticipantActor, TenantActor, ApplicationActor, SystemActor]

    idstringrequired

    Resource id

    namestringrequired
    createdAt objectrequired
    anyOf
    string

    Created date as ISO 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))$

    updatedBy objectrequired
    anyOf
    _typerequired

    Actor resource

    Possible values: [TenantUserActor, ParticipantActor, TenantActor, ApplicationActor, SystemActor]

    idstringrequired

    Resource id

    namestringrequired
    updatedAt objectrequired
    anyOf
    string

    Updated date as ISO 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))$

    ScreenerPublication
    {
    "_type": "string",
    "id": "string",
    "screenerId": "string",
    "version": 0,
    "status": "ACTIVE",
    "targetQualifiedParticipants": 0,
    "tags": [
    {
    "_type": "string",
    "id": "string",
    "category": "string",
    "value": "string"
    }
    ],
    "createdBy": {
    "id": "string",
    "name": "string",
    "_type": "string"
    },
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedBy": {
    "id": "string",
    "name": "string",
    "_type": "string"
    },
    "updatedAt": "2024-07-29T15:51:28.071Z"
    }