Returns the content of the projecttemplate file with the specified id.
Returns the content of the projecttemplate file. Uses the latest file version.
If the projecttemplate file is an image and the width and height are set,
the image will be resized before it is returned.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
projecttemplateId
The id of the projecttemplate.
fileId
The id of the file.
Query parameters
width
Set width to resize.
height
Set height to resize.
crop
Whether to crop the image when resizing it.
Response
OK