...
METHOD | ENDPOINT | DESCRIPTION |
---|---|---|
GET | milestones | Returns a list of Milestones. |
GET | milestones/count | Returns the total number of milestones. |
GET | milestones/:id | Returns a milestone identified by its id. |
DELETE | ||
POST | ||
PUT | ||
GET | /milestones/:id/profiles/values | Returns an array of profile values for the milestone. |
PUT | /milestones/:id/profiles/values/:profile_value_id | Update an existing profile value for the milestone. |
GET | /milestones/:id/progressions | Returns an array of available progressions for the milestone. |
[PUT|POST] | /milestones/:id/progressions/:progression_id/auto | Runs a status update for the given progression on the given milestone. |