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
The `datasetId` parameter can be a string, for persistent identifiers, or a number, for numeric identifiers.
739
740
741
+
#### Get Dataset Linked Collections
742
+
743
+
Returns an array of [DatasetLinkedCollection](../src/datasets/domain/models/DatasetLinkedCollection.ts) that contains the collections linked to a dataset.
* Returns a list of collections linked to a dataset.
14
+
*
15
+
* @param {number | string} [datasetId] - The dataset identifier, which can be a string (for persistent identifiers), or a number (for numeric identifiers).
0 commit comments