Returns the content of the workspace file with the specified id.
Returns the content of the workspace file. Uses the latest file version. If the workspace file is an image and the width and height are set, the image will resized before it is returned.
Path parameters
workspaceId
The id of the workspace.
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.
Response
OK