Newer Version Available

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

Replicated Datasets List Resource

Returns a list of replicated datasets.
Resource URL
1/wave/replicatedDatasets
Requires the following permissions:
  • orgHasReplicationEnabled
  • ELTEditor
  • InsightsAdmin
Formats
JSON
Available Version
37.0
HTTP Methods
GET POST
GET Response Body
Replicated​Dataset​Collection​Representation
Property Name Type Description Filter Group and Version Available Version
replicated​Datasets Replicated​Dataset​Representation[] A list of Replicated Datasets. Small, 37.0 37.0
url String The URL to get the collection. Small, 37.0 37.0
POST Request Body
Replicated​Dataset​Input​Representation
Property Name Type Description Required or Optional Available Version
pass​Through​Filter String Passthrough filter for the replicated object 38.0
source​Object​Name String The name of the source object to be replicated. 37.0
POST Response Body
Replicated​Dataset​Representation
Property Name Type Description Filter Group and Version Available Version
fields​Url String Url to get the fields associated with the replicated dataset Small, 37.0 37.0
pass​Through​Filter String The replicated objects pass through filter string Small, 38.0 38.0
source​Object​Name String The name of the source object being replicated. Small, 37.0 37.0
assetSharingUrl String The URL for opening this asset in the Wave builder. This is a form of deep linking. The server examines the link parameters, which might include urlType, assetId, orgId, and loginHost, as well as other optional parameters, and translates as necessary to produce the correct result on the target client. For example, it will open the wave dashboard on desktop clients, or mobile if you are on a mobile OS. For example, the shared URL:
1http://{host}/​analytics/​application/​005xx000001SvSwAAK?​urlType=sharing&​orgId=00DT0000000Dpvc&​loginHost=​https%3A%2F%2F​test.my.salesforce.com
Might produce the following web Url:
1http://{host}/​insights/​web/​explore.apexp#​application/​005xx000001SvSwAAK
Or it might produce the following Url on iOS:
1com.salesforce.kona://​application/​005xx000001SvSwAAK&​orgId=00DT0000000Dpvc&​loginHost=​https%3A%2F%2F​test.my.salesforce.com
Small, 36.0 36.0
createdBy Wave​User​Representation Represents asset creator. Small, 36.0 36.0
created​Date Date Time the asset was created. Small, 36.0 36.0
description String Short description of the asset. Small, 36.0 36.0
id String The 18 character asset ID. Small, 36.0 36.0
label String The label of the asset. Small, 36.0 36.0
last​Accessed​Date Date Last time the asset was accessed. Small, 36.0 36.0
lastModifiedBy Wave​User​Representation The user that last updated the asset. Small, 36.0 36.0
last​Modified​Date Date Last time the asset was modified. Small, 36.0 36.0
name String The name of the asset. Small, 36.0 36.0
namespace String The namespace of the Asset. Small, 36.0 36.0
permissions Permissions​Representation Represents permissions for the present user. Small, 36.0 36.0
type Connect​Wave​Asset​Type​Enum The asset type (Dashboard, Dataflow, Dataset, DatasetShard, DatasetVersion, ExternalData, Folder, Lens, Recipe, ReplicatedDataset, or Workflow). Small, 36.0 36.0
url String URL to get the definition of the asset. Small, 36.0 36.0
POST Request Parameters
Parameter Name Type Description Required or Optional Available Version
replicated​Dataset Object (Replicated​Dataset​Input​Representation) Replicated Dataset to use to update target. Required 37.0