v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
projectTemplates

Retrieves a specific project template.

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

get/projecttemplates/{projectTemplateId}

Path parameters

projectTemplateIdstring uuid required

The id of the project template to retrieve.

Headers

Authorizationstring required

Bearer authentication

Response

OK

idstring uuid

The id of the template.

namestring nullable

The name of the template.

descriptionstring nullable

The description that will be used for the project created from this template. It will be appended to the project description provided by the user.

createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

updatedBystring uuid

The id of the user who last modified this entity.

isBillableByDefaultstring nullable

Whether project times should be billable by default, if the project was created by this template. Can be 'on', 'off', or 'auto'.

defaultTaskListIdForEmailsstring uuid nullable

The id references the task list, which is used to assign tasks created by email to.

hasImageboolean

Whether the project template has an image in the files service.

copyImageToProjectOnCreationboolean

Whether the template image should be copied to the project during project creation. If the template has no image, no image is copied. No image is copied from the client.

projectTypeIdstring uuid nullable

The id of the project type.

workflowIdstring uuid nullable

The id of the workflow linked to this template.

timeBudgetinteger

The amount of time budgeted for the project in seconds.

hasRelativeTasksboolean

True if any of the tasks of the template has relative dates.