QamaqQamaq
GET

Board-Spalten abrufen

/boards/{board_id}/columns

Gibt die Spalten/Status eines bestimmten Boards zurück.

Parameter

Pfadparameter

NameTypBeschreibung
board_iderforderlich
string

The board ID

Code-Beispiele

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

Antworten

200List of board columns

Response Body

[
{
id:string
name:string
color:string
position:integer
ticket_count:integer
wip_limit:integer
}
]