List allowed dashboard extensions on site - Retired in API 3.21
GET {{baseUrl}}/api/-/settings/site/extensions/dashboard/safeListItems
Retired in API 3.21 (Cloud October 2023 / Server 2023.3)
In October 2023 Tableau Cloud and Tableau Server version 2023.3 releases, Tableau's REST API methods for dashboard extensions settings are retired. We recommend you replace dashboard extensions methods for enabling, listing, getting details of, and updating dashboard extensions with Tableau extensions settings methods that have similar functionality.
Lists the dashboard extensions on the safe list of the site you are signed into.
Version: Available in API 3.11 (Tableau Cloud March 2021 / Server 2021.1) and later. Versioning Overview
Permissions: This method can only be called by users with server or site administrator permissions. Permissions Overview
License: No additional license required.
Access Scope: Not available.
Access Scopes Overview: Cloud | Server-Windows | Server-Linux
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Tableau-Auth | string | The Tableau authentication header. The value is a credentials token from a Tableau server's response to an authentication request. | |
The Content-Type and Accept headers should be the mediatype of the request and response except in cases where you want to explicitly allow other versions of the resource. | |||
Accept | string |
RESPONSES
status: OK
{"safe_list_items":[{"safe_list_item_luid":"\u003cstring\u003e","url":"\u003cstring\u003e","allow_full_data":"\u003cboolean\u003e","prompt_needed":"\u003cboolean\u003e"},{"safe_list_item_luid":"\u003cstring\u003e","url":"\u003cstring\u003e","allow_full_data":"\u003cboolean\u003e","prompt_needed":"\u003cboolean\u003e"}]}