Files / Download external
Will return a redirect response to a pre-signed download URL (allowed unauthorized)
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/files/download_external/{id}/{entity}/{entity_id}/{hash}/{filename}
Method: GET
Authorisation: No authentication needed
Request Arguments
Name | Type | Source |
---|---|---|
id | Int32 | |
entity | String | |
entity_id | String | |
hash | String | |
filename | String |
Request body example
Response object
Response status: 302 (Found)
Response type: Void
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example