List scheduled notifications
dashboardId (numeric) or dashboardPublicId (string), and/or to the notifications a single recipient receives — a user (recipientUserId or recipientEmail) or an embed user (recipientEmbedTenantName + recipientExternalId). At most one identifier per dashboard/recipient dimension. Each item describes the schedule only; recipients are managed through the /recipients sub-resource.Authorizations
Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.
Path Parameters
Numeric id of the deployment that owns the notification.
Query Parameters
Optional filter: only return notifications for this numeric dashboard id. Provide this OR dashboardPublicId, not both.
Optional filter: only return notifications for this numeric dashboard id. Provide this OR dashboardPublicId, not both.
x >= 1Optional filter: only return notifications for this dashboard public id. Provide this OR dashboardId, not both.
Optional filter: only return notifications for this dashboard public id. Provide this OR dashboardId, not both.
Optional filter: only return notifications received by this user, by user id. Mutually exclusive with recipientEmail and the embed-user filter.
Optional filter: only return notifications received by this user, by user id. Mutually exclusive with recipientEmail and the embed-user filter.
x >= 1Optional filter: only return notifications received by this user, by email. Mutually exclusive with recipientUserId and the embed-user filter.
Optional filter: only return notifications received by this user, by email. Mutually exclusive with recipientUserId and the embed-user filter.
Optional filter: only return notifications received by this embed user. Required together with recipientExternalId; mutually exclusive with the user filters.
Optional filter: only return notifications received by this embed user. Required together with recipientExternalId; mutually exclusive with the user filters.
Optional filter: only return notifications received by this embed user. Required together with recipientEmbedTenantName; mutually exclusive with the user filters.
Optional filter: only return notifications received by this embed user. Required together with recipientEmbedTenantName; mutually exclusive with the user filters.
Page size for cursor pagination (default 100, max 200).
1 <= x <= 200Opaque cursor for the next page; pass the previous response's pageInfo.endCursor.