Returns all project milestones of the specified project.

The user needs ‘read’ permissions of feature ‘project-planning-data’ to get the data.

Required Permissions
Any authenticated user.

Path parameters

projectIdUUIDRequired
The id of the project.

Headers

AuthorizationstringRequired

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

Response

OK
namestring>=0 characters<=255 characters
The name of the milestone.
colorstring>=0 characters<=14 characters
The color of the milestone.
dueDatedatetime
The date the milestone is due.
projectIdUUID
The id of the project the milestone is related to.
idUUID or null
projectobject or null

/// This class contains all information to handle projects.

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.