Each Time Entry object is a record of your team’s working time. Accurately tracking your team members’ time is essential for payroll and billing accuracy, and compliance with local labor and overtime laws.

Attributes

id
string

Unique identifier for the time entry, e.g. tme_1HPCXADYAhh5k1NMU0r1WUqs.

worker
string

ID of the worker this time entry is for.

duration
decimal

The duration of the time entry in hours.

date
date

Date this time entry is for. Can be used together with duration to track time without providing explicit starts and ends times for each entry.

starts
datetime

The start time of the time entry.

ends
datetime

The end time of the time entry.

type
string

The type of time entry. Possible values are work, break, holiday, vacation, sick, unpaid, other.

note
string

An additional note about the time entry.