latestOpenAPI 3.0.02026-08-10171532.2 KB

c6c3717d477d

Tableau Helpers

post/tableau/get-view-id/{siteId}

Request body

namestring

The name of the Dashboard or view

Example request

{
  "name": "MyDashboardName"
}

Response

Get back the view ID from Tableau

view_idstring

Example response

{
  "view_id": "3a051b9c-e21a-4a77-b809-6d2d0a9f2305"
}