Skip to main content
Planview Customer Success Center

Get a list of leaf lanes for a board (lanes that can hold cards)

GET /io/board/:boardId/leafLanes

Get details about the lanes on a board that can hold cards

Example Request

curl -X GET \
  'https://myaccount.leankit.com/io/board/10113285944/leafLanes' \
  -H 'Authorization: Basic base64encodedauthhere'

Example Response

{
    "lanes": [
        {
            "id": "5054565",
            "title": "New Requests",
            "expandedTitle": "Not Started - Future Work:New Requests"
        },
        {
            "id": "5054564",
            "title": "Approved",
            "expandedTitle": "Not Started - Future Work:Approved"
        }
    ]
}



Updated 2023-08-09 @ 07:08 AM