V1AssessmentCapaList
idstringnullable
Unique identifier of the CAPA
Example:
1235330e-b74b-4be6-8d8a-cb0560effc11statusstringnullable
Status of the CAPA
Example:
NewcapaLabels object[]nullable
List of CAPA labels
Array [
fieldNamestring
Label field name
Example:
Priorityvaluestring
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:00V1AssessmentCapaList
{
"id": "1235330e-b74b-4be6-8d8a-cb0560effc11",
"status": "New",
"capaLabels": [
{
"fieldName": "Priority",
"value": "High"
}
],
"dueDate": "2025-01-29T00:00:00.000000+00:00"
}