You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Get Dataset Available Categories](#get-dataset-available-categories)
@@ -871,6 +872,36 @@ Note that `collectionId` is an optional parameter to filter datasets by collecti
871
872
872
873
The `DatasetPreviewSubset`returned instance contains a property called `totalDatasetCount` which is necessary for pagination.
873
874
875
+
#### Get Dataset Versions
876
+
877
+
Returns the total count of versions and an array of [DatasetVersion](../src/datasets/domain/models/DatasetVersion.ts) that contains information about every specific version.
Returns the total count of versions and an array of [DatasetVersionSummaryInfo](../src/datasets/domain/models/DatasetVersionSummaryInfo.ts) that contains information about what changed in every specific version.
0 commit comments