get
Item
@GetMapping(headers = "token",
path = "/{" + LINK_IDENTIFIER_KEY + "}"
)
Method to get a team
Return
the team requested, if authorized, or the failed response message as T
Parameters
token
The token of the user
userId
The identifier of the user
linkId
The identifier of the team to get