Datasets List Resource
Resource URL
/wave/datasets
Formats
JSON
Available Version
GET 36.0 POST 50.0
Available in Postman
To view and test a working example of this resource, see getDatasetCollection in Postman. For information about how to authenticate your org with Postman, see the CRM Analytics Rest API Quick Start.
Available Components
HTTP Methods
GET POST
GET Request Parameters
Parameter Name | Type | Description | Required or Optional | Available Version |
---|---|---|---|---|
createdAfter | String | Filters the results to include only the contents created after a specific timestamp. | Optional | 56.0 |
createdBefore | String | Filters the results to include only the contents created before a specific timestamp. | Optional | 56.0 |
datasetTypes | ConnectWaveDatasetTypeEnum | The type of the dataset. Valid
values are:
|
Optional | 50.0 |
folderId | 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 |
hasCurrentOnly | 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 | 52.0 |
ids | ID[] | Filter the list of datasets to include only datasets with the specified ids. | Optional | 53.0 |
includeCurrentVersion | Boolean | Indicates whether to include the current dataset version metadata in the collection (true) or not (false). The default is false. | Optional | 52.0 |
lastQueriedAfter | String | Filters the results to include only the contents last queried after a specific timestamp. | Optional | 56.0 |
lastQueriedBefore | String | Filters the results to include only the contents last queried before a specific timestamp. | Optional | 56.0 |
licenseType | ConnectAnalyticsLicenseTypeEnum | Filters the collection by the Analytics license type. Valid values are:
|
Optional | 52.0 |
order | Enum | Ordering applied to the results. Valid values are:
|
Optional | 42.0 |
page | String | A generated token that indicates the view of datasets to be returned. | Optional | 36.0 |
pageSize | 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 | ConnectWaveScopeTypeEnum | The type of scope to be applied to the returned collection. Valid values are:
|
Optional | 38.0 |
sort | ConnectWaveDatasetSortOrderTypeEnum | The type of sort order to be applied to the returned dataset collection. Valid values are:
|
Optional | 38.0 |
supportsNewDates | Boolean | Indicates whether to filter the list of datasets to include only those datasets that support new dates (true) or not (false). The default is false. | Optional | 52.0 |
typeOfDataflow | String | Filters the list of datasets to include only those datasets that have the specified type of dataflow. | Optional | 61.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:
This
request filters the list of datasets and adds the following supplemental fields to the
output representation:
/wave/datasets?hasCurrentOnly=true&filterGroup=Supplemental
- currentVersionCreatedBy
- currentVersionCreatedDate
- currentVersionLastModifiedBy
- currentVersionLastModifiedDate