v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
companyFiles

Returns all file versions of the specified company file.

Returns all file versions of the specified company file.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

get/companies/{companyId}/files/{fileId}/versions

Path parameters

companyIdstring uuid required

The id of the company.

fileIdstring uuid required

The id of the file.

Query parameters

pageinteger

Page number for pagination

pageSizeinteger

Number of items per page

orderbystring

The properties to order by

filterbystring

The filter expression to filter by

Headers

Authorizationstring required

Bearer authentication

Response

OK

idstring uuid

The id of the file version.

fileInfoIdstring uuid

The id of the file this version belongs to.

versionnumber double

The version of the file.

sizeinteger

The size of the file, in bytes.

widthnumber double nullable

The width if this is an image file.

heightnumber double nullable

The height if this is an image file.

createdOnstring date-time

The date this file version was created.

createdBystring uuid

The id of the user who created this file version.

updatedOnstring date-time

The date this file version was last modified.

updatedBystring uuid

The id of the user who last modified this file version.