POST /checklists/{id}/checkItems

Servers

Path parameters

Name Type Required Description
id String Yes

ID of a checklist.

Query parameters

Name Type Required Description
checked Boolean No

Determines whether the check item is already checked when created.

Default value: false

name String Yes

The name of the new check item on the checklist. Should be a string of length 1 to 16384.

pos No

The position of the check item in the checklist. One of: top, bottom, or a positive number.

due String No

A due date for the checkitem

idMember String No

An ID of a member resource.

dueReminder Number No

A dueReminder for the due date on the checkitem

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.