This is a topic in Basecamp API

NEWBIE Time Track

 
Avatar creativeskills 1 post

Hey guys…
i am a newbie on Basecamp API – i will like to make a Time Track API demo.
And i will add the time tracking from a PHP form or a Flash form.

how do i send the data to the projects? and how do i get projects we have add to our basecamp and check time use?

hope some one can help…

Keep up the Monkey Style..

Creativeskills

 
Avatar PeterRust 43 posts

creativeskills,

You can take a look at how to get/send XML to the API by checking out the PHP demo linked to from the Code Examples page on the unofficial API Wiki. Then you can use /time/save_entry to send time data to the projects and /time/report/#{person-id}/#{from}/#{to}/#{filter} to get time use for people (details on the Time Tracking API page).

[advertisement removed – admin]

Signup or login to post a reply.