Newer Version Available

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

Wave Resource

Lists the top-level resources available for Tableau CRM.
Resource URL
1/wave
Formats
JSON
Available Version
36.0
HTTP Methods
GET
GET Response Body
Property Name Type Description Filter Group and Version Available Version
auto​-install​-requests String URL of the auto-install requests resource for the organization. Small, 50.0 50.0
dashboards String URL of the dashboards resource for the organization. Small, 36.0 36.0
data​Connector​Types String URL of the dataConnectorTypes resource for the organization. Small, 39.0 39.0
data​Connectors String URL of the dataConnectors resource for the organization. Small, 39.0 39.0
dataflow​jobs String URL of the dataflowjobs resource for the organization. Small, 42.0 42.0
datasets String URL of the datasets resource for the organization. Small, 36.0 36.0
folders String URL of the folders resource for the organization. Small, 36.0 36.0
limits String URL of the limits resource for the organization Small, 51.0 51.0
lenses String URL of the lenses resource for the organization. Small, 36.0 36.0
query String URL of the query resource for the organization. Small, 36.0 36.0
recipes String URL of the recipes resource for the organization. Small, 38.0 38.0
replicated​Datasets String URL of the replicatedDatasets resource for the organization. Small, 37.0 37.0
schedules String URL of the watchlist schedules resource for the organization. Small, 48.0 48.0
templates String URL of the templates resource for the organization. Small, 36.0 36.0
trended​reports String URL of the trendedreports resource for the organization. Small, 37.0 37.0
Example Response Body
1{
2  "auto-install-requests" : "/services/data/v/wave/auto-install-requests",
3  "dashboards" : "/services/data/v/wave/dashboards",
4  "dataConnectorTypes" : "/services/data/v/wave/dataConnectorTypes",
5  "dataConnectors" : "/services/data/v/wave/dataConnectors",
6  "dataflowjobs" : "/services/data/v/wave/dataflowjobs",
7  "datasets" : "/services/data/v/wave/datasets",
8  "folders" : "/services/data/v/wave/folders",
9  "limits" : "/services/data/v/wave/limits",
10  "lenses" : "/services/data/v/wave/lenses",
11  "query" : "/services/data/v/wave/query",
12  "recipes" : "/services/data/v/wave/recipes",
13  "replicatedDatasets" : "/services/data/v/wave/replicatedDatasets",
14  "schedules" : "/services/data/v/wave/watchlist/schedules",
15  "templates" : "/services/data/v/wave/templates",
16  "trendedreports" : "/services/data/v/wave/trendedreports"
17}