Current Behaviour
The REST Action API does not currently support pre-filtering when retrieving Actions via the GET endpoint. While the Find endpoint provides filtering capabilities, it requires a minimum search criterion and cannot be used to simply return all Actions associated with a specific Board.
Requested Enhancement
Add support for retrieving all active Actions for a specified Board without requiring a search query.
Achieved by:
Business Value
This enhancement would enable more efficient integrations by allowing external systems to retrieve all active Actions associated with a Board directly, reducing unnecessary data retrieval, client-side filtering, and API complexity.