Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

METHODENDPOINTDESCRIPTION
GETmilestonesReturns a list of Milestones.
GETmilestones/countReturns the total number of milestones.
GETmilestones/:idReturns a milestone identified by its id.
DELETE/wiki/spaces/APIS/pages/24576041Removes a milestone identified by its id.
POST/wiki/spaces/APIS/pages/24576026Creates a new milestone.
PUT/wiki/spaces/APIS/pages/24576034Updates a milestone identified by its id.
GET/milestones/:id/profiles/valuesReturns an array of profile values for the milestone.
PUT/milestones/:id/profiles/values/:profile_value_idUpdate an existing profile value for the milestone.
GET/milestones/:id/progressionsReturns an array of available progressions for the milestone.
[PUT|POST]/milestones/:id/progressions/:progression_id/autoRuns a status update for the given progression on the given milestone.
GET/milestones/profiles/fieldsReturns an array of profile fields for milestone.
POST/milestones/:milestone_id/profiles/fields/:profile_field_idCreates a profile value for a milestone.