What is a Task ID?
A task ID is a unique identifier assigned to each task within a project. It’s required for making API requests that interact with specific tasks, such as creating time entries or generating invoices.Step-by-Step Instructions
Make the API request
Send a
GET request to the Get project details API endpoint, including your API key in the request header.Parse the response
The response will contain a
tasks array with task objects, each containing an id field.Example: