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
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
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”.
The actual chart type of the time report. Can be: “group” or “time”.
The way how to sort the data. Can be: “asc”, desc”.
Rounding method of the time report. Can be: “nearQuarter”, “nearHalf”, “nearHour”, “upQuarter”, “upHalf”, “upHour”.
List of shown Columns in the time report. Can be: “status”, “duration”, “task”, “timeTrackingNote”, “typeOfWork”, “project”, “date”, “time”, “user”, “client”, “projectType”, “projectRole”.
Filter of bill satuses of the time report. Can be: “billed”, “notBilled”, “notBillable”.