Timer

Start a new timer

Starts a new timing session for the authenticated user on the specified project. Creates a new task for the timer and sets the timer to running state. Returns the updated timer information.

post/v1/timer/start

Request body

projectIdstring
startDateTimestring
validboolean

Response

Timer started successfully

idstring
statusstring
userstring
lastUpdateinteger
createdinteger
pausedboolean
runningboolean
stoppedboolean

Changes

No recorded changes to this endpoint across all 3 revisions of this API.