Get Timesheet
Retrieve a specific timesheet by ID. Returns 404 if archived unless include_archived=true is passed.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
timesheet_id
Query parameters
include_archived
Return the timesheet even if it has been archived.
Response
Timesheet details
id
Unique identifier.
type
Time entry type.
status
Processing status of the time entry.
startDate
endDate
distance
Distance traveled, for TRAVEL entries.
note
isArchived
createdAt
updatedAt
projectId
Set when the linked record is a Project. Null when it is an Account (see accountId) or Opportunity (see opportunityId).
accountId
Set when the linked record is an Account. Null otherwise.
opportunityId
Set when the linked record is an Opportunity. Null otherwise.
workOrderId
targetUserId
The worker the time entry is logged for.
createdBy
updatedBy
laborHourlyRate
Labor cost ($/hr). Only visible with the appropriate financial privilege.
laborTotalCost
Only visible with the appropriate financial privilege.
Errors
401
Unauthorized Error
404
Not Found Error
502
Bad Gateway Error
