Delete milestone
|
DELETE api/2.0/project/milestone/{id}
|
Deletes the milestone with the ID specified in the request
|
Delete milestones
|
DELETE api/2.0/project/milestone
|
Deletes milestones with the IDs specified in the request
|
Get milestone
|
GET api/2.0/project/milestone/{id}
|
Returns the list with the detailed information about the milestone with the ID specified in the request
|
Get milestone tasks
|
GET api/2.0/project/milestone/{id}/task
|
Returns the list of all tasks within the milestone with the ID specified in the request
|
Milestones by filter
|
GET api/2.0/project/milestone/filter
|
Returns the list of all milestones matching the filter with the parameters specified in the request
|
Milestones by full date
|
GET api/2.0/project/milestone/{year}/{month}/{day}
|
Returns the list of all milestones due on the date specified in the request
|
Milestones by month
|
GET api/2.0/project/milestone/{year}/{month}
|
Returns the list of all milestones due in the month specified in the request
|
Overdue milestones
|
GET api/2.0/project/milestone/late
|
Returns the list of all overdue milestones in the portal projects
|
Upcoming milestones
|
GET api/2.0/project/milestone
|
Returns the list of all upcoming milestones within all portal projects
|
Update milestone
|
PUT api/2.0/project/milestone/{id}
|
Updates the selected milestone changing the milestone parameters (title, deadline, status, etc.) specified in the request
|
Update milestone status
|
PUT api/2.0/project/milestone/{id}/status
|
Updates the status of the milestone with the ID specified in the request
|