v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Hours
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.

timeTrackingIdstring

Unique identifier for the time tracking record

employeeIdstring

ID of the employee associated with this time tracking record

divisionIdstring nullable

ID of the division associated with this time tracking record

departmentIdstring nullable

ID of the department associated with this time tracking record

jobTitleIdstring nullable

ID of the job title associated with this time tracking record

payCodestring nullable

Pay code for this time tracking record

dateHoursWorkedstring date

Date the hours were worked

typestring

Type of time tracking record

payRatestring decimal

Pay rate for this time tracking record

rateTypestring

Rate type for this time tracking record

hoursWorkedstring decimal

Number of hours worked

adjustedHoursstring decimal

Number of adjusted hours

dateAdjustedstring date-time

Date and time when the hours were adjusted

jobCodestring nullable

Job code associated with this time tracking record

jobDatastring nullable

Additional job data for this time tracking record

projectIdstring nullable

ID of the project associated with this time tracking record

taskIdstring nullable

ID of the task associated with this time tracking record

shiftDifferentialIdstring nullable

ID of the shift differential associated with this time tracking record

holidayIdstring nullable

ID of the holiday associated with this time tracking record