Record Review Action
Records a reviewer’s action on a specific compliance item.Request Body
| Field | Type | Required | Description |
|---|---|---|---|
itemId | string | Yes | The compliance item ID |
action | string | Yes | One of: APPROVE, FLAG, REJECT, SKIP |
notes | string | No | Reviewer notes explaining the action |
codeReferences | string[] | No | Array of code section references |
Response
Complete Review
Finalizes a review. The final status is determined by the review actions:- All approved: APPROVED
- Any rejected: REJECTED
- Any flagged (none rejected): NEEDS_RESPONSE
IN_REVIEW status with at least one recorded action.