get Collection Links

open fun getCollectionLinks(collectionId: String, page: Int, pageSize: Int, keywords: Set<String>): PaginatedResponse<RefyLink>

Method to get the links shared in a collection

Return

the collection links as PaginatedResponse of RefyLink

Parameters

collectionId

The identifier of the collection

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