time

Name Resource Description
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.
Delete task time DELETE api/2.0/project/time/times/remove Deletes the time from the tasks with the IDs specified in the request.
Get filtered task time GET api/2.0/project/time/filter Returns a list with the detailed information about all the task time spent matching the filter parameters specified in the request.
Get filtered total task time GET api/2.0/project/time/filter/total Returns the total time spent matching the filter parameters specified in the request.
Get project time GET api/2.0/project/{id}/time Returns the detailed information about the time spent on the project with the ID 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.
Get total project time GET api/2.0/project/{id}/time/total Returns the total time spent on the project with the ID specified in the request.
Update task time PUT api/2.0/project/time/{timeid} Updates the time for the selected task with the time parameters specified in the request.
Update the time payment status PUT api/2.0/project/time/times/status Updates the time payment status with the parameters specified in the request.