Get Time Entries
Time activities are predefined task categories that users can reference when logging time entries in the time-tracking system.
By standardising task types, predefined activities enhance reporting accuracy, providing insights into the specific work required to complete a project.
READ
access to the ADMIN
module is required to access this endpointAll users are able to create, edit and delete their own time entries, however this uses a separate API not currently available for public access.
Please contact our Support team if you are interested in accessing this private API.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
One or more (comma seperated) IDs of time entries to retrieve
One or more (comma seperated) project ids to retrieve associated time entries
One or more (comma seperated) booking ids to retrieve associated time entries
Comma seperated list of fields you wish to return
Specify the page of results you wish to return
The number of results returned per page. Default if not specified is 10
Specify the field (with type of string or integer) you wish to order (ascending) the response with
Specify the field (with type of string or integer) you wish to order (descending) the response with
Specify if multiple filters should be combined with OR or AND logic
OR
, AND