Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Check Limits for Analytics Notifications

Check analytics notification limits using a GET request.

Use a GET request on the Analytics Notification Limits resource to check limits for analytics notifications.

Example Usage

/services/data/v38.0/analytics/notifications/limits?source=waveNotification

Method Description
GET Check how many analytic notifications you have, and the maximum number you can have.

Example Response Body

1{
2  "userLimit" : {
3    "max" : 5,
4    "remaining" : 2
5  }
6}