latestOpenAPI 3.0.0Apache 2.02026-08-06199181.1 MB

e0d144609998

Timers

Get a specific timer

Retrieve a single timer by its ID

get/timers/{id}

Path parameters

idinteger required

ID of the timer to retrieve

Response

Successful operation

messagestring

Example response

{
  "message": "success.",
  "timer": {
    "id": 1991117362,
    "status": "active",
    "logs": [
      {
        "start_date": 1742294862
      }
    ],
    "date_log": "2025-03-18",
    "break_down": {
      "s": 22,
      "total": 22
    },
    "more_than_one_minute_message": "The time entry will be saved as 1 minute"
  }
}