Get specific rule
unomi.rule.get("myRuleId")
{ success: <boolean>, status: <number>, data: <object> }
If no data is found, Unomi returns an empty string instead of an empty object.
Last updated 5 years ago