---
title: "Creates a checklist item template."
method: POST
path: "/tasktemplates/{taskTemplateId}/checklistitemtemplates"
tags: ["taskBundles"]
---

# Creates a checklist item template.

`POST /tasktemplates/{taskTemplateId}/checklistitemtemplates`

<Check title="Required Permissions" icon="key">The user must be an admin or have `task-manage-config:write` permissions.</Check>

## Path parameters

- `taskTemplateId` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- ChecklistItemTemplateForm
  - `name` string, nullable — The name of the checklist item.
  - `order` number, double, nullable — The order of the checklist item.

## Response `200`

OK

- ChecklistItemTemplate
  - `isDone` boolean — Whether the checklist item is done.
  - `name` string, required — The name of the checklist item.
  - `order` number, double, nullable — The order of the checklist item.
  - `id` string, uuid — The id of the checklist item.
  - `createdOn` string, date-time — The date this checklist item was created.
  - `createdBy` string, uuid — The id of the user who created this checklist item.
  - `updatedOn` string, date-time — The date this checklist item was last modified.
  - `updatedBy` string, uuid — The id of the user who last modified this check list.
  - `taskTemplateId` string, uuid — The id of the task template this checklist item belongs to.

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
