getReplicatedDatasetCollection
GET {{baseUrl}}/wave/replicatedDatasets
Retrieve a list of all Replicated Datasets.
For additional information, see the Replicated Datasets List Resource.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
category | string | (Optional) Filters the collection to include only connected objects of the specified category. | |
connector | string | (Optional) Filters the collection to include only connected objects belonging to the specified CRM Analytics connector. | |
includeLive | string | (Optional) Filters the collection to include live datasets. The default is false. | |
q | string | (Optional) 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 URL along with any other special characters. | |
sourceObject | string | (Optional) Filters the collection to include only connected objects belonging to the specified source object. |
RESPONSES
status: OK
{"replicatedDatasets":[{"assetSharingUrl":"\u003cstring\u003e","createdBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"createdDate":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003cstring\u003e","label":"\u003cstring\u003e","lastAccessedDate":"\u003cstring\u003e","lastModifiedBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"lastModifiedDate":"\u003cstring\u003e","name":"\u003cstring\u003e","namespace":"\u003cstring\u003e","permissions":{"create":"\u003cboolean\u003e","manage":"\u003cboolean\u003e","modify":"\u003cboolean\u003e","view":"\u003cboolean\u003e"},"type":"\u003cstring\u003e","url":"\u003cstring\u003e"},{"assetSharingUrl":"\u003cstring\u003e","createdBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"createdDate":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003cstring\u003e","label":"\u003cstring\u003e","lastAccessedDate":"\u003cstring\u003e","lastModifiedBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"lastModifiedDate":"\u003cstring\u003e","name":"\u003cstring\u003e","namespace":"\u003cstring\u003e","permissions":{"create":"\u003cboolean\u003e","manage":"\u003cboolean\u003e","modify":"\u003cboolean\u003e","view":"\u003cboolean\u003e"},"type":"\u003cstring\u003e","url":"\u003cstring\u003e"}],"url":"\u003cstring\u003e"}