Developers
API ReferenceTask Checklist Item

Retrieves a TaskChecklistItem resource

GET
/project/task-checklist-items/{id}

Retrieves a TaskChecklistItem resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

TaskChecklistItem identifier

Response Body

curl -X GET "https://example.com/project/task-checklist-items/string"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "isChecked": true,  "weight": 0}