Remove the verb get- from the URI.
get-
The HTTP method GET already encapsulates the fact that a file will be retrieved for the specified portfolio entry.
Use file instead of get-file to identify the resource being retrieved in the URI.
file
get-file
Final Suggestion
[GET] /portfolio/entries/{entry}/file
Last updated 2 years ago