Timer is an object belonging to a Time Entry.
Timer represents one time tracking sessions (on a time entry) and keeps track when a session was started and when it was stopped.
Timer object gets created when a person starts a timer.
Creating a Timer is possible (on API) providing either time_entry_id or service_id in parameters.
You can find out more about Timers in our [Help documentation] (https://help.productive.io/en/articles/3903111-timer)
The organization this timer belongs to.
The ID of the person who owns this timer.
The ID of the service this timer is tracking time for.
Timestamp when the timer was started.
Timestamp when the timer was stopped, or null if still running.
The time entry created when this timer was stopped.
The ID of the time entry created when this timer was stopped.
The total elapsed time of the timer in minutes.