Skip to main content

V2ReportListCapa

id stringnullable

Unique identifier of the CAPA

Example: 1235330e-b74b-4be6-8d8a-cb0560effc11
status stringnullable

Status of the CAPA

Example: NEW
capaLabels object[]nullable

List of CAPA labels

  • Array [
  • name stringnullable

    Name

    value stringnullable

    Value

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