Newer Version Available

This content describes an older version of this product. View Latest

Dashboard Saved Views List Resource

Returns a list of dashboard saved views or creates a single view.
Resource URL
1/wave/dashboards/<dashboard ID or API name>/savedviews
Formats
JSON
Available Version
42.0
HTTP Methods
GET POST
GET Request Parameters
Parameter Name Type Description Required or Optional Available Version
type Connect​Wave​Dashboard​Saved​View​Type The type of saved view. 
  • Shared
  • User
42.0
GET Response Body
DashboardSavedViewCollectionRepresentation
Property Name Type Description Filter Group and Version Available Version
savedViews Dashboard​Saved​View​Representation[] A collection of dashboard saved views. Small, 42.0 42.0
POST Request Body
DashboardSavedViewInputRepresentation
Property Name Type Description Required or Optional Available Version
isInitial Boolean True if this is the initial view when part of a list of views. 42.0
label String Saved view Label. 42.0
pageId String Dashboard page ID that this saved view applies to. 42.0
state Dashboard​Saved​View​State​Input​Representation Selections and filters to apply to the dashboard. 42.0
type Connect​Wave​Dashboard​Saved​View​Type The type of dashboard saved view. 
  • Shared
  • User
42.0
DashboardSavedViewStateInputRepresentation
Property Name Type Description Required or Optional Available Version
datasets Map Map from fully qualified dataset name to dataset state. 42.0
steps Map Map from step ID to step state. 42.0
POST Request Parameters
Parameter Name Type Description Required or Optional Available Version
view Connect​Wave​Dashboard​Saved​View​Type The type of saved view.
  • Shared
  • User
42.0
POST Response Body
DashboardSavedViewRepresentation
Property Name Type Description Filter Group and Version Available Version
id String Saved view ID. Small, 42.0 42.0
isInitial Boolean True if this the initial user view when loading the dashboard. Small, 42.0 42.0
label String Saved view label. Small, 42.0 42.0
pageId String ID of dashboard page that this saved view should switch to on the dashboard. Small, 42.0 42.0
state Dashboard​Saved​View​State​Representation Selections and filters that were applied directly to the dashboard. Big, 42.0 42.0
type Connect​Wave​Dashboard​Saved​View​Type The type of saved view.
  • Shared
  • User
Small, 42.0 42.0
DashboardSavedViewStateRepresentation
Property Name Type Description Filter Group and Version Available Version
datasets Map Map from fully qualified dataset name to dataset state. Small, 42.0 42.0
steps Map Map from step ID to step state. Small, 42.0 42.0