Returns the content of the company file with the specified id.

Returns the content of the company file. Uses the latest file version. If the company file is an image and the width and height are set, the image will resized before it is returned.

Path parameters

companyIdUUIDRequired

The id of the company.

fileIdUUIDRequired

The id of the file.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

widthdoubleOptional

Set width to resize.

heightdoubleOptional

Set height to resize.

cropbooleanOptional

Whether to crop the image when resizing it.

Response

OK