Tracker Timer

Get timer status

Get timer status including elapsed time for the authenticated user.

get/tracker-entries/timer/status

Query parameters

assignedIdstring uuid nullable

Unique identifier of the user whose current timer should be retrieved. If not provided, will use the authenticated user

Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890

Unique identifier of the user whose current timer should be retrieved. If not provided, will use the authenticated user

Response

Timer status retrieved successfully.

Example response

{
  "data": {
    "isRunning": true,
    "elapsedTime": 1800
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.