Returns a list of business rules satisfying all the conditions specified in the filter parameters.
Each rule is returned as its released version. Deleted rules are not returned.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
Filter Params
optional, boolean filter
Filters the results by the draft state of the business rule. Pass true to return the rules that have an unreleased draft, and false, the default, to return the rules as of their released version.
Supported operators :
is
Example → draft[is] = "true"
trueoptional, boolean filter
Filters the results by the active status of the business rule. Pass true to return only the rules Chargebee currently evaluates, 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
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.
A business rule matching the filters, returned as its released version. Unreleased changes are not included; read them with Retrieve a business rule draft.