[v3] Timer
Start timer
Start a timer for the authenticated user.
post/v3/timer/start
Headers
Acceptstring
Example:application/json
Content-Typestring
Example:application/json
Request body
Example request
{
"taskId": 123,
"externalTaskId": "TASK-1",
"externalTaskName": "External task",
"sourceEntryId": 101,
"startedAt": "2026-07-01 10:00:00",
"place": "timesheet",
"note": "Timer note",
"browserPluginButtonHash": "button-hash"
}Response
OK