Returns the content of the file with the specified id.
Returns the content of the latest file version. If the file is an image and the width and height are set, the image will resized before it is returned. The get the content it is necessary to have the ‘read’ permissions on the entity the file is related to.
Required Permissions
Any authenticated user.Path parameters
fileId
The id of the file.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
width
Set width to resize.
height
Set height to resize.
crop
Whether to crop the image when resizing it.
enlarge
Whether to enlarge the image if the width/height are bigger than the original image.
inline
If inline is true, content-disposition header is inline, else it is attachment.
Response
OK