getDatasets
Retrieves a collection of CRM Analytics datasets.
getDatasets
uses this CRM Analytics API resource.
These parameters are optional.
Parameter Name | Type | Description |
---|---|---|
createdAfter | String | Filter the collection to include only datasets created after a specific timestamp. |
createdBefore | String | Filter the collection to include only datasets created before a specific timestamp. |
datasetTypes | String[] | Filters the collection to include only datasets of one or more of the specified types:
|
folderId | String | Filters the collection to only contain datasets for the specified folder. The ID can be the requesting user's ID for datasets in the user's private folder. |
hasCurrentOnly | Boolean | Filters the collection of datasets to include only those datasets that have a current version. The default is false . |
ids | String[] | Filter the collection to include only datasets with the specified IDs. |
includeCurrentVersion | Boolean | Includes the current dataset version metadata in the collection. The default is false . |
lastQueriedAfter | String | Filter the collection to include only datasets last queried after a specific timestamp. |
lastQueriedBefore | String | Filter the collection to include only datasets last queried before a specific timestamp. |
licenseType | String | The response includes datasets with this license type. Possible values include:
EinsteinAnalytics . |
order | String | Ordering to apply to the collection results:
|
page | String | Generated token that indicates the view of datasets to be returned. |
pageSize | Integer | Number of items to be returned in a single page. Minimum is 1, maximum is 200, and the default is 25. |
q | String | Search terms. Individual terms are separated by spaces. A wildcard is automatically appended to the last token in the query string. Special characters are automatically removed. |
scope | String | Scope type to apply to the collection results:
|
sort | String | Sort order to apply to the collection results:
|
supportsNewDates | Boolean | Indicates whether to include only datasets that support new dates in the collection (true ) or not (false ). The default is false . |
typeOfDataflow | String | Filter the collection to include only datasets with the specified type of dataflow. |
data
—Dataset Collectionerror
—FetchResponse