Skip to main content

V1AssessmentCapaList

idstringnullable

Unique identifier of the CAPA

Example: 1235330e-b74b-4be6-8d8a-cb0560effc11
statusstringnullable

Status of the CAPA

Example: New
capaLabels object[]nullable

List of CAPA labels

  • Array [
  • fieldNamestring

    Label field name

    Example: Priority
    valuestring

    Label value

    Example: High
  • ]
  • dueDatestring<date-time>nullable

    The date by which the CAPA should be submitted by the requestee organization

    Example: 2025-01-29T00:00:00.000000+00:00
    V1AssessmentCapaList
    {
    "id": "1235330e-b74b-4be6-8d8a-cb0560effc11",
    "status": "New",
    "capaLabels": [
    {
    "fieldName": "Priority",
    "value": "High"
    }
    ],
    "dueDate": "2025-01-29T00:00:00.000000+00:00"
    }