Get

Get specific rule

Usage

unomi.rule.get("myRuleId")

Response

{
  success: <boolean>,
  status: <number>,
  data: <object>
}

If no data is found, Unomi returns an empty string instead of an empty object.

Last updated