Clockify
v0.0.1
Check out the API docs here for more information.
Set up
- To set up a source you need to enter your API Key, this can be found under your Settings. Head to settings and then Generate API Key.
- If your workspace is on a subdomain (eg. something.clockify.me), you'll need to generate a new API key in your Profile Settings that will work just for that workspace.
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | 3 Years (Detailed and Weekly Historical Reports). All time on all other reports. |
Incremental | ✅ | Incremental available by using Last Week Weekly Report. |
API reliability | 🟢 | Reliable |
Reports detail
⬇️ Report | 🔑 Incremental key | 🔑 Primary key | 📄 Link to API endpoint |
---|---|---|---|
Clients | N/A | ID | Get Clients |
Projects | N/A | ID | Get Projects |
Tags | N/A | ID | Get Tags |
Tasks | N/A | ID | Get Tasks |
Time Entries | N/A | ID | Get Time Entries |
Users | N/A | ID | Get Users |
Workspaces | N/A | ID | Get Workspaces |
Detailed Report | N/A | ID | Get Detailed Report |
Historical Weekly Report | N/A | ID | Get Historical Weekly Report |
Last Week Weekly Report | DATE_TO | ID | Get Last Week Weekly Report |
API Limitation
Detailed reports will return an error if you select more than one year and you do not have an enterprise account.
Updated about 1 year ago