POST /checklists/{id}/checkItems
Servers
- https://api.trello.com/1
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: |
|
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.