API Verwaltung
API: list
Description | Array of all API functions with parameters and descriptions (this output) | |
Base URL | https://timemyproject.com/api/list |
API: projects
Description | Array of all projects and tasks. Only the first 100 projects are returned. Use the offset parameter to retrieve the next 100 items. | |
Base URL | https://timemyproject.com/api/projects | |
Required parameters | key | Your private API key |
Optional parameters | offset | Positive integer to set start offset of returned data |
URL example | https://timemyproject.com/api/projects?key=APIKEY&offset=0 |
API: times
Description | Array of all recorded times. You should always use date-from and date-to if more than 4 weeks or 100 results are expected. Only the first 100 results are returned. Use the offset parameter to retrieve the next 100 items. | |
Base URL | https://timemyproject.com/api/times | |
Required parameters | key | Your private API key |
Optional parameters | date-from | Date range including this date, YYYYMMDD or YYYYMMDD-HHMM |
date-to | Date range including this date, YYYYMMDD or YYYYMMDD-HHMM | |
offset | Positive integer to set start offset of returned data | |
URL example | https://timemyproject.com/api/times?key=APIKEY&date-from=20250523&date-to=20250606-0311&offset=0 |