Returns all file versions of the specified workspace file.

GET

Returns all file versions of the specified workspace file.

Path parameters

workspaceIdstringRequired

The id of the workspace.

fileIdstringRequired

The id of the file.

Query parameters

pageintegerOptional

Page number for pagination

pageSizeintegerOptional

Number of items per page

orderbystringOptional

The properties to order by

filterbystringOptional

The filter expression to filter by

Response

OK

idstringOptional

The id of the file version.

fileInfoIdstringOptional

The id of the file this version belongs to.

versiondoubleOptional

The version of the file.

sizelongOptionalDefaults to 0

The size of the file, in bytes.

widthdoubleOptional

The width if this is an image file.

heightdoubleOptional

The height if this is an image file.

createdOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date this file version was created.

createdBystringOptional

The id of the user who created this file version.

updatedOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date this file version was last modified.

updatedBystringOptional

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