Parameter | Description |
---|---|
Board ID | The board’s unique identifier. |
{
"data": {
"boards": [
{
"columns": [
{
"id": "name",
"title": "Name",
"description": null,
"type": "name"
},
{
"id": "subitems",
"title": "Subitems",
"description": null,
"type": "subtasks"
}
]
}
]
}
}
Was this page helpful?