v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBHours
Public API
Get Time Tracking Record
Retrieves a single time tracking hour record by its ID. Returns the full record details including hours, date, employee, project, task, and shift differential information. The project and shiftDifferential fields are null when not applicable. For historical compatibility, missing records may surface as an empty/null payload rather than a strict not-found response.
OAuth Scopes: time_tracking
get/api/v1/timetracking/record/{id}
Path parameters
idstring required
The time tracking record ID used to originally create the record.
Response
Successfully retrieved the time tracking record.