Returns the checklist item with the specified id for a task.

<Check title="Required Permissions" icon="key">The user must have at least `read` permissions on the specified task.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

taskIdstringRequiredformat: "uuid"
The id of the task.
checklistItemIdstringRequiredformat: "uuid"
The id of the checklist item.

Response

OK
namestring0-25000 characters
The name of the checklist item.
isDoneboolean
Whether the checklist item is done.
orderdouble or null
The order of the checklist item.
idstringformat: "uuid"
The id of the checklist item.
createdOndatetime
The date this checklist item was created.
createdBystringformat: "uuid"
The id of the user who created this checklist item.
updatedOndatetime
The date this checklist item was last modified.
updatedBystringformat: "uuid"
The id of the user who last modified this checklist item.
taskIdstringformat: "uuid"
The id of the task this checklist item belongs to.

Errors

401
Unauthorized Error
404
Not Found Error