GET
Board-Spalten abrufen
/boards/{board_id}/columnsGibt die Spalten/Status eines bestimmten Boards zurück.
Parameter
Pfadparameter
| Name | Typ | Beschreibung |
|---|---|---|
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:stringname:stringcolor:stringposition:integerticket_count:integerwip_limit:integer}
]