taskTemplateFiles

Returns the tasktemplate file version with the specified id.

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

get/tasktemplates/{tasktemplateId}/files/{fileId}/versions/{versionId}

Path parameters

tasktemplateIdstring uuid required

The id of the tasktemplate.

fileIdstring uuid required

The id of the file.

versionIdstring uuid required

The id of the file version.

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.

Changes

Changed in 1 of the 5 revisions of this API.3

    • api operation id GetTaskTemplateFileVersion removed and replaced with GetFilesVersionsByTaskTemplateNameAndTaskTemplateIdAndFileIdAndVersionId

      api-operation-id-removed

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog