Parameter | Description |
---|---|
Checklist ID | ID of a checklist. |
Name | Name of the new checklist being created. Should be length of 1 to 16384. |
Position | Determines the position of the checklist on the card. One of: top , bottom , or a positive number. |
{
"id": "<string>",
"name": "<string>",
"idBoard": "<string>",
"idCard": "<string>",
"pos": 29083,
"checkItems": [
{
"id": "<string>",
"name": "<string>",
"nameData": {
"emoji": {}
},
"pos": 10983,
"state": "<string>",
"due": null,
"dueReminder": null,
"idMember": null,
"idChecklist": "<string>"
}
]
}
Was this page helpful?