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
HTTP Methods
GET POST
GET Request Parameters
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 a Tableau CRM connector. Optional 37.0
source​Object String Filter the list of returned connected objects by specifying the name of a source object. Optional 37.0
GET Response Body (ReplicatedDatasetCollectionRepresentation)
Property Name Type Description Filter Group and Version Available Version
replicated​Datasets Replicated​Dataset​Representation[] A list of connected objects. Small, 37.0 37.0
url String The URL to get the collection. Small, 37.0 37.0
POST Request Body (ReplicatedDatasetInputRepresentation)
Property Name Type Description Required or Optional Available Version
advanced​Properties Advanced​​Property​​Value​​Representation The user-specified advanced properties associated with this connected object. Optional 44.0
connection​Mode Connect​Wave​Connection​Mode​Enum The connection mode for data sync. For faster extracts, use Incremental or PeriodicFull. Valid values are:
  • Full
  • Incremental
  • PeriodicFull
Optional 46.0
connector​Id String The id of the Tableau CRM connector used to sync this connected object. Required 39.0
full​Refresh Boolean Indicates whether to perform a one-time full refresh during the next run (true) as opposed to an incremental refresh. (false) Optional 41.0
pass​Through​Filter String The pass through filter for the connected object Optional 38.0
source​Object​Name String The name of the source object to be synced. Required 37.0

The following JSON shows how to create a connected object from a Tableau CRM connector.

1{
2  "connectorId": "0ItS7000000xxxxxxx",
3  "sourceObjectName": "Account"
4}
POST Response Body (ReplicatedDatasetRepresentation)

ReplicatedDatasetRepresentation inherits properties from the abstract BaseWaveAssetRepresentation. These base properties appear alongside ReplicatedDatasetRepresentation specific properties in the following table.

Property Name Type Description Filter Group and Version Available Version
advanced​Properties Advanced​​Property​​Value​​Representation The advanced properties associated with this connected object. Small, v44.0 44.0
connection​Mode Connect​Wave​Connection​Mode​Enum The connection mode for data sync. For faster extracts, use Incremental or PeriodicFull. Valid values are:
  • Full
  • Incremental
  • PeriodicFull
Small, 46.0 46.0
connector Data​Connector​Representation Tableau CRM connector information associated with this connected object Small, 37.0 37.0
datasetId String The ID of the connected object. Small, 38.0 38.0
field​Count Integer The number of columns in the connected object. Small, 38.0 38.0
fields​Url String URL to get the fields associated with the connected object. Small, 37.0 37.0
filter​Applied Boolean Indicates whether filters have been applied to this connected object (true) or not (false). Small, 38.0 38.0
incremental​On Boolean Indicates whether this connected object is incrementally synced true) or not (false). Small, 38.0 38.0-45.0
last​Refreshed​Date Date The date when this connected object was last synced. Small, 38.0 38.0
output​Source Output​Source​Representation The output source, either a recipe or a connection, configured for this connected object. Small, 50.0 50.0
pass​Through​Filter String The pass through filter string for this connected object. Small, 38.0 38.0
replication​Dataflow​Id String The data sync job ID used to populate this connected object. Small, 41.0 41.0
row​Level​Sharing String Inherit row level sharing rules for this connected object. Small, 44.0 44.0
source​Object​Name String The name of the source object to sync. Small, 37.0 37.0
status Replicated​Dataflow​Status​Enum The status of the connected object. Valid values are:
  • Cancelled
  • Checkpoint
  • Dequeued
  • Enqueued
  • Failure
  • Initiated
  • New
  • Serviced
  • Stale
  • Success
  • Warnings
Small, 38.0 38.0
supported​Connection​Modes Connect​Wave​Connection​Mode​Enum[] List of supported connection modes for this dataset. Valid values are:
  • Full
  • Incremental
  • PeriodicFull
Small, 46.0 46.0
OutputSourceRepresentation

OutputSourceRepresentation inherits properties from the abstract BaseWaveAssetRepresentation. These base properties appear alongside OutputSourceRepresentation specific properties in the following table.

Property Name Type Description Filter Group and Version Available Version
input​Rows Integer The number of input rows for the sync out operation. Small, 50.0 50.0
is​Sync​Out Boolean Indicates whether this object represents a sync out connection (true) or a recipe output connection (false). Small, 50.0 50.0
next​Scheduled​Date Date The next scheduled run time for the output source. Small, 50.0 50.0
output​Rows Integer The number of output rows for the sync out operation. Small, 50.0 50.0