QamaqQamaq
GET

ボード一覧

/boards

APIキーの組織でアクセス可能なすべてのボード(カンバンボード)のリストを返します。

パラメーター

クエリパラメーター

名前タイプ説明
include_inactive
boolean

Include inactive boards

デフォルト: false

コード例

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

レスポンス

200List of boards

Response Body

{
boards:object[]
total:integer
}