API reference · Work Management v1
POST/api/v1/time-entries

Create time entry

Creates time entry.

RBAC · time_entry

Request body

Content type: application/json · schema WorkV1CreateTimeEntryBody

work_item_typestring
work_item_idstring
user_idstring <uuid>
started_atstring
ended_atstring
duration_minutesnumber
billable_minutesnumber
notesstring

Response body

Success response 200 · schema WorkV1ApiSuccess

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Operation succeeded.
201
Create-like operation succeeded.
400
Validation or request parsing failure.
401
API key missing/invalid or associated user missing.
403
RBAC denied for time_entry resource action.
500
Unexpected controller/service failure.