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.

Analytics Notification Limits

Check to see how many more analytics notifications you can create.

Syntax

URI: /services/data/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 — Analytics notifications
recordId Optional. Return notifications for a single record. Valid values are:
  • reportId— Unique report ID
  • lensId— Unique 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.