Analytics Notifications
Use the Analytics Notifications API to work set up custom analytics notifications. The
Analytics Notifications API is available in API version 38.0 and later.
Resources for the Analytics Notifications API are available at /services/data/<latest API version>/analytics/notifications. You can query each resource with an HTTP method.
| Resource | Supported HTTP Method | Description |
|---|---|---|
|
Analytics Notification List /services/data/<latest API version>/analytics/notifications |
GET POST |
Returns a list of recent notifications. Create an analytics notification. |
|
Analytics Notification /services/data/<latest API version>/analytics/notifications/<Id> |
GET PUT DELETE |
Returns information about a specific notification. Save changes to the notification as specified in the request body. Delete the notification. Deleted notifications can't be recovered. |
|
Analytics Notification Limits /services/data/<latest API version>/analytics/notifications/limits |
GET | Check to see how many more analytics notifications you can create. |