Newer Version Available
Replicated Datasets List Resource
Resource URL
1/wave/replicatedDatasetsFormats
JSON
Available Version
37.0
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}