A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_pulse.htm below:

Pulse Methods - Tableau

List site alerts

List the alerts for the authorized user user on a specified site.

GET {server}/api/-/pulse/alerts

view details

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

view details

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

view details

Batch list metrics

Gets 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

view details

Create metric definition

Creates a metric definition.

POST {server}/api/-/pulse/definitions

view details

Create metric

Creates a metric.

POST {server}/api/-/pulse/metrics

view details

Create metric tag for user

Creates a tag for the specified metric, for the signed in user.

POST {server}/api/-/pulse/metrics/{metric_id}/tag

view details

Delete metric definition

Deletes a metric definition.

DELETE {server}/api/-/pulse/definitions/{definition_id}

view details

Delete metric

Deletes a metric.

DELETE {server}/api/-/pulse/metrics/{metric_id}

view details

Delete metric tag

Deletes the specified metric tag.

DELETE {server}/api/-/pulse/metrics/{metric_id}/tag/{tag_id}

view details

Get metric definition

Gets a metric definition and optionally metrics it contains.

GET {server}/api/-/pulse/definitions/{definition_id}

view details

Get site entitlements

Returns entitlements available for a site. If entitlements are True, then Pulse premium features are enabled for the site.

GET {server}/api/-/pulse/entitlements

view details

Get metric

Gets the details of the specified metric.

GET {server}/api/-/pulse/metrics/{metric_id}

view details

Get or create metric

Returns 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

view details

List metric definitions

Lists the metric definitions configured for a site or, optionally, the details and definition for a specific metric.

GET {server}/api/-/pulse/definitions

view details

List metrics in definition

Lists the metrics contained in a metric definition.

GET {server}/api/-/pulse/definitions/{definition_id}/metrics

view details

Update metric definition

Updates a metric definition.

PATCH {server}/api/-/pulse/definitions/{definition_id}

view details

Update metric

Updates the specification of a metric.

PATCH {server}/api/-/pulse/metrics/{metric_id}

view details

Generate basic insight bundle

Generates a basic insight bundle.

POST {server}/api/-/pulse/insights/basic

view details

Generate current metric value insight bundle

Generates a bundle the current aggregated value for each metric.

POST {server}/api/-/pulse/insights/ban

view details

Generate detail insight bundle

Generates a detail insight bundle.

POST {server}/api/-/pulse/insights/detail

view details

Generate springboard insight bundle

Generates a springboard insight bundle.

POST {server}/api/-/pulse/insights/springboard

view details

List metric definition measurement periods

Gets the measurement periods for the specified metric definition.

POST {server}/api/-/pulse/measurementPeriods

view details

Batch create Pulse subscriptions

Creates multiple subscriptions to a metric for specified users and/or groups.

POST {server}/api/-/pulse/subscriptions:batchCreate

view details

Batch get Pulse subscriber counts

Gets 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

view details

Batch get Pulse subscriptions

Gets a batch of subscriptions, specified in a comma delimited list of subscriptions LUIDs.

GET {server}/api/-/pulse/subscriptions:batchGet

view details

Create subscription

Creates a subscription to a specified metric for a specified user or group.

POST {server}/api/-/pulse/subscriptions

view details

Delete Pulse subscription

Deletes a specified subscription to a metric.

DELETE {server}/api/-/pulse/subscriptions/{id}

view details

Get Pulse subscription

Gets a specified subscription to a metric.

GET {server}/api/-/pulse/subscriptions/{id}

view details

List Pulse user preferences

Gets 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

view details

List followed metrics groups

Gets the user's followed metrics. Optionally metrics can be grouped by characteristics like datasource, and sorted.

GET {server}/api/-/pulse/metrics:followedMetricsGroups

view details

List subscriptions

Lists the subscriptions to a specified metric and/or for a specified user.

GET {server}/api/-/pulse/subscriptions

view details

Update Pulse user preferences

Updates 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

view details


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