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

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

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
idstringformat: "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
Whether the time tracking is billable or not.
isBilledboolean
Whether the time tracking is billed or not.
createdBystringformat: "uuid"
The id of the user who created this time tracking.
createdOndatetime
The date of the creation of this time tracking.
taskobject
taskIdstring or nullformat: "uuid"
The id of the task.
projectobject
projectIdstring or nullformat: "uuid"
The id of the project.
userobject
userIdstring or nullformat: "uuid"
The id of the user.
typeOfWorkobject
typeOfWorkIdstring or nullformat: "uuid"
The id of the type of work.
startTimeLocalstring or null

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