Newer Version Available

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

Dashboards List Resource

Returns a list of Tableau CRM dashboards or creates a dashboard.
Resource URL
1/wave/dashboards
Formats
JSON
Available Version
36.0
Available Components
HTTP Methods
GET POST
GET Request Parameters
Parameter Name Type Description Required or Optional Available Version
folder​Id ID Filters the results to include only the contents of a specific folder. The id can be the requesting user’s ID for items in the user’s private folder. Optional 36.0
ids String Filters the results to include only the dashboards with the specified ids. Optional 52.0
mobile​Only Boolean Filters the results for mobile enabled dashboards only. Optional 41.0
page String A generated token that indicates the view of dashboards to be returned. Optional 36.0
page​Size Integer The number of items to be returned in a single page. Minimum is 1, maximum is 200, and default is 25. Optional 36.0
q String Search terms. Individual terms are separated by spaces. A wildcard is automatically appended to the last token in the query string. If the user’s search query contains quotation marks or wildcards, those symbols are automatically removed from the query string in the URI along with any other special characters. Optional 36.0
scope Connect​Wave​Scope​Type​Enum The type of scope to be applied to the returned collection. Valid values are:
  • Created​By​Me
  • Mru (Most Recently Used)
  • Shared​With​Me
Optional 38.0
sort Connect​Wave​Sort​Order​Type​Enum The type of sort order to be applied to the returned collection. Valid values are:
  • App
  • Created​By
  • Created​Date
  • Last​Modified
  • Last​Modified​By
  • Mru (Most Recently Used, last viewed date)
  • Name
  • Type
Optional 38.0
template​Api​Name String Filters the results to include only a collection of dashboards created from a specific application template Optional 38.0
type Connect​Wave​Asset​Type​Enum The asset type. The default type is Dashboard. Valid types are:
  • Collection
  • Component
  • Dashboard
  • Dashboard​Snapshot
  • Data​Connector
  • Data​Pool​Entity
  • Data​Pool​Entity​Version
  • Dataflow
  • Dataflow​Job
  • Dataflow​Job​Node
  • Dataset
  • Dataset​Shard
  • Dataset​Version
  • External​Data
  • Folder
  • Lens
  • Lightning​Component
  • Recipe
  • Recipe​Model
  • Replicated​Dataset
  • Story
  • Widget
  • Workflow
Optional, Small, 36.0 36.0
GET Response Body
Property Name Type Description Filter Group and Version Available Version
dashboards Dashboard​Representation[] A collection of Tableau CRM dashboards. Small, 36.0 36.0
next​Page​Url String The URL to retrieve the next page of contents in the collection. Small, 36.0 36.0
totalSize Integer The total count of the elements in the collection, including all pages. Medium, 36.0 36.0
url String The URL to retrieve the collection. Small, 36.0 36.0
POST Request Body (DashboardInputRepresentation)

DashboardInputRepresentation inherits properties from the abstract BaseAssetInputRepresentation. These base properties appear in DashboardInputRepresentation alongside the properties defined explicitly in the following table.

Parameter Name Type Description Required or Optional Available Version
current​History​Id String The current saved history id to display for the dashboard. Optional 44.0
date​Version Integer The version of dates used by the dashboard. Valid values are:
  • 1
  • 2
Optional 44.0
folder Asset​Reference​Input​Representation The folder in which this dashboard is stored. Required for POST, optional for PATCH 44.0
historyLabel String A history label to tag the dashboard version being saved. Optional 44.0
mobileDisabled Boolean Indicates whether the dashboard is disabled for mobile or not. Optional 41.0
state Dashboard​State​Input​Representation The state of the dashboard. Required for POST, optional for PATCH 36.0
type Connect​Wave​Asset​Type​Enum The asset type. The default type is Dashboard. Valid types are:
  • Collection
  • Component
  • Dashboard
  • Dashboard​Snapshot
  • Data​Connector
  • Data​Pool​Entity
  • Data​Pool​Entity​Version
  • Dataflow
  • Dataflow​Job
  • Dataflow​Job​Node
  • Dataset
  • Dataset​Shard
  • Dataset​Version
  • External​Data
  • Folder
  • Lens
  • Lightning​Component
  • Recipe
  • Recipe​Model
  • Replicated​Dataset
  • Story
  • Widget
  • Workflow
Optional 44.0
xmd Xmd​Input​Representation The asset XMD of the dashboard. Optional 44.0
visibility Connect​Wave​Asset​Visibility​Type Indicates whether the asset is hidden from users with view access or not. Valid values are:
  • All (Show all assets)
  • Limited (Hide assets from viewers with view access)
Optional 51.0
POST Response Body (DashboardRepresentation)
Property Name Type Description Filter Group and Version Available Version
allowPreview Boolean Indicates whether this dashboard is available for preview. Small, 36.0 36.0
current​History​Id String The current saved history to display for the dashboard. If null, the latest dashboard is displayed Small, 44.0 44.0
datasets Asset​Reference​Representation[] The list of datasets used to create this dashboard. Small, 36.0 36.0
date​Version Integer The version of dates used by the dashboard. Valid values are:
  • 1
  • 2
Small, 44.0 44.0
files Lens​File​Representation[] The list of files used to create this dashboard. Medium, 36.0 36.0
files​Url String The URL for the files associated with the dashboard. Small, 36.0 36.0
folder Asset​Reference​Representation[] The folder that contains this dashboard. Small, 36.0 36.0
histories​Url String The URL for the dashboard histories associated with this dashboard. Small, 44.0 44.0
mobile​Disabled Boolean Indicates whether the dashboard is disabled for mobile or not. Small, 41.0 41.0
refresh​Date Date The date of the most recent current dataset that is used by the dashboard, in ISO8601 date format. Small, 36.0 36.0
state Dashboard​State​Representation The state of the dashboard Big, 36.0 36.0
visibility Connect​Wave​Asset​Visibility​Type Indicates whether the asset is hidden from users with view access or not. Valid values are:
  • All (Show all assets)
  • Limited (Hide assets from viewers with view access)
Small, 51.0 51.0