v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
projectMilestones

Returns the specified project milestone.

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

get/projectmilestones/{milestoneId}

Path parameters

milestoneIdstring uuid required

The id of the milestone.

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.