Returns all project milestones the user is allowed to see.

The user only gets returned all milestones of projects he has ‘read’ permissions of feature ‘project-planning-data’ for.

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

namestring or nullOptional>=0 characters<=255 characters

The name of the milestone.

colorstring or nullOptional>=0 characters<=14 characters

The color of the milestone.

dueDatedatetimeOptional

The date the milestone is due.

projectIdUUIDOptional

The id of the project the milestone is related to.

idUUIDOptional
projectobjectOptional

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

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.