Get a board layout
monday_get_boardFetch a board's groups and columns with accepted labels for status and dropdown fields, so you can create or update items with valid column values.
Instructions
Returns the groups and the columns of one board, with the labels each status and dropdown column accepts. Call this before you create or change an item, because a column value must match its column type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | True skips the one minute cache and reads the board again. | |
| board_id | Yes | The numeric board id. |