Get download url for content of file entity.
GET/api/workspaces/:workspace_id/entities/:id/download/
Returns the download URL for the content of a file entity (only for file entity types).
Request
Path Parameters
workspace_id stringrequired
id integerrequired
A unique integer value identifying this entity.
Responses
- 200
- 401
- 403
- 404
File stream with custom attachment
No authentication found or authentication is not correct.
Specified path is not allowed
S3 NoSuchKey Error
Loading...