Newer Version Available
Replicated Datasets List Resource
- 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 ConnectWaveReplicatedDatasetCategoryEnum 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 sourceObject 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 replicatedDatasets ReplicatedDatasetRepresentation[] 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 advancedProperties AdvancedPropertyValueRepresentation The user-specified advanced properties associated with this connected object. Optional 44.0 connectionMode ConnectWaveConnectionModeEnum The connection mode for data sync. For faster extracts, use Incremental or PeriodicFull. Valid values are: - Full
- Incremental
- PeriodicFull
Optional 46.0 connectorId String The id of the Tableau CRM connector used to sync this connected object. Required 39.0 fullRefresh 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 passThroughFilter String The pass through filter for the connected object Optional 38.0 sourceObjectName 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 advancedProperties AdvancedPropertyValueRepresentation The advanced properties associated with this connected object. Small, v44.0 44.0 connectionMode ConnectWaveConnectionModeEnum 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 DataConnectorRepresentation 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 fieldCount Integer The number of columns in the connected object. Small, 38.0 38.0 fieldsUrl String URL to get the fields associated with the connected object. Small, 37.0 37.0 filterApplied Boolean Indicates whether filters have been applied to this connected object (true) or not (false). Small, 38.0 38.0 incrementalOn Boolean Indicates whether this connected object is incrementally synced true) or not (false). Small, 38.0 38.0-45.0 lastRefreshedDate Date The date when this connected object was last synced. Small, 38.0 38.0 outputSource OutputSourceRepresentation The output source, either a recipe or a connection, configured for this connected object. Small, 50.0 50.0 passThroughFilter String The pass through filter string for this connected object. Small, 38.0 38.0 replicationDataflowId String The data sync job ID used to populate this connected object. Small, 41.0 41.0 rowLevelSharing String Inherit row level sharing rules for this connected object. Small, 44.0 44.0 sourceObjectName String The name of the source object to sync. Small, 37.0 37.0 status ReplicatedDataflowStatusEnum 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 supportedConnectionModes ConnectWaveConnectionModeEnum[] 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 inputRows Integer The number of input rows for the sync out operation. Small, 50.0 50.0 isSyncOut Boolean Indicates whether this object represents a sync out connection (true) or a recipe output connection (false). Small, 50.0 50.0 nextScheduledDate Date The next scheduled run time for the output source. Small, 50.0 50.0 outputRows Integer The number of output rows for the sync out operation. Small, 50.0 50.0