Retrieves a specific project template by its ID with all related details.
GET
https://api.awork.com/api/v1/projecttemplates/:projectTemplateId
Required Permissions
Any authenticated user.Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectTemplateIdstringRequired
format: "uuid"The id of the project template to retrieve.
Response
OK
idstring or null
format: "uuid"The id of the template.
namestring or null
The name of the template.
descriptionstring or null
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.
createdOndatetime or null
The date this entity was created.
createdBystring or null
format: "uuid"The id of the user who created this entity.
updatedOndatetime or null
The date this entity was last modified.
updatedBystring or null
format: "uuid"The id of the user who last modified this entity.
isBillableByDefaultstring or null
Whether project times should be billable by default, if the project was created by this template.
Can be 'on', 'off', or 'auto'.
defaultTaskListIdForEmailsstring or null
format: "uuid"The id references the task list, which is used to assign tasks created by email to.
projectStatuseslist of objects or null
The project statuses of the template.
hasImageboolean or null
Whether the project template has an image in the files service.
projectTypeIdstring or null
format: "uuid"The id of the project type.
timeBudgetinteger or null
The amount of time budgeted for the project in seconds.
hasRelativeTasksboolean or null
True if any of the tasks of the template has relative dates.

