LiquidPlanner Classic Forum

Ask a Question
Back to All

Tracking Time

(edited)

Posted on behalf of Krystof Vasa. Original posting date 2013-08-06.

Hello,

I'm trying to add support for LiquidPlanner to my app where I need to be able to post time to a certain task. I can list the tasks and everything, however, I cannot get time tracking to work. As described in the API docs, I'm using the following cURL command:

curl -d '{"comment":"Comment","activity_id":125895,"work":3}' -u ****EMAIL****:***PASSWORD*** 
https://app.liquidplanner.com/api/workspaces/94199/tasks/10180999/track_time

I've tried it without activity_id, without comment, etc., but I always get 400. Any idea why?

Thanks in advance!

Krystof