Newer Version Available
Analytics Notification Limits
Check to see how many more analytics notifications you can create.
Syntax
- URI
- /vXX.X/analytics/notifications/limits?source=waveNotification
- Formats
- JSON
- HTTP methods
-
Method Description GET Check how many analytic notifications you have, and the maximum number you can have. - Parameters
-
Parameter Description source Required for GET calls. Specifies what type of analytic notification to return limits for. Valid values are: - lightningSubscribe — report subscriptions
- waveNotification — Wave notifications
GET Response Body
| Property | Type | Description |
|---|---|---|
| max | Integer | How many analytics notifications of the type specified by source the user is allowed to create. |
| remaining | Integer | How many more analytics notifications of the type specified by source the user can create before hitting the limit. |