Time 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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.