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:
|
recordId | Optional. Return notifications for a single record. Valid values are:
|
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. |