v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
timeEntries

Creates a new time entry.

Creates a new time entry. Depending on the time entry, the calling users has to have several permissions to create the time entry. No permissions are required if the calling user is owner of this time entry. If the calling user is not the creator of the time entry and the time entry is connected to a project, 'write' permissions on the 'project-timetracking' feature are necessary. If the time entry is connected to a task, the user needs to be assignee of this task or the user needs permissions on: 'project-planning-data' if it is a project task.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

post/timeentries

Headers

Authorizationstring required

Bearer authentication

Request body

isBillableboolean

Whether the time tracking is billable or not.

isBilledboolean

Whether the time tracking is billed or not.

taskIdstring uuid nullable

The id of the task.

projectIdstring uuid nullable

The id of the project.

notestring nullable

The note of the time tracking.

startDateUtcstring date-time nullable

The date (in UTC) when the time tracking was started.

startTimeUtcstring nullable

The time (in UTC) when the time tracking was started.

endDateUtcstring date-time nullable

The date (in UTC) when the time tracking was stopped.

endTimeUtcstring nullable

The time (in UTC) when the time tracking was stopped. Required when the time tracking has already been completed and Duration has not been set.

startDateLocalstring date-time nullable

The date (in Local) when the time tracking was started.

startTimeLocalstring nullable

The time (in Local) when the time tracking was started.

endDateLocalstring date-time nullable

The date (in Local) when the time tracking was stopped.

endTimeLocalstring nullable

The time (in Local) when the time tracking was stopped. Required when the time tracking has already been completed and Duration has not been set.

timezonestring required

The original timezone of the time tracking. The format of the timezone is the IANA standard.

durationinteger nullable

The duration of the time tracking in seconds. Required when the time tracking has already been completed and EndTime has not been set.

breakDurationinteger nullable

The duration of the break in seconds. Cannot be set via API.

typeOfWorkIdstring uuid required

The id of the type of work.

userIdstring uuid required

The id of the user.

Response

OK

isBillableboolean

Whether the time tracking is billable or not.

isBilledboolean

Whether the time tracking is billed or not.

taskIdstring uuid nullable

The id of the task.

projectIdstring uuid nullable

The id of the project.

notestring nullable

The note of the time tracking.

startDateUtcstring date-time nullable

The date (in UTC) when the time tracking was started.

startTimeUtcstring nullable

The time (in UTC) when the time tracking was started.

endDateUtcstring date-time nullable

The date (in UTC) when the time tracking was stopped.

endTimeUtcstring nullable

The time (in UTC) when the time tracking was stopped. Required when the time tracking has already been completed and Duration has not been set.

startDateLocalstring date-time nullable

The date (in Local) when the time tracking was started.

startTimeLocalstring nullable

The time (in Local) when the time tracking was started.

endDateLocalstring date-time nullable

The date (in Local) when the time tracking was stopped.

endTimeLocalstring nullable

The time (in Local) when the time tracking was stopped. Required when the time tracking has already been completed and Duration has not been set.

timezonestring required

The original timezone of the time tracking. The format of the timezone is the IANA standard.

durationinteger nullable

The duration of the time tracking in seconds. Required when the time tracking has already been completed and EndTime has not been set.

breakDurationinteger nullable

The duration of the break in seconds. Cannot be set via API.

typeOfWorkIdstring uuid required

The id of the type of work.

userIdstring uuid nullable

The id of the user. Can be null if the user was deleted.

idstring uuid

The id of the time tracking.

createdBystring uuid

The id of the user who created this time tracking.

createdOnstring date-time

The date this time tracking was created.

updatedBystring uuid

The id of the user who last updated this time tracking.

updatedOnstring date-time

The date this time tracking was last modified.

resourceVersioninteger

The version of the entity, updated on every modification, to the ticks in UTC. Not identical to UpdatedOn.

isExternalboolean

True if this entity is coming from an external workspace (awork Connect).