Skip to main content

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

1

Make the API request

Send a GET request to the Get project details API endpoint, including your API key in the request header.
2

Parse the response

The response will contain a tasks array with task objects, each containing an id field.Example:
3

Extract the task ID

Here the task ID for UI Design is: 4d0d7ad1-91ce-44d0-abfe-6718422716dd.You can access the task ID in your code from the response using: