v1

latestOpenAPI 3.1.02026-07-179435.1 KB
TimeEntry

Create time entry

post/v1/organization/{organization}/time-entries

Path parameters

organizationstring uuid required

The organization ID

Request body

user_idstring uuid required

ID of the user that the time entry should belong to

task_idstring uuid nullable

ID of the task that the time entry should belong to

startstring required

Start of time entry (ISO 8601 format, UTC timezone)

endstring nullable required

End of time entry (ISO 8601 format, UTC timezone)

descriptionstring nullable

Description of time entry

tagsstring[] nullable

List of tag IDs

Response

TimeEntryResource