Retrieves all time entries with a simplified model based on the grouping parameter.

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

groupingstringOptional

The group-by parameter.

pageintegerOptionalDefaults to 1
Page number for pagination
pageSizeintegerOptionalDefaults to 10
Number of items per page
orderbystringOptional
The properties to order by
filterbystringOptional
The filter expression to filter by

Response

OK
idUUID or null
The id of the time tracking.
durationinteger or null
The duration of the time tracking in seconds. Required when the time tracking has already been completed and EndTime has not been set.
startDateUtcdatetime or null

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

startDateLocaldatetime or null

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

isBillableboolean or null
Whether the time tracking is billable or not.
isBilledboolean or null
Whether the time tracking is billed or not.
createdByUUID or null
The id of the user who created this time tracking.
createdOndatetime or null
The date of the creation of this time tracking.
taskobject or null
taskIdUUID or null
The id of the task.
projectobject or null
projectIdUUID or null
The id of the project.
userobject or null
userIdUUID or null
The id of the user.
typeOfWorkobject or null
typeOfWorkIdUUID or null
The id of the type of work.
startTimeLocalstring or null

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