Dashboard Saved Views List Resource

Returns a list of dashboard saved views or creates a single view.

Resource URL

/wave/dashboards/<dashboardIdOrApiName>/savedviews

Formats

JSON

Available Version

42.0

Available Components

HTTP Methods

GET POST

GET Request Parameters

Parameter Name Type Description Required or Optional Available Version
dashboard​Id​Or​Api​Name String The ID or API name of the dashboard to retrieve the saved views for. Required 42.0
type Connect​Wave​Dashboard​Saved​View​Type The type of saved view.
  • Shared
  • User
Optional 42.0

The following REST URL shows how to use the type parameter in the GET request.

/wave/dashboards/<dashboardIdOrApiName>/savedviews?type=User

POST Request Body

POST Response Body