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

Required Permissions
Any authenticated user.

Authentication

AuthorizationBearer

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

Query parameters

groupingstringOptional
The grouping type.
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
idstring or nullformat: "uuid"
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.
createdBystring or nullformat: "uuid"
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
taskIdstring or nullformat: "uuid"
The id of the task.
projectobject or null
projectIdstring or nullformat: "uuid"
The id of the project.
userobject or null
userIdstring or nullformat: "uuid"
The id of the user.
typeOfWorkobject or null
typeOfWorkIdstring or nullformat: "uuid"
The id of the type of work.
startTimeLocalstring or null

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