What is a Checklist ID?
A checklist ID is a unique identifier assigned to each individual checklist within a project task. Each checklist contains one or more items and is associated with a specific task. It’s required for making API requests that interact with specific checklists, such as marking checklist items as completed in time entries.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
checklists array with individual checklist objects, each containing an id field. Each checklist is associated with a specific task and contains one or more checklist items.Example: