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

MethodDescription
GETCheck how many analytic notifications you have, and the maximum number you can have.

Parameters

ParameterDescription
sourceRequired for GET calls. Specifies what type of analytics notification to return. Valid values are:
  • lightningDashboardSubscribe — dashboard subscriptions
  • lightningReportSubscribe — report subscriptions
  • waveNotification — Analytics notifications
recordIdOptional. Return notifications for a single record. Valid values are:
  • reportId— Unique report ID
  • lensId— Unique Analytics lens ID

GET Response Body 

PropertyTypeDescription
maxIntegerHow many analytics notifications of the type specified by source the user is allowed to create.
remainingIntegerHow many more analytics notifications of the type specified by source the user can create before hitting the limit.