get Collection Teams

open fun getCollectionTeams(collectionId: String, page: Int, pageSize: Int): PaginatedResponse<Team>

Method to get the teams where the collection is shared

Return

the collection teams 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