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