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

The user needs to be assigned to the task. <Check title="Required Permissions">Any authenticated user.</Check>

Path parameters

userIdstringRequiredformat: "uuid"

The id of the user. Not required when using the /me route.

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

Response

OK
isDoneboolean or null
Whether the checklist item is done.
namestring or null
The name of the checklist item.
orderdouble or null
The order of the checklist item.
idstring or nullformat: "uuid"
The id of the checklist item.
createdOnstring or nullformat: "date-time"
The date this checklist item was created.
createdBystring or nullformat: "uuid"
The id of the user who created this checklist item.
updatedOnstring or nullformat: "date-time"
The date this checklist item was last modified.
updatedBystring or nullformat: "uuid"
The id of the user who last modified this checklist item.
taskIdstring or nullformat: "uuid"
The id of the task this checklist item belongs to.