Returns a list of business rulesets satisfying all the conditions specified in the filter parameters. The response describes each ruleset but does not carry its membership; use List rules in a business ruleset to page through the rules of a particular 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 ruleset. Pass true to return only the rulesets Chargebee currently evaluates, and false to return only the rulesets that are switched off. When omitted, rulesets 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 ruleset matching the filters. Use List rules in a business ruleset to page through the membership of a particular ruleset.