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.
Replicated Datasets List Resource
Resource URL
1/wave/replicatedDatasetsFormats
JSON
Available Version
37.0
Available in Postman
To view and test a working example of this resource, see getReplicatedDatasetCollection 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
Request parameters for GET
| Parameter Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| category | ConnectWaveReplicatedDatasetCategoryEnum | The category for connected objects. Valid values are:
|
Optional | 50.0 |
| connector | String | Filter the list of returned connected objects by specifying the name of an Analytics connector. | Optional | 37.0 |
| includeLive | Boolean | Indicates whether to include live datasets in the list (true) or not (false). | Optional | 56.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 | 53.0 |
| sourceObject | String | Filter the list of returned connected objects by specifying the name of a source object. | Optional | 37.0 |
Response body for GET
Request body for POST
The following JSON shows how to create a connected object from an Analytics connector.
1{
2 "connectorId": "0ItS7000000xxxxxxx",
3 "sourceObjectName": "Account"
4}