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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,15 +265,12 @@ This use case requires the following parameters:
265
265
266
266
This use case supports the following optional parameters depending on the search goals:
267
267
268
+
-**limit**: (number) Limit of items per page for pagination. (default is 10)
269
+
-**selectedPage**: (number) the page of results to be returned. (default is 1)
268
270
-**searchText** is an optional string to filter the results by.
269
271
-**otherUserName** is an optional string to return the collection items of another user. If not set, the calling user will be used. _Only superusers can use this parameter_.
270
272
271
-
The `MyDataCollectionItemSubset`returned instance contains a property called `totalItemCount` which is necessary for pagination.
272
-
273
-
This use case supports the following optional parameters depending on the search goals:
274
-
275
-
-**limit**: (number) Limit of items per page for pagination. (default is 10)
276
-
-**selectedPage**: (number) the page of results to be returned. (default is 1)
273
+
The `CollectionItemSubset`returned instance contains a property called `totalItemCount` which is necessary for pagination.
0 commit comments