get Team Collections

open fun getTeamCollections(teamId: String, page: Int, pageSize: Int): PaginatedResponse<LinksCollection>

Method to get the collections shared with the team

Return

the collection teams as PaginatedResponse of LinksCollection

Parameters

teamId

The identifier of the team

page

The page requested

pageSize

The size of the items to insert in the page