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=source
- 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 analytics notification to return. Valid values are: - lightningDashboardSubscribe — dashboard subscriptions
- lightningReportSubscribe — report subscriptions
- waveNotification — Einstein Analytics notifications
recordId Optional. Return notifications for a single record. Valid values are: - reportId— Unique report ID
- lensId— Unique Einstein Analytics lens ID
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. |