Returns all existing project templates.

Returns all existing project templates.

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

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

idUUIDOptional

The id of the template.

namestring or nullOptional

The name of the template.

descriptionstring or nullOptional

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.

createdOndatetimeOptional

The date this entity was created.

createdByUUIDOptional

The id of the user who created this entity.

updatedOndatetimeOptional

The date this entity was last modified.

updatedByUUIDOptional

The id of the user who last modified this entity.

isBillableByDefaultstring or nullOptional

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

defaultTaskListIdForEmailsUUID or nullOptional

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

projectStatuseslist of objectsOptional

The project statuses of the template.

hasImagebooleanOptional

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

projectTypeIdUUID or nullOptional

The id of the project type.

timeBudgetintegerOptional

The amount of time budgeted for the project in seconds.