QamaqQamaq
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:string
name:string
color:string
position:integer
ticket_count:integer
wip_limit:integer
}
]