Returns all time reports of a user.

Returns time reports the user created as well as the shared time reports of other users.

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

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

Response

OK
namestring or null
The name of the time report.
sharedboolean or null
Whether the time report is shared.
dateModestring or null

The date mode of the time report. Can be: “today”, “yesterday”, “selectDate”, “selectWeek”, “currentWeek”, “lastWeek”, “selectMonth”, “currentMonth”, “lastMonth”, “selectQuarter”, “currentQuarter”, “lastQuarter”, “selectYear”, “currentYear”, “lastYear”, “customRange”, “noFilter”.

startOndatetime or null
The start date time of the report when DateMode is "customRange".
endOndatetime or null
The end date time of the time report. when DateMode is "customRange".
filterstring or null
The generated filter query of the time report.
chartTypestring or null

The actual chart type of the time report. Can be: “group” or “time”.

projectIdUUID or null
The id of the project of the time report. Used for the pdf reports.
companyIdUUID or null
The id of the company of the time report. Used for the pdf reports.
sumBystring or null
Summarises the values by the sum of this property.
sortBystring or null
Sorts the values by this property.
sortByOrderstring or null

The way how to sort the data. Can be: “asc”, desc”.

roundBystring or null

Rounding method of the time report. Can be: “nearQuarter”, “nearHalf”, “nearHour”, “upQuarter”, “upHalf”, “upHour”.

groupBystring or null
Group the values by property.
sortColumnstring or null
Sort the values of the time report by a column.
availableColumnslist of strings or null

List of shown Columns in the time report. Can be: “status”, “duration”, “task”, “timeTrackingNote”, “typeOfWork”, “project”, “date”, “time”, “user”, “client”, “projectType”, “projectRole”.

billingStatuseslist of strings or null

Filter of bill satuses of the time report. Can be: “billed”, “notBilled”, “notBillable”.

notestring or null
Filter time entries by note.
usersFilterlist of UUIDs or null
Filter time entries by users.
projectsFilterlist of UUIDs or null
Filter time entries by projects.
noProjectFilterboolean or null
Filter to show also time entries without a project.
projectCompaniesFilterlist of UUIDs or null
Filter time entries by projects of the companies.
projectTypesFilterlist of UUIDs or null
Filter time entries by projects of the type.
projectStatusesNameFilterlist of strings or null
Filter time entries by projects with status name.
projectStatusTypesFilterlist of strings or null
Filter time entries by projects with status of type.
projectTeamsFilterlist of UUIDs or null
List of teams, to the filter the projects for.
userTeamsFilterlist of UUIDs or null
Filter for the teams to filter the users.
taskTagsModelFilterlist of objects or null
Filter time entries by the tags of the task.
projectTagsModelFilterlist of objects or null
Filter time entries by the tags of the project.
userTagsModelFilterlist of objects or null
Filter time entries by the tags of the users.
typesOfWorkFilterlist of UUIDs or null
Group the time report by the type of works.
idUUID or null
The id of the time report.
userobject or null
updatedOndatetime or null
The date this time report was updated.
resourceVersionlong or null
The version of the entity, updated on every modification, to the ticks in UTC. Not identical to UpdatedOn.