Get task time by filter
|
GET api/2.0/project/time/filter
|
Returns the list with the detailed information about all the time spent matching the filter parameters specified in the request
|
Get total task time by filter
|
GET api/2.0/project/time/filter/total
|
Returns the total time spent matching the filter parameters specified in the request
|
Get task time
|
GET api/2.0/project/task/{taskid}/time
|
Returns the time spent on the task with the ID specified in the request
|
Add task time
|
POST api/2.0/project/task/{taskid}/time
|
Adds the time to the selected task with the time parameters specified in the request
|
Update time
|
PUT api/2.0/project/time/{timeid}
|
Updates the time for the selected task with the time parameters specified in the request
|
Update times
|
PUT api/2.0/project/time/times/status
|
Updates the time status of payment
|
Delete task times
|
DELETE api/2.0/project/time/times/remove
|
Deletes the times from the tasks with the ID specified in the request
|