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)
41
+
-[Get Dataset Templates](#get-dataset-templates)
42
42
-[Datasets write use cases](#datasets-write-use-cases)
43
43
-[Create a Dataset](#create-a-dataset)
44
44
-[Update a Dataset](#update-a-dataset)
@@ -322,26 +322,6 @@ The `collectionIdOrAlias` is a generic collection identifier, which can be eithe
322
322
323
323
If no collection identifier is specified, the default collection identifier; `:root` will be used. If you want to search for a different collection, you must add the collection identifier as a parameter in the use case call.
324
324
325
-
#### Get Collection Dataset Templates
326
-
327
-
Returns a [CollectionDatasetTemplate](../src/collections/domain/models/CollectionDatasetTemplate.ts) array containing the dataset templates of the requested collection, given the collection identifier or alias.
The `datasetId` parameter is a number for numeric identifiers or string for persistent identifiers.
1133
1113
1114
+
#### Get Dataset Templates
1115
+
1116
+
Returns a [DatasetTemplate](../src/datasets/domain/models/DatasetTemplate.ts) array containing the dataset templates of the requested collection, given the collection identifier or alias.
* Returns a DatasetTemplate array containing the dataset templates of the requested collection, given the collection identifier or alias.
15
+
*
16
+
* @param {number | string} [collectionIdOrAlias = ':root'] - A generic collection identifier, which can be either a string (for queries by CollectionAlias), or a number (for queries by CollectionId)
17
+
* If this parameter is not set, the default value is: ':root'
0 commit comments