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

GET

The user needs to be the creator of the task.

Required Permissions: Any authenticated user.

Path parameters

userIdstringRequired

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

taskIdstringRequired

The id of the task.

Response

OK

isDonebooleanOptional

Whether the checklist item is done.

namestringOptional

The name of the checklist item.

orderdoubleOptional

The order of the checklist item.

idstringOptionalformat: "uuid"

The id of the checklist item.

createdOndatetimeOptional

The date this checklist item was created.

createdBystringOptionalformat: "uuid"

The id of the user who created this checklist item.

updatedOndatetimeOptional

The date this checklist item was last modified.

updatedBystringOptionalformat: "uuid"

The id of the user who last modified this checklist item.

taskIdstringOptionalformat: "uuid"

The id of the task this checklist item belongs to.

Built with