get
Team
Collections
@GetMapping(headers = "token",
path = ""/{" + TEAM_IDENTIFIER_KEY + "}/" + COLLECTIONS_KEY"
)
Method to get the list of the collections of a team
Return
the collections list, if authorized, else failed message as T
Parameters
token
The token of the user
userId
The identifier of the user
teamId
The identifier of the team
page
The page requested
pageSize
The size of the items to insert in the page