Documentation Index

Fetch the complete documentation index at: https://docs.datajet.app/llms.txt

Use this file to discover all available pages before exploring further.

NotificationsLS

Prev Next

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
}