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)
}