get
Collection
Links
@GetMapping(headers = "token",
path = ""/{" + COLLECTION_IDENTIFIER_KEY + "}/" + LINKS_KEY"
)
Method to get the list of the links shared with the collection
Return
the links list, if authorized, else failed message as T
Parameters
token
The token of the user
userId
The identifier of the user
collectionId
The identifier of the collection
page
The page requested
pageSize
The size of the items to insert in the page