Returns all project milestones of the specified project.

GET

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

Required Permissions: Any authenticated user.

Path parameters

projectIdstringRequired

The id of the project.

Response

OK

namestringOptional>=0 characters<=255 characters

The name of the milestone.

colorstringOptional>=0 characters<=14 characters

The color of the milestone.

dueDatedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date the milestone is due.

projectIdstringOptional

The id of the project the milestone is related to.

idstringOptional
projectobjectOptional

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

createdOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date this entity was created.

createdBystringOptional

The id of the user who created this entity.

updatedOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date this entity was last modified.

updatedBystringOptional

The id of the user who last modified this entity.