Sign-in

LiquidPlanner
30-day free trial
30-second sign-up

About our forums

Our forum platform uses a separate login to identify you; it's not the same as your LiquidPlanner application login.

>> Login to the forums now 

If you wish to post and subscribe to change notifications, you will need to create a forum account.

After you login, you can access your profile by clicking your name floating at the top of the page. Clicking your name will also allow you to subscribe to e-mail change notification messages for the section you are currently looking at. 

Note, the forums are a public area. Do not post any private workspace content.

Join the LiquidPlanner Developer Forum > Start and stop task timer using the API

Hi,

Is it possible to start and stop a task timer using the API?

Thanks in advance

August 19, 2010 | Registered CommenterAndré Brunetta

Task timers are not currently exposed via the API; we will add them in a later release, but we don't have an ETA.

August 19, 2010 | Registered CommenterBrett Bender

Thanks Brett; that's top1 on our wish list since we're developing our own client for time tracking.

We'll keep an eye on future updates.

Cheers

André

August 19, 2010 | Registered CommenterAndré Brunetta

FYI - we are working on adding this to the API now; this will support us adding timers to our iPhone app.

August 23, 2010 | Registered CommenterCharles Seybold

It came up at a meeting today that we'd really like a way for the API to report (possibly only to a workspace owner? we're not picky) what, if anything, each user's timer is currently timing.

It would give a quick "what do people seem to be working on" display.

August 31, 2010 | Registered CommenterRicardo Signes

Great idea, will add of engineering queue.

August 31, 2010 | Registered CommenterCharles Seybold

@Ricardo - I'm told by the dev team that this will be in the next release (mid Sept).

September 1, 2010 | Registered CommenterCharles Seybold

@Charles, did this ever get added to the API? I looked in the docs but I couldn't seem to find it.

November 16, 2010 | Registered CommenterEric Jonas

It did but it looks like the docs did not get updated in the API Guide. Engineering is on it right now and I'll have them send you info directly.

Thanks.
C.

November 16, 2010 | Registered CommenterCharles Seybold
November 16, 2010 | Registered CommenterJon Snelling

This only appears to show the timers of the user making the API request, so it can't be used to produce a "what is everyone doing" request.

November 18, 2010 | Registered CommenterRicardo Signes

Also, when I have two timers, one running and the other not, I see this:


[
{"created_at":"2010-11-18T16:32:28+00:00",
"created_by":21080,
"updated_at":"2010-11-18T16:34:05+00:00",
"updated_by":21080,
"person_id":21080,
"treeitem_id":2297228,
"started_on":null,
"total_time":0.0271145822833333,
"total_work":0.0271146088319444,
"type":"Timer",
"id":92689
},
{"created_at":"2010-11-18T16:34:05+00:00","created_by":21080,"updated_at":"2010-11-18T16:35:16+00:00","updated_by":21080,"person_id":21080,"treeitem_id":2376066,"started_on":null,"total_time":0.0196500254077778,"total_work":0.0196500553752778,"type":"Timer","id":92692}]

So, "started_on' appears always to be null. Also, how can I tell which, if any, timer is running?

November 18, 2010 | Registered CommenterRicardo Signes