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 `roleIds` parameter is an array of role identifiers that the user has in the collection items. At least one roleId must be specified.
261
-
The `collectionItemTypes` parameter is an array of collection item types to filter the results. At least one collectionItemType must be specified.
262
-
The `publishingStatuses` parameter is an array of publishing statuses to filter the results. At least one publishingStatus must be specified.
261
+
-**roleIds**is an array of user role identifiers to filter the results. At least one roleId must be specified.
262
+
-**collectionItemTypes** is an array of collection item types to filter the results. At least one collectionItemType must be specified.
263
+
-**publishingStatuses** is an array of publishing statuses to filter the results. At least one publishingStatus must be specified.
263
264
264
265
This use case supports the following optional parameters depending on the search goals:
265
266
266
-
The `searchText` parameter is an optional string to filter the results by.
267
-
The `otherUserName` parameter 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.
267
+
-**searchText** is an optional string to filter the results by.
268
+
-**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_.
269
+
268
270
The `MyDataCollectionItemSubset`returned instance contains a property called `totalItemCount` which is necessary for pagination.
269
271
270
272
This use case supports the following optional parameters depending on the search goals:
271
273
272
274
-**limit**: (number) Limit for pagination.
273
275
-**offset**: (number) Offset for pagination.
274
-
-**collectionSearchCriteria**: ([CollectionSearchCriteria](../src/collections/domain/models/CollectionSearchCriteria.ts)) Supports filtering the collection items by different properties.
0 commit comments