LiquidPlanner Classic Forum

Ask a Question
Back to All

Track_time gives 404 when "work" value is set

Posted on behalf of Pat Daly. Original posting date 2016-09-10.

I'm trying to use track_time to add and estimate and log hours against a task.

I can successfully add the low and high remaining estimate values. However when I add "work" property I get a 404

Sample URIs

This works fine

https://app.liquidplanner.com/api/workspaces/###/tasks/###/track_time {person_id:###,low:9.0,high:9.0}

This fails

https://app.liquidplanner.com/api/workspaces/###/tasks/###/track_time {person_id:###,work:1.0,low:9.0,high:9.0}