Retrieve a list of time entries that match an [OData formatted query](https://www.odata.org/).
A Timesheet is a collection of time entries for a particular Resource for a specific week. Each time
entry records the number of whole minutes spent by this Resource on an activity. An activity can be a Task
in any project that Resource can access, or the activity can be an administrative task such as "Sick
Leave" or "Meetings". When a time entry is linked to a Task, the number of minutes spent on the time entry
are recorded as time spent on the Task. Time entries linked to an administrative tasks are grouped for
reporting but are not added to any Task within your Workspace.
Time entries are recorded in whole minutes. If you specify a time entry in fractional hours, either using
the API or via the web application, the amount you specify will be converted to minutes and rounded to the
nearest neighbor using the rounding algorithm Midpoint-Away-From-Zero.
When a Timesheet is submitted for approval or approved, users are no longer permitted to create, update, or
delete time entries for that week. Users with Global Admin level access can override this restriction and
continue to make changes to a Timesheet after approval.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
x-integration-namestringOptional
The name of the calling system passed along as a header parameter
Query Parameters
$topintegerOptional
The number of records to return
$skipintegerOptional
Skips the given number of records and then returns $top records
$filterstringOptional
Filter the expression according to oData queries
$orderbystringOptional
Order collection by this field.
$expandstringOptional
Include related data in the response
Response
Success
errorobject or null
If the API call failed, this will contain information about the error that occurred.
successboolean or null
True if the API call succeeded; false otherwise.
hasErrorboolean or null
True if the API call failed.
statusCodeenum or null
The HTTP code of the response.
datalist of objects or null
If the API call succeeded, this will contain the results.
A Timesheet is a collection of time entries for a particular Resource for a specific week. Each time
entry records the number of whole minutes spent by this Resource on an activity. An activity can be a Task
in any project that Resource can access, or the activity can be an administrative task such as “Sick
Leave” or “Meetings”. When a time entry is linked to a Task, the number of minutes spent on the time entry
are recorded as time spent on the Task. Time entries linked to an administrative tasks are grouped for
reporting but are not added to any Task within your Workspace.
Time entries are recorded in whole minutes. If you specify a time entry in fractional hours, either using
the API or via the web application, the amount you specify will be converted to minutes and rounded to the
nearest neighbor using the rounding algorithm Midpoint-Away-From-Zero.
When a Timesheet is submitted for approval or approved, users are no longer permitted to create, update, or
delete time entries for that week. Users with Global Admin level access can override this restriction and
continue to make changes to a Timesheet after approval.