Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Dataset Resources
Manage Analytics dataset and dataset versions.
- Available resources:
-
Resource Description Supported HTTP Method Resource URL Datasets List Resource Returns a collection of Analytics datasets and creates a dataset. GET POST /wave/datasets Dataset Resource Returns the Analytics dataset with the specified ID, deletes a dataset, or updates a dataset. GET, DELETE, PATCH /wave/datasets/<datasetIdOrApiName> Dataset Versions List Resource Returns a collection of dataset versions for a particular dataset. GET /wave/datasets/<datasetIdOrApiName>/versions Dataset Version Resource Returns an Analytics dataset version or updates the predicate. GET, PATCH /wave/datasets/<datasetIdOrApiName>/versions/<versionId> Dataset Version File Resource Provides access to the binary content of the dataset file. GET /wave/datasets/<datasetIdOrApiName>/versions/<versionId>/files/<fileId>