API
Use TimeTrack Rest API to integrate TimeTrack with other systems.
Happy Coding!
With this endpoint you can:
Absence Type object has following params:
| Param name | Type | Description |
|---|---|---|
| ID | Integer | ID |
| name | Text | Description |
| shortName | Text | Short code |
curl “https://testaccount.timetrackenterprise.com/api/v2/ext/absence_types/”
-H ‘Content-Type: application/json’
-H ‘X-TimeTrack-Api-Secret: <API_SECRET_TOKEN>‘
-H ‘X-TimeTrack-Api-Key: <API_KEY>‘
-d $'{}’