v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
projectMilestones

Retrieves all project milestones.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

get/projectmilestones

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 required

The name of the milestone.

color'blue' | 'purple' | 'red' | 'yellow' | 'green' | 'asphalt' required

The color of the milestone.

dueDatestring date-time

The date the milestone is due.

projectIdstring uuid required

The id of the project the milestone is related to.

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