sf_analytics_notifications_list: List analytics notifications

View source: R/analytics-notification.R

sf_analytics_notifications_listR Documentation

List analytics notifications

Description

[Experimental]

Usage

sf_analytics_notifications_list(
  source = c("lightningDashboardSubscribe", "lightningReportSubscribe",
    "waveNotification"),
  owner_id = NULL,
  record_id = NULL
)

Arguments

source

character; a vector of character to specify what type of analytics notification to return. Valid values are:

lightningDashboardSubscribe

Dashboard subscriptions

lightningReportSubscribe

Report subscriptions

waveNotification

Einstein Analytics notifications

By default, all 3 sources will be returned in the results.

owner_id

character; Allows users with Manage Analytics Notifications permission to get notifications for another user with the specified Salesforce Id representing the owner, which is a User record (i.e. the Id will start with "005").

record_id

character; specify if wanting to return the notification details for a single record. Valid values are either a unique report Id (these reference Ids start with "00O") or an Einstein Analytics lens ID (these reference Ids start with "0FK").

Value

list


salesforcer documentation built on March 18, 2022, 6:26 p.m.