Page 1 of 1

Timesheet Report API Question

Posted: Sun Mar 05, 2017 10:58 am
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.

Re: Timesheet Report API Question

Posted: Sun Mar 05, 2017 6:10 pm
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.