v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
projectMilestoneTemplates

Returns all milestone templates of the given project template.

<Check title="Required Permissions" icon="key">The user must be an admin or have project-manage-config:read permissions.</Check>

get/projecttemplates/{projectTemplateId}/milestones

Path parameters

projectTemplateIdstring uuid required

The id of the project template.

Query parameters

pageinteger

Page number for pagination

pageSizeinteger

Number of items per page

orderbystring

The properties to order by

filterbystring

The filter expression to filter by

Headers

Authorizationstring required

Bearer authentication

Response

OK

namestring nullable

The name of the milestone.

colorstring nullable

The color of the milestone.

relativeDueDateinteger

Relative amount of days the milestone is due after the project creation date when a project gets created with the corresponding project template.

idstring uuid
projectTemplateIdstring uuid
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.