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

GET

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

Path parameters

tasktemplateIdstringRequired

The id of the tasktemplate.

fileIdstringRequired

The id of the file.

Query parameters

widthdoubleOptional

Set width to resize.

heightdoubleOptional

Set height to resize.

cropbooleanOptionalDefaults to false

Whether to crop the image when resizing it.

Response

OK