Skip to content

Commit 47d8743

Browse files
committed
fix use case description
1 parent af1dd72 commit 47d8743

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/useCases.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,12 @@ This use case requires the following parameters:
265265

266266
This use case supports the following optional parameters depending on the search goals:
267267

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)
268270
- **searchText** is an optional string to filter the results by.
269271
- **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_.
270272

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.
277274

278275
#### Get Collection Featured Items
279276

0 commit comments

Comments
 (0)