Timesheet Report API Question

Discussion for TimeTrex open source community developers.
Post Reply
jairo
Posts: 25
Joined: Thu Dec 05, 2013 5:44 pm
Location: Dominican Republic

Timesheet Report API Question

Post by jairo »

Hello all,

I want to know if there are a way to get JSON representation of the TimesheetDetailReport or TimesheetSummaryReport.
By now I can get this information only as csv and pdf format.

I need this information for a custom Invoice app.

I don't want to dig into the database directly 8)

Thanks in advance.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Timesheet Report API Question

Post by shaunw »

TimeTrex has a full coverage REST/JSON API, you can find more information here:
http://www.timetrex.com/help/developers/community/

As well as see the api/json/api_client_example.php for an example script on accessing the API.

Additionally tools/export/export_report.php may be helpful to export any report directly from the command line.
Post Reply