Returns the business rules that belong to a ruleset, along with the priority that determines their evaluation order. The results can be filtered by active status and are paginated.
Each entry carries the rule_id of the rule and its priority within this ruleset. Use rule_id with Retrieve a business rule to read the definition of a rule.
Implementation Notes
- Call this operation before passing
rulesto Update a business ruleset, because that parameter replaces the entire membership of the ruleset.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
Filter Params
optional, boolean filter
Filters the results by the active status of the business rules in the ruleset. Pass true to return only the rules that are evaluated when the ruleset is applied, and false to return only the rules that are switched off. When omitted, rules are returned irrespective of their active status.
Supported operators :
is
Example → active[is] = "true"
trueReturns
The membership of one rule in the ruleset. It carries rule_id, the identifier of the business rule, and priority, the number that fixes the position of that rule in the ruleset's evaluation order. Priorities are unique within a ruleset.
The definition of the rule is not included. Use rule_id with Retrieve a business rule to read its expression and actions.