Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added milestone profile endpoints to milestone endpoint table

...

Milestones are the steps on the road to a Project’s completion. These contain the individual hour and dollar budget for that portion of the overall Project, and  are then grouped together under the Project’s Workflow, and along with the Tasks created against these Milestones, combine to form the overall budget and final invoice for the Project.

Endpoints

Resource
METHODENDPOINTDescriptionDESCRIPTION
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.