Skip to main content

V2ReportListCapa

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 [
  • namestringnullable

    Name

    valuestringnullable

    Value

  • ]
  • V2ReportListCapa
    {
    "id": "1235330e-b74b-4be6-8d8a-cb0560effc11",
    "status": "NEW",
    "capaLabels": [
    {
    "name": "string",
    "value": "string"
    }
    ]
    }