Wiki

Clone wiki

Etz.Api / HTTP API - Documentation

HTTP API Documentation

Our API is fully documented and available online at

https://api.timesheetz.net/v1/

If your are importing via the API, you will also need to refer to the following field mapping document:

  • API Fields 2017.xlsx

This is located in this repository, under Source, here:

https://bitbucket.org/etztimesheetsolutions/etz.api/src/4b74e5d6ac7092c0c2afb73c2e7ba3f9ac73f99d/Documentation/?at=master

Trying out the API

If you have already generated an Auth0 token string, you can make use of the Try it out! button against each of the operations:

  • Paste you Auth0 token string into the api key box on the top right of the page

Capture2.PNG

  • Click the Try it out! button.

Capture.PNG

NOTE - This API will work against your LIVE data so it is best to try it on a GET operation rather than on a POST operation.

Updated