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
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"
}
}