| Column Name | Column Description |
|---|---|
| ID | Optiona - A unique identifier for the finding. This is the internal balkan id of the finding. If it exists, finding will be updated |
| Employee | Required - The employee associated with the finding. |
| Identity | Required - The identity email associated with the finding. |
| Labels | Required - The labels associated with the finding. It is an array of array of label object |
| Integration | Required - The integration associated with the finding. |
| Name | Optiona - The name of the finding. |
| Description | Optional - The description of the finding. |
| Value | Optional - The value of the finding. |
| Metadata | Optional - The metadata of the finding. |
| Reason | Optional - The reason of the finding. |
| Assigned To | Required - The user to whom the finding is assigned. |
| Updated At | Optional - The updated at of the finding. |
| Updated By | Required - The updated by of the finding. |
| Workflow Status | Optional - The workflow status of the finding. It only takes the following values: "created", "stopped", "started", "completed", "stopped" |
[
[
{
"key": "employee/terminated",
"explanation": {
"termination_date": "2023-12-25"
}
}
]
]curl:PUT.