Newer Version Available
Dataset Resource
- Resource URL
-
1/wave/datasets/<datasetIdOrApiName> - Formats
- JSON
- Available Version
- 36.0
- HTTP Methods
- GET DELETE PATCH
- GET Response Body (DatasetRepresentation)
-
DatasetRepresentation inherits properties from the abstract BaseWaveAssetRepresentation. These base properties appear in DatasetRepresentation alongside the properties defined explicitly in the following table.
Property Name Type Description Filter Group and Version Available Version clientShardsUrl String The URL for the dataset shards. Small, 36.0 36.0 currentVersionCreatedBy WaveUserRepresentation The creator of the current version of the dataset. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0 currentVersionCreatedDate Date The time at which the current version of the dataset was created, in ISO8601 date format. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0 currentVersionId ID The 18-character ID of the current dataset version. Small, 36.0 36.0 currentVersionLastModifiedBy WaveUserRepresentation The user who last updated the current version of the dataset. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0 currentVersionLastModifiedDate Date The last time the current version of the dataset was modified, in ISO8601 date format. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0 currentVersionTotalRows Integer The total number of rows in the dataset. Supplemental, 42.0 42.0 currentVersionUrl String The URL for the current dataset version. Small, 36.0 36.0 dataRefreshDate Date The last time this dataset was updated. Small, 40.0 40.0 datasetType ConnectWaveDatasetTypeEnum The type of the dataset. Valid values are: - Default
- Trended
Small, 41.0 41.0 folder AssetReferenceRepresentation The reference to the folder in which this dataset is stored. Small, 36.0 36.0 lastQueriedDate Date The last time this dataset was queried. Small, 39.0 39.0 userXmd XmdRepresentation The associated user XMD. Medium, 36.0 36.0 versionsUrl String The URL for dataset versions. Small, 36.0 36.0 - PATCH Request Body (DatasetInputRepresentation)
-
DatasetInputRepresentation inherits properties from the abstract BaseAssetInputRepresentation. These base properties appear in DatasetInputRepresentation alongside the properties defined explicitly in the following table.
Property Name Type Description Required or Optional Available Version currentVersionId ID DEPRECATED The 18-character ID of the current version of this dataset. Optional 36.0–40.0 folder ID The 18-character ID of the folder that contains the dataset. Optional 36.0 userXmd XmdInputRepresentation The user XMD associated with this dataset. Optional 39.0 The following JSON shows how to edit an existing dataset description.
1{ 2 "description": "This is my dataset", 3 "label": "Test Dataset" 4 } - PATCH Response Body (DatasetRepresentation)
-
DatasetRepresentation inherits properties from the abstract BaseWaveAssetRepresentation. These base properties appear in DatasetRepresentation alongside the properties defined explicitly in the following table.
Property Name Type Description Filter Group and Version Available Version clientShardsUrl String The URL for the dataset shards. Small, 36.0 36.0 currentVersionCreatedBy WaveUserRepresentation The creator of the current version of the dataset. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0 currentVersionCreatedDate Date The time at which the current version of the dataset was created, in ISO8601 date format. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0 currentVersionId ID The 18-character ID of the current dataset version. Small, 36.0 36.0 currentVersionLastModifiedBy WaveUserRepresentation The user who last updated the current version of the dataset. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0 currentVersionLastModifiedDate Date The last time the current version of the dataset was modified, in ISO8601 date format. Only returned if the filterGroup input parameter is set to Supplemental. Supplemental, 36.0 36.0 currentVersionTotalRows Integer The total number of rows in the dataset. Supplemental, 42.0 42.0 currentVersionUrl String The URL for the current dataset version. Small, 36.0 36.0 dataRefreshDate Date The last time this dataset was updated. Small, 40.0 40.0 datasetType ConnectWaveDatasetTypeEnum The type of the dataset. Valid values are: - Default
- Trended
Small, 41.0 41.0 folder AssetReferenceRepresentation The reference to the folder in which this dataset is stored. Small, 36.0 36.0 lastQueriedDate Date The last time this dataset was queried. Small, 39.0 39.0 userXmd XmdRepresentation The associated user XMD. Medium, 36.0 36.0 versionsUrl String The URL for dataset versions. Small, 36.0 36.0