Returns all time entries with a simplified model.

GET
Required Permissions: Any authenticated user.

Query parameters

groupingstringOptional
The group by param.
pageintegerOptional
Page number for pagination
pageSizeintegerOptional
Number of items per page
orderbystringOptional
The properties to order by
filterbystringOptional
The filter expression to filter by

Response

This endpoint returns a list of objects
idstringOptional
The id of the time tracking.
durationintegerOptional
The duration of the time tracking in seconds. Required when the time tracking has already been completed and EndTime has not been set.
startDateUtcdatetimeOptional
The date (in UTC) when the time tracking was started. Required.
startDateLocaldatetimeOptional
The date (in Local) when the time tracking was started. Required.
isBillablebooleanOptional
Whether the time tracking is billable or not.
isBilledbooleanOptional
Whether the time tracking is billed or not.
createdBystringOptional
The id of the user who created this time tracking.
createdOndatetimeOptional
The date of the creation of this time tracking.
taskobjectOptional
taskIdstringOptional
The id of the task.
projectobjectOptional
projectIdstringOptional
The id of the project.
userobjectOptional
userIdstringOptional
The id of the user.
typeOfWorkobjectOptional
typeOfWorkIdstringOptional
The id of the type of work.
startTimeLocalstringOptional
The time (in Local) when the time tracking was started.