List Columns
Returns a collection of columns in a specific board.
External Documentation
To learn more, visit the Monday documentation.
Parameters
Parameter | Description |
---|---|
Board ID | The board's unique identifier. |
Example Output
{
"data": {
"boards": [
{
"columns": [
{
"id": "name",
"title": "Name",
"description": null,
"type": "name"
},
{
"id": "subitems",
"title": "Subitems",
"description": null,
"type": "subtasks"
}
]
}
]
},
"account_id": 12345678
}
Workflow Library Example
List Columns with Monday and Send Results Via Email
Preview this Workflow on desktop