getDatasetCollection
GET {{baseUrl}}/wave/datasets
Retrieve a collection of dataset resource representations.
For additional information, see the Datasets List Resource.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
createdAfter | string | (Optional) Filter the collection to include only datasets created after a specific timestamp. | |
createdBefore | string | (Optional) Filter the collection to include only datasets created before a specific timestamp. | |
datasetTypes | string | (Optional) Filters the collection to include only datasets of one or more of the specified types. | |
folderId | string | (Optional) Filters the collection to only contain datasets for the specified folder. The ID can be the requesting user's ID for datasets in the user's private folder. | |
hasCurrentOnly | string | (Optional) Filters the collection of datasets to include only those datasets that have a current version. The default is false. | |
ids | string | (Optional) Filter the collection to include only datasets with the specified IDs. | |
includeCurrentVersion | string | (Optional) Includes the current dataset version metadata in the collection. The default is false. | |
lastQueriedAfter | string | (Optional) Filter the collection to include only datasets last queired after a specific timestamp. | |
lastQueriedBefore | string | (Optional) Filter the collection to include only datasets last queried before a specific timestamp. | |
licenseType | string | (Optional) The response includes datasets with this license type. The default is EinsteinAnalytics. | |
order | string | (Optional) Ordering to apply to the collection results. | |
page | string | (Optional) Generated token that indicates the view of datasets to be returned. | |
pageSize | string | (Optional) Number of items to be returned in a single page. Minimum is 1, maximum is 200, and the default is 25. | |
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. | |
scope | string | (Optional) Scope type to apply to the collection results. | |
sort | string | (Optional) Sort order to apply to the collection results. | |
supportsNewDates | string | (Optional) Indicates whether to include only datasets that support new dates in the collection (true) or not (false). The default is false. | |
typeOfDataflow | string | (Optional) Filter the collection to include only datasets with the specified type of dataflow. |
RESPONSES
status: OK
{"datasets":[{"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"}],"nextPageUrl":"\u003cstring\u003e","totalSize":"\u003cinteger\u003e","url":"\u003cstring\u003e"}