List Actions
Endpoint
Query Parameters
| Parameter | Type | Description |
|---|---|---|
bra_id | UUID | Filter by BRA |
status | string | created, in_progress, completed |
priority | string | low, medium, high, critical |
overdue_only | boolean | Show only overdue actions |
archived | boolean | Include archived (default: false) |
page | integer | Page number |
page_size | integer | Items per page |
Response
Create Action
Endpoint
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
action | string | Yes | Action description |
owner | string | Yes | Responsible person/team |
priority | string | Yes | low, medium, high, critical |
action_type | string | Yes | Category of action |
due_date | date | Yes | Target completion date |
bra_id | UUID | No | Link to BRA |
bra_risk_scenario_id | UUID | No | Link to specific scenario |