API Docs / Operations / Time Tracking - Timer / Start Running Timer

Start Running Timer

PUT /tenants/{tenant}/timer

Starts a timer for the calling user, or updates the details of the one already running. The start time is preserved on update.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body*

{
  "description": "string",
  "isBillable": false,
  "clientCode": "string",
  "taskItemCode": "string",
  "workflowGroupNumber": 0
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key