Retrieves all time entries with a simplified model based on the grouping parameter.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
grouping
The group-by parameter.
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
Response
OK
id
The id of the time tracking.
duration
The duration of the time tracking in seconds.
Required when the time tracking has already been completed and EndTime has not been set.
startDateUtc
The date (in UTC) when the time tracking was started. Required.
startDateLocal
The date (in Local) when the time tracking was started. Required.
isBillable
Whether the time tracking is billable or not.
isBilled
Whether the time tracking is billed or not.
createdBy
The id of the user who created this time tracking.
createdOn
The date of the creation of this time tracking.
task
taskId
The id of the task.
project
projectId
The id of the project.
user
userId
The id of the user.
typeOfWork
typeOfWorkId
The id of the type of work.
startTimeLocal
The time (in Local) when the time tracking was started.