The following macros are not currently supported in the header:
  • style

Timers

UNDER DEVELOPMENT

Timers provides a fast and easy way to keep track of your time. From the following endpoints you can manage the current user's timers. 

Service Application Warning

Timer endpoints all operate from the current user and because of this are not available to service applications. If this restriction impacts your business model, please contact support and we will consider opening certain timer access up to service applications by requiring a staff id.

METHODENDPOINTDESCRIPTION
PUT/POST/timers/:id/startStart a given timer
PUT/POST/timers/:id/cancelCancel/Delete a timer
PUT/POST/timers/:id/pausePause a timer
DELETE/timers/:idAlias for /timers/:id/cancel.
POST/timersCreate a new timer for the current user.
PUT/POST/timers/:idUpdate an existing timer
GET/timersList current user's timers
GET/timers/:idGet a timer's details