getAllConditions():Array
Returns a list of all the rules for conditional formatting of the current report. This API call is most commonly used for editing existing conditional formatting rules.
Returns an array of Conditional Format Objects.
Get all the conditional formatting rules from the report:
var conditions = webdatarocks.getAllConditions();
Try on CodePen.