Skip to main content
Planview Customer Success Center

Get a specified planning series

GET /io/series/:seriesId

Get a planning series by id.

Example Request

curl -X GET \
  https://myaccount.leankit.com/io/series/1234 \
  -H 'Authorization: Basic base64encodedauthhere'

Example successful response

200 OK

{
  "id": "10114170098",
  "label": "Planning Series 2",
  "timeZone": "Etc/GMT",
  "allowAllBoards": false,
  "organizationId": "48392349",
  "hideOutdatedIncrements": true,
  "boards": [
    {
      "id": "101000032066894",
      "title": "test board",
      "level": {
        "id": "101000034443626",
        "depth": 2,
        "maxDepth": 3,
        "label": "test label",
        "color": "#2966a3"
      }
    }
  ]
}



Updated 2025-10-13 @ 09:10 AM