get
Collection
Teams
suspend fun getCollectionTeams(collectionId: String, page: Int = DEFAULT_PAGE, pageSize: Int = DEFAULT_PAGE_SIZE): JsonObject
Method request the teams where the collection is shared
Return
the result of the request as JsonObject
Parameters
collection Id
The identifier of the collection to get
page
The page to request
page Size
The size of the page to request