QamaqQamaq
GET

Obtenir les colonnes d'un tableau

/boards/{board_id}/columns

Renvoie les colonnes/statuts d'un tableau spécifique.

Paramètres

Paramètres de chemin

NomTypeDescription
board_idrequis
string

The board ID

Exemples de code

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

Réponses

200List of board columns

Response Body

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