Actions
Get Checkitems On Card
Get the completed checklist items on a card.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Card ID | The ID of the Card. |
| Fields | all or a comma-separated list of: idCheckItem, state. |
[
{
"id": "63761709047af800f4fa473a",
"name": "blah2",
"idChecklist": "63761706cda34601bee5af0e"
},
{
"id": "6376170afb2efb0015082cec",
"name": "rwevf",
"idChecklist": "63761706cda34601bee5af0e"
}
]
Was this page helpful?