get
All
User
Collections
open fun getAllUserCollections(userId: String, page: Int, pageSize: Int, keywords: Set<String>): PaginatedResponse<LinksCollection>
Method to get all the user's collections, included the collections shared in the teams
Return
the user collections as List of LinksCollection
Parameters
userId
The identifier of the user
page
The page requested
pageSize
The size of the items to insert in the page
keywords
The keywords used to filter the query to retrieve the items