QamaqQamaq
GET

ボードを取得

/boards/{board_id}

カラムを含む特定のボードの詳細を返します。

パラメーター

パスパラメーター

名前タイプ説明
board_id必須
string

The board ID

コード例

curl -X GET "https://api.qamaq.io/api/v1/boards/{board_id}" \
  -H "Authorization: Bearer qmq_your_api_key"

レスポンス

200Board details

Response Body

{
id:string
name:string
description:string
columns:object[]
total_tickets:integer
is_active:boolean
created_at:string (date-time)
updated_at:string (date-time)
}