GET
Get board columns
/boards/{board_id}/columnsReturns the columns/statuses for a specific board.
Parameters
Path Parameters
| Name | Type | Description |
|---|---|---|
board_idrequired | string | The board ID |
Code Examples
curl -X GET "https://api.qamaq.io/api/v1/boards/{board_id}/columns" \
-H "Authorization: Bearer qmq_your_api_key"Responses
200List of board columns
Response Body
[
{
id:stringname:stringcolor:stringposition:integerticket_count:integerwip_limit:integer}
]