What is a Time Entry ID?
A time entry ID is a unique identifier assigned to each time entry within a project. It’s required for making API requests that interact with specific time entries, such as creating invoices with time entries.Step-by-Step Instructions
1
Make the API request
Send a
GET request to the List time entries API endpoint, including your API key in the request header. You’ll need to provide the client_id and project_id as query parameters.2
Parse the response
The response will contain a
time_entries array with time entry objects, each containing an id field.Example:3
Extract the time entry ID
Here the time entry ID for the first entry is: 128c1dfc-b29f-4fda-9a05-8a90e197b81b.You can access the time entry ID in your code from the response using: