Returns all milestone templates of the given project template.

Required Permissions
The user must be an admin or have project-manage-config:read permissions.

Path parameters

projectTemplateIdUUIDRequired
The id of the project template.

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
namestring or null>=0 characters<=255 characters
The name of the milestone.
colorstring or null>=0 characters<=14 characters
The color of the milestone.
relativeDueDatelong or null
Relative amount of days the milestone is due after the project creation date when a project gets created with the corresponding project template.
idUUID or null
projectTemplateIdUUID or null
createdOndatetime or null
The date this entity was created.
createdByUUID or null
The id of the user who created this entity.
updatedOndatetime or null
The date this entity was last modified.
updatedByUUID or null
The id of the user who last modified this entity.