Parameter | Description |
---|---|
Board ID | The ID of the board. You can find it in the board’s URL address. For example the board “tests” in the address https://trello.com/b/i4Z7fDb8/tests has the ID i4Z7fDb8. |
Card Fields | all or a comma-separated list of card fields. |
Cards | Filter to apply to Cards. |
Filter | Filter to apply to Lists. |
[
{
"id": "<string>",
"name": "<string>",
"closed": false,
"color": null,
"idBoard": "<string>",
"pos": 12534,
"subscribed": false,
"softLimit": null,
"type": null,
"datasource": {
"filter": false
}
},
{
"id": "<string>",
"name": "<string>",
"closed": false,
"color": null,
"idBoard": "<string>",
"pos": 40426,
"subscribed": false,
"softLimit": null,
"type": null,
"datasource": {
"filter": false
}
}
]
Was this page helpful?