Security rule: Get parse tree
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
GET
Path
/qrs/systemrule/security/parsetree?rule={rule}
Description
Get information on a security rule, identified by {rule}, in order to backtrack from the advanced rule editing back to the security rule wizard in the Qlik Management Console (QMC).
Body
-
Return value
BacktrackedRule: { "resourceType": "…", "resourceConditions": [ [ { "property": "…", "operator": "…", "value": "…" }, { "property": "…", "operator": "…", "value": "…" }, { … } ], [ { "property": "…", "operator": "…", "value": "…" }, { "property": "…", "operator": "…", "value": "…" }, { … } ], [ … ] ] "userConditions": same format as in resourceConditions above, "message": "…", "backtracked": boolean }
Optional parameters
-