Returns all time entries.
Returns all time entries. Depending on the time entry, the calling users has to have several permissions to get the time entry. No permissions are required if the calling user is owner of this time entry (this includes external timetrackings from connected projects). If the calling user is not the creator of the time entry and the time entry is connected to a project, ‘write’ permissions on the ‘project-timetracking’ feature are necessary (this does NOT include external timetrackings from connected projects).
Required Permissions
Any authenticated user.Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Response
The date (in UTC) when the time tracking was started.
The time (in UTC) when the time tracking was started.
The date (in UTC) when the time tracking was stopped.
The time (in UTC) when the time tracking was stopped. Required when the time tracking has already been completed and Duration has not been set.
The date (in Local) when the time tracking was started.
The time (in Local) when the time tracking was started.
The date (in Local) when the time tracking was stopped.
The time (in Local) when the time tracking was stopped. Required when the time tracking has already been completed and Duration has not been set.
True if this entity is coming from an external workspace (awork Connect).