v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBTime Tracking
Public API
Create or Update Timesheet Clock Entries
Creates or updates timesheet clock entries in bulk. Entries with an existing ID are updated; entries without an ID are created.
OAuth Scopes: time_tracking.write
post/api/v1/time_tracking/clock_entries/store
Request body
Example request
{
"entries": [
{
"date": "2024-01-01",
"start": "09:00",
"end": "17:00"
}
]
}Response
Entries created or updated successfully. Returns the resulting clock entry details.