GET
获取看板列
/boards/{board_id}/columns返回特定看板的列/状态。
参数
路径参数
| 名称 | 类型 | 描述 |
|---|---|---|
board_id必填 | string | The board ID |
代码示例
curl -X GET "https://api.qamaq.io/api/v1/boards/{board_id}/columns" \
-H "Authorization: Bearer qmq_your_api_key"响应
200List of board columns
Response Body
[
{
id:stringname:stringcolor:stringposition:integerticket_count:integerwip_limit:integer}
]