Newer Version Available

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

Datasets List Resource

Returns a collection of Tableau CRM datasets and creates a new dataset.
Resource URL
1/wave/datasets
Formats
JSON
Available Version
GET 36.0 POST 50.0
Available Components
HTTP Methods
GET POST
GET Request Parameters
Parameter Name Type Description Required or Optional Available Version
dataset​Types Connect​Wave​Dataset​Type​Enum The type of the dataset. Valid values are:
  • Default
  • Live
  • Staged​Data
  • Trended
Optional 50.0
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
has​Current​Only Boolean Indicates whether to filter the list of datasets to include only those datasets that have a current version (true) or not (false).. The default is false. Optional 36.0
ids ID[] Filters the list of datasets to include only those with the specified IDs. Optional 53.0
include​Current​Version Boolean Indicates whether to include the current dataset version metadata in the collection (true) or not (false).. The default is false. Optional 52.0
license​Type Connect​Analytics​License​Type​Enum The Tableau CRM license types. Valid values are:
  • EinsteinAnalytics
  • Sonic
Optional 52.0
order Enum Ordering applied to the results. Valid values are:
  • Ascending
  • Descending
Optional 42.0
page String A generated token that indicates the view of datasets to be returned. Optional 36.0
page​Size Int 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​Dataset​Sort​Order​Type​Enum The type of sort order to be applied to the returned collection. Valid values are:
  • Created​By
  • Created​Date
  • Last​Modified
  • Last​Queried
  • Last​Refreshed
  • Mru (Most Recently Used, last viewed date)
  • Name
  • Total​Rows
Optional 38.0
supports​New​Dates Boolean Indicates whether to filters the list of datasets to include only those datasets that support new dates (true) or not (false).. The default is false. Optional 52.0
You can filter the results to include only those datasets that have a current dataset version defined by using the hasCurrentOnly parameter. You can also request supplemental information about datasets that have a current dataset version defined by using the filterGroup parameter. For example, the following GET request sets these parameters:
1/wave/datasets?hasCurrentOnly=true&filterGroup=Supplemental
This request filters the list of datasets and adds the following supplemental fields to the output representation:
  • current​Version​Created​By
  • current​Version​Created​Date
  • current​Version​Last​Modified​By
  • current​Version​Last​Modified​Date
For more information about the filterGroup parameter, see Specifying Response Sizes in the Connect REST API Developer Guide.
GET Response Body
Property Name Type Description Filter Group and Version Available Version
datasets Dataset​Representation[] The list of datasets available to the current user. 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
total​Size 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 (DatasetInputRepresentation)
Property Name Type Description Required or Optional Available Version
current​Version​Id ID DEPRECATED The 18-character ID of the current version of this dataset. Optional 36.0–40.0
dataset​Type Connect​Wave​Dataset​Type​Enum The type of the dataset. Valid values are:
  • Default
  • Live
  • Staged​Data
  • Trended
Required 50.0
folder ID The 18-character ID of the folder that contains the dataset. Optional 36.0
live​Connection Live​Connection​Input​Representation The live connection details for the dataset. Optional 50.0
user​Xmd Xmd​Input​Representation The user XMD associated with this dataset. Optional 39.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 (DatasetRepresentation)
Property Name Type Description Filter Group and Version Available Version
client​Shards​Url String The URL for the dataset shards. Small, 36.0 36.0
current​Version​Created​By Wave​User​Representation The creator of the current version of the dataset. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0
current​Version​Created​Date Date The time at which the current version of the dataset was created, in ISO8601 date format. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0
current​Version​Id ID The 18-character ID of the current dataset version. Small, 36.0 36.0
current​Version​Last​Modified​By Wave​User​Representation The user who last updated the current version of the dataset. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0
current​Version​Last​Modified​Date Date The last time the current version of the dataset was modified, in ISO8601 date format. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0
current​Version​Supports​New​Dates Boolean Indicates whether the current dataset version supports new date formats (true) or not (false). Supplemental, 52.0 52.0
current​Version​Total​Rows Integer The total number of rows in the dataset. Supplemental, 42.0 42.0-52.0
current​Version​Total​Row​Count Integer The total number of rows in the dataset. Small, 53.0 53.0
current​Version​Url String The URL for the current dataset version. Small, 36.0 36.0
data​Refresh​Date Date The last time this dataset was updated. Small, 40.0 40.0
dataset​Type Connect​Wave​Dataset​Type​Enum The type of the dataset. Valid values are:
  • Default
  • Live
  • Staged​Data
  • Trended
Small, 41.0 41.0
folder Asset​Reference​Representation The reference to the folder in which this dataset is stored. Small, 36.0 36.0
last​Metadata​Changed​Date Date The last time the metadata (folder, label, current, sharing, or security predicate) of this dataset was changed. Small, 51.0 51.0
last​Queried​Date Date The last time this dataset was queried. Small, 39.0 39.0
license​Attributes License​Attributes​Representation The Analytics license attributes associated with this dataset. Small, 52.0 52.0
live​Connection Live​Connection​Representation The live connection details for the dataset. Small, 50.0 50.0
user​Xmd Xmd​Representation The associated user XMD. Medium, 36.0 36.0
versions​Url String The URL for dataset versions. Small, 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