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
Copy file name to clipboardExpand all lines: docs/useCases.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The different use cases currently available in the package are classified below,
17
17
-[List My Data Collection Items](#list-my-data-collection-items)
18
18
-[Get Collection Featured Items](#get-collection-featured-items)
19
19
-[Get Collections for Linking](#get-collections-for-linking)
20
+
-[Get Collections for Creating](#get-collections-for-creating)
20
21
-[Collections write use cases](#collections-write-use-cases)
21
22
-[Create a Collection](#create-a-collection)
22
23
-[Update a Collection](#update-a-collection)
@@ -409,6 +410,46 @@ Notes:
409
410
- When the first argument is `'collection'`, the second argument can be a numeric collection id or a collection alias.
410
411
- When the first argument is `'dataset'`, the second argument must be the dataset persistent identifier string (e.g., `doi:...`).
411
412
413
+
#### Get Collections for Creating
414
+
415
+
Returns an array of [CollectionSummary](../src/collections/domain/models/CollectionSummary.ts) (id, alias, displayName) representing the Dataverse collections which an authenticated user may create a new dataset in.
0 commit comments