Timesheet Entries
The Timesheet Entry object is used to track coverage for hours worked by an 'Employee'.
Properties

idUUID
Required

remote_idString
Optional
The third-party API ID of the matching object.

created_atDateTime (ISO 8601)
Required

modified_atDateTime (ISO 8601)
Required
This is the datetime that this object was last updated by Merge

employeeUUID
Optional
The employee the timesheet entry is for.

hours_workedNumber
Optional
The number of hours logged by the employee.

start_timeDateTime (ISO 8601)
Optional
The time at which the employee started work.

end_timeDateTime (ISO 8601)
Optional
The time at which the employee ended work.

remote_was_deletedBoolean
Required
Indicates whether or not this object has been deleted in the third party platform.

field_mappingsObject
Optional

remote_dataArray
Optional


GET
/timesheet-entries

https://api.merge.dev/api/hris/v1/timesheet-entries

US
EU

Returns a list of TimesheetEntry objects.


Query & Path Parameters

created_afterDateTime (ISO 8601)
Optional
If provided, will only return objects created after this datetime.

created_beforeDateTime (ISO 8601)
Optional
If provided, will only return objects created before this datetime.

cursorString
Optional
The pagination cursor value.

employee_idString
Optional
If provided, will only return employee payroll runs for this employee.

ended_afterString
Optional
If provided, will only return employee payroll runs ended after this datetime.

ended_beforeString
Optional
If provided, will only return employee payroll runs ended before this datetime.

include_deleted_dataBoolean
Optional
Whether to include data that was marked as deleted by third party webhooks.

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.

modified_afterDateTime (ISO 8601)
Optional
If provided, only objects synced by Merge after this date time will be returned.

modified_beforeDateTime (ISO 8601)
Optional
If provided, only objects synced by Merge before this date time will be returned.

order_byString
Optional
Overrides the default ordering for this endpoint. Possible values include: start_time, -start_time.

page_sizeInteger
Optional
Number of results to return per page.

remote_idString
Optional
The API provider's ID for the given object.

started_afterString
Optional
If provided, will only return employee payroll runs started after this datetime.

started_beforeString
Optional
If provided, will only return employee payroll runs started before this datetime.

Field support by integration
See all supported fields
Use the /linked-accounts endpoint to pull platform support information
BambooHR
BambooHR
Paycom
Paycom
Personio
Personio
TriNet HR Platform
TriNet HR Platform
UKG Ready
UKG Ready
Workday
Workday
7shifts
7shifts
Coming soon
POST
/timesheet-entries

https://api.merge.dev/api/hris/v1/timesheet-entries

US
EU

Creates a TimesheetEntry object with the given values.


Query & Path Parameters

is_debug_modeBoolean
Optional
Whether to include debug fields (such as log file links) in the response.

run_asyncBoolean
Optional
Whether or not third-party updates should be run asynchronously.
Body Parameters

modelObject
Required
Find available fields below under “Model Parameters”.
Model Parameters
View app-specific writable fields under “Field support by platform” in this section.

employeeUUID
The employee the timesheet entry is for. Must pass in a valid Merge ID, which can be obtained from the id field in the Employee object.

hours_workedNumber
The number of hours logged by the employee.

start_timeDateTime (ISO 8601)
The time at which the employee started work.

end_timeDateTime (ISO 8601)
The time at which the employee ended work.

integration_paramsObject

linked_account_paramsObject

Field support by integration
See all supported fields
Use the /linked-accounts endpoint to pull platform support information
BambooHR
BambooHR
Dayforce
Dayforce
Paycor
Paycor
UKG Ready
UKG Ready
7shifts
7shifts
Coming soon
To include the correct model fields when making POST requests, use the GET /timesheet-entries/meta/post endpoint. Learn more in our /meta guide.
GET
/timesheet-entries/{id}

https://api.merge.dev/api/hris/v1/timesheet-entries/{id}

US
EU

Returns a TimesheetEntry object with the given id.


Query & Path Parameters

idUUID
Required

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.
Field support by integration
See all supported fields
Use the /linked-accounts endpoint to pull platform support information
BambooHR
BambooHR
Paycom
Paycom
Personio
Personio
TriNet HR Platform
TriNet HR Platform
UKG Ready
UKG Ready
Workday
Workday
7shifts
7shifts
Coming soon
GET
/timesheet-entries/meta/post

https://api.merge.dev/api/hris/v1/timesheet-entries/meta/post

US
EU

Returns metadata for TimesheetEntry POSTs.


Field support by integration
See all supported fields
Use the /linked-accounts endpoint to pull platform support information
BambooHR
BambooHR
Dayforce
Dayforce
Paycor
Paycor
UKG Ready
UKG Ready
7shifts
7shifts
Coming soon