Your browser is not up to date. This may cause security, speed, and display
issues. Please update your browser.
Update Browser
X
Feel free to use our updated API documentation.
GET /api/v2/clock
{
"running": [object of type entry]
}Please refer to the description of the object type "entry" [object of type entry].
POST /api/v2/clock
| Required parameters | customers_id, services_id |
|---|
| Optional parameters | billable (if omitted, the default value of the customer or the project is used), projects_id, text, users_id |
|---|
{
"running": [object of type entry]
}Please refer to the description of the object type "entry" [object of type entry].
DELETE /api/v2/clock/[ID of the time entry]
| Required parameters | - |
|---|
| Optional parameters | users_id |
|---|
{
"stopped": [object of type entry],
"running": [object of type entry]
}Please refer to the description of the object type "entry" [object of type entry].
PUT /api/v2/clock/[ID of the entry to change the duration for]
| Required parameters | duration_before, duration |
|---|
{
"updated": [object of type entry],
"running": [object of type entry]
}Please refer to the description of the object type "entry" [object of type entry].