Unomi Node
1.0.1
1.0.1
  • Apache Unomi Node.js SDK
  • Contribute
  • API
    • Profile
      • Create
      • Delete
      • Get
      • Count
      • Existing Properties
      • All Properties
      • Sessions
      • Get by Single Property
      • Query
    • Rule
      • Create
      • Get
      • Get All
    • Segment
Powered by GitBook
On this page
  • Usage
  • Response

Was this helpful?

  1. API
  2. Rule

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.

PreviousCreateNextGet All

Last updated 5 years ago

Was this helpful?