Using the Harvest API to Build Custom Reports
by Jonathan Jordan, Web Developer
We use Harvest for time-tracking, which is simple and easy to use. For most users the tools on the website will be enough, but if you need to create a custom report or want to share data between Harvest and another application, you can use the Harvest API. I'm primarily a PHP guy, so using the Harvest PHP library makes it even easier. This post will demonstrate how to use this to create a custom reporting tool. In our case, we wanted to see how many hours a given user spent on weekends over a given time period. Read More…