Skip to main content
Planview Customer Success Center

Get a single card type on a board

GET /io/board/:boardId/cardType/:cardTypeId

Get a single card type on a board.

Example Request

curl -X GET \
  https://myaccount.leankit.com/io/board/10113014456/cardType/10113014462 \
  -H 'Authorization: Basic base64encodedauthhere'

Example Successful Response

200 Success

{
  "id": "10113014462",
  "name": "Feature",
  "colorHex": "#BFDFC2",
  "isDefault": true,
  "isCardType": true,
  "isTaskType": true,
  "isDefaultTaskType": false
}



Updated 2020-01-22 @ 12:01 PM