NotificationsLS
- 1 Minute to read
- Print
- DarkLight
- PDF
NotificationsLS
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Retrieve list of notifications for project for realm
Key | Value(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?