Notifications
The default offset is 0, the default limit is 10 results.
To get all results, use limit=0 as a parameter on the URL (i.e., GET /events?limit=0).
|
GETs (reading data)
| Resource | Description |
|---|---|
/notifications |
Get a list of notifications. |
/notifications/count |
Get the number of notifications (returns plaintext rather than XML or JSON). |
/notifications/{id} |
Get the notification specified by the given ID. |
To acknowledge or unacknowledge a notification, use the acks endpoint (see Acknowledgements).