List the alerts for the authorized user user on a specified site.
GET {server}/api/-/pulse/alerts
Batch list metric definitions (few)Gets the details of a batch of metric definitions and metrics on a site, specified in a brief comma delimited list of LUIDs.
GET {server}/api/-/pulse/definitions:batchGet
Batch list metric definitions (many)Gets the details of a batch of definitions specified in a comma delimited list of LUIDs. This method is optimized for batches with large numbers of definitions.
POST {server}/api/-/pulse/definitions:batchGet
Batch list metricsGets a batch of metrics from a definition, specified in a comma delimited list.
Version: Available in API 3.21 (Tableau Cloud December 2023) and later. Not available for Tableau Server. Version Overview
Permissions: Any user can get a batch of metrics as long as the user has read or connect access to the data source used in the definition that contains them. Permissions Overview
License: No additional license required.
Access Scope: tableau:insight_metrics:read
Access Scopes Overview: Tableau Cloud | Tableau Server-Windows | Tableau Server-Linux
GET {server}/api/-/pulse/metrics:batchGet
Create metric definitionCreates a metric definition.
POST {server}/api/-/pulse/definitions
Create metricCreates a metric.
POST {server}/api/-/pulse/metrics
Create metric tag for userCreates a tag for the specified metric, for the signed in user.
POST {server}/api/-/pulse/metrics/{metric_id}/tag
Delete metric definitionDeletes a metric definition.
DELETE {server}/api/-/pulse/definitions/{definition_id}
Delete metricDeletes a metric.
DELETE {server}/api/-/pulse/metrics/{metric_id}
Delete metric tagDeletes the specified metric tag.
DELETE {server}/api/-/pulse/metrics/{metric_id}/tag/{tag_id}
Get metric definitionGets a metric definition and optionally metrics it contains.
GET {server}/api/-/pulse/definitions/{definition_id}
Get site entitlementsReturns entitlements available for a site. If entitlements are True, then Pulse premium features are enabled for the site.
GET {server}/api/-/pulse/entitlements
Get metricGets the details of the specified metric.
GET {server}/api/-/pulse/metrics/{metric_id}
Get or create metricReturns the details of a metric in a definition if it exists, or creates a new metric if it does not. Also returns 'true' if a new metric was created, or 'false' if it already existed.
Version: Available in API 3.21 (Tableau Cloud December 2023) and later. Not available for Tableau Server. Version Overview
Permissions: Any user can create a metric in a definition as long as the user has read or connect access to the data source used in the definition. Permissions Overview
License: No additional license required.
Access Scope: tableau:insight_metrics:create
Access Scopes Overview: Tableau Cloud | Tableau Server-Windows | Tableau Server-Linux
POST {server}/api/-/pulse/metrics:getOrCreate
List metric definitionsLists the metric definitions configured for a site or, optionally, the details and definition for a specific metric.
GET {server}/api/-/pulse/definitions
List metrics in definitionLists the metrics contained in a metric definition.
GET {server}/api/-/pulse/definitions/{definition_id}/metrics
Update metric definitionUpdates a metric definition.
PATCH {server}/api/-/pulse/definitions/{definition_id}
Update metricUpdates the specification of a metric.
PATCH {server}/api/-/pulse/metrics/{metric_id}
Generate basic insight bundleGenerates a basic insight bundle.
POST {server}/api/-/pulse/insights/basic
Generate current metric value insight bundleGenerates a bundle the current aggregated value for each metric.
POST {server}/api/-/pulse/insights/ban
Generate detail insight bundleGenerates a detail insight bundle.
POST {server}/api/-/pulse/insights/detail
Generate springboard insight bundleGenerates a springboard insight bundle.
POST {server}/api/-/pulse/insights/springboard
List metric definition measurement periodsGets the measurement periods for the specified metric definition.
POST {server}/api/-/pulse/measurementPeriods
Batch create Pulse subscriptionsCreates multiple subscriptions to a metric for specified users and/or groups.
POST {server}/api/-/pulse/subscriptions:batchCreate
Batch get Pulse subscriber countsGets the number of unique users subscribed to a set of metrics specified in a comma separated list of metric LUIDs.
GET {server}/api/-/pulse/subscriptions:batchGetMetricFollowerCounts
Batch get Pulse subscriptionsGets a batch of subscriptions, specified in a comma delimited list of subscriptions LUIDs.
GET {server}/api/-/pulse/subscriptions:batchGet
Create subscriptionCreates a subscription to a specified metric for a specified user or group.
POST {server}/api/-/pulse/subscriptions
Delete Pulse subscriptionDeletes a specified subscription to a metric.
DELETE {server}/api/-/pulse/subscriptions/{id}
Get Pulse subscriptionGets a specified subscription to a metric.
GET {server}/api/-/pulse/subscriptions/{id}
List Pulse user preferencesGets the signed in user's preferences for notifications channels and cadence, and for grouping and sorting followed metrics in REST responses and UI.
GET {server}/api/-/pulse/user/preferences
List followed metrics groupsGets the user's followed metrics. Optionally metrics can be grouped by characteristics like datasource, and sorted.
GET {server}/api/-/pulse/metrics:followedMetricsGroups
List subscriptionsLists the subscriptions to a specified metric and/or for a specified user.
GET {server}/api/-/pulse/subscriptions
Update Pulse user preferencesUpdates the signed in user's preferences for notifications channels and cadence, and for grouping and sorting followed metrics in REST responses and UI.
PATCH {server}/api/-/pulse/user/preferences
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4