Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

UNDER DEVELOPMENTUNRELEASED

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. 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 including 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
  • No labels