Introduction
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 | Description |
---|---|
GET components | Returns a list of Milestones. |
GET components/count | Returns the total number of milestones. |
GET components/:id | Returns a milestone identified by its id. |
DELETE milestones/:id | Removes a milestone identified by its id. |
POST milestones | Creates a new milestone. |
PUT milestones/:id | Updates a milestone identified by its id. |
Filters
Component filters can be used to filter through lists of components. You can defined filters in the _filter parameter.
standing | Array of standing status strings. For example standing(pending,active)- filter out components that do not have the supplied standing. |
---|