Newer Version Available

This content describes an older version of this product. View Latest

Replicated Datasets List Resource

Returns a list of replicated datasets, also know as connected objects.
Resource URL
1/wave/replicatedDatasets
Formats
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 Connect​Wave​Replicated​Dataset​Category​Enum The category for connected objects. Valid values are:
  • Input
  • Output
Optional 50.0
connector String Filter the list of returned connected objects by specifying the name of an Analytics connector. Optional 37.0
include​Live 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
source​Object String Filter the list of returned connected objects by specifying the name of a source object. Optional 37.0
Response body for GET
Replicated Dataset Collection
Request body for POST
Replicated Dataset Input

The following JSON shows how to create a connected object from an Analytics connector.

1{
2  "connectorId": "0ItS7000000xxxxxxx",
3  "sourceObjectName": "Account"
4}
Response body for POST
Replicated Dataset