<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Query parameters
page integer Optional Defaults to 1
Page number for pagination
pageSize integer Optional Defaults to 10
Number of items per page
orderby string Optional
The properties to order by
filterby string Optional
The filter expression to filter by
Response OK
timezone string >=1 characterThe original timezone of the time tracking.
The format of the timezone is the IANA standard.
typeOfWorkId string format: "uuid"The id of the type of work.
isBillable boolean Optional Whether the time tracking is billable or not.
Whether the time tracking is billed or not.
taskId string or null Optional format: "uuid"The id of the task.
projectId string or null Optional format: "uuid"The id of the project.
note string or null Optional The note of the time tracking.
startDateUtc string or null Optional format: "date-time"The date (in UTC) when the time tracking was started.
startTimeUtc string or null Optional The time (in UTC) when the time tracking was started.
endDateUtc string or null Optional format: "date-time"The date (in UTC) when the time tracking was stopped.
endTimeUtc string or null Optional 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.
startDateLocal string or null Optional format: "date-time"The date (in Local) when the time tracking was started.
startTimeLocal string or null Optional The time (in Local) when the time tracking was started.
endDateLocal string or null Optional format: "date-time"The date (in Local) when the time tracking was stopped.
endTimeLocal string or null Optional 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.
duration integer or null Optional The duration of the time tracking in seconds.
Required when the time tracking has already been completed and EndTime has not been set.
breakDuration integer or null Optional The duration of the break in seconds.
Cannot be set via API.
userId string or null Optional format: "uuid"The id of the user.
Can be null if the user was deleted.
id string Optional format: "uuid"The id of the time tracking.
createdBy string Optional format: "uuid"The id of the user who created this time tracking.
createdOn string Optional format: "date-time"The date this time tracking was created.
updatedBy string Optional format: "uuid"The id of the user who last updated this time tracking.
updatedOn string Optional format: "date-time"The date this time tracking was last modified.
breaks list of objects or null Optional The breaks of the time tracking.
resourceVersion long Optional Read-only The version of the entity, updated on every modification, to the ticks in UTC.
Not identical to UpdatedOn.
isExternal boolean Optional True if this entity is coming from an external workspace (awork Connect).