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 Resource
Resource URL
1/wave/datasets/<datasetIdOrApiName>Formats
JSON
Available Version
Available in Postman
To view and test a working example of this resource, see getDataset in Postman. For information about how to authenticate your org with Postman, see the CRM Analytics Rest API Quick Start.
36.0
Available Components
HTTP Methods
GET DELETE PATCH
Response body for GET and PATCH
Request body for PATCH
The following JSON shows how to edit an existing dataset description.
1{
2 "description": "This is my dataset",
3 "label": "Test Dataset"
4}