Retrieves a paginated list of all project templates with details.

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

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageintegerOptionalDefaults to 1
Page number for pagination
pageSizeintegerOptionalDefaults to 10
Number of items per page
orderbystringOptional
The properties to order by
filterbystringOptional
The filter expression to filter by

Response

OK
idstringformat: "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
The date this entity was created.
createdBystringformat: "uuid"
The id of the user who created this entity.
updatedOndatetime
The date this entity was last modified.
updatedBystringformat: "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 nullformat: "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
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 or nullformat: "uuid"
The id of the project type.
workflowIdstring or nullformat: "uuid"
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.