Get

Get specific rule

Usage

unomi.rule.get("myRuleId")

Response

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

Last updated

Was this helpful?