v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
timeEntries

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

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

get/timeentries/simplified

Query parameters

groupingstring

The grouping type.

pageinteger

Page number for pagination

pageSizeinteger

Number of items per page

orderbystring

The properties to order by

filterbystring

The filter expression to filter by

Headers

Authorizationstring required

Bearer authentication

Response

OK

idstring uuid

The id of the time tracking.

durationinteger nullable

The duration of the time tracking in seconds. Required when the time tracking has already been completed and EndTime has not been set.

startDateUtcstring date-time nullable

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

startDateLocalstring date-time nullable

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.

createdBystring uuid

The id of the user who created this time tracking.

createdOnstring date-time

The date of the creation of this time tracking.

taskIdstring uuid nullable

The id of the task.

projectIdstring uuid nullable

The id of the project.

userIdstring uuid nullable

The id of the user.

typeOfWorkIdstring uuid nullable

The id of the type of work.

startTimeLocalstring nullable

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