Newer Version Available
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}