NotificationsLS
  • 1 Minute to read
  • Dark
    Light
  • PDF

NotificationsLS

  • Dark
    Light
  • PDF

Article summary

Retrieve list of notifications for project for realm

KeyValue(s)Description
method"NotificationsLS"Retrieve list of notifications for realm

Notifications are generated by calling a method that has a notify property:  ExportAudience, ExportAudienceRules

{ 
"method": "NotificationsLS"
}
{
  "entries": [
    {
      "notifyId": "6666feb3bf77b0a03862a334",
      "state": "complete",
      "ustate": "unread"
    },
    {
      "notifyId": "6667f963bf77b0a03862a344",
      "state": "complete",
      "ustate": "unread"
    },
    {
      "notifyId": "6667f978bf77b0a03862a34f",
      "state": "complete",
      "ustate": "unread"
    }
  ],
  "executed": true,
  "errors": [],
  "millis": 5,
  "projectEpoch": 0,
  "method": "NotificationsLS",
  "exmillis": 452
}

Was this article helpful?