Downloading an Effis file
Download file from bucket
GET /<bucket>/<id>/download
Download the file with the provided id from the provided bucket.
Returns
The file with the provided id from the provided bucket. This is returned with header
Content-Disposition: attachment
set.
Download attachment
GET /<id>/download
This route acts as a shorthand for GET /attachments/<id>/download
,
the same logic applies.