Added
New API support for multi-level boards
September 26th, 2025
🏷️ API version:
2025-10
The platform API now supports boards with multiple levels of subitems and rollup columns that summarize values across child items. This guide provides a detailed explanation of the functionality and how to adapt your queries
Initially, only project boards within the Portfolio solution will support this board layout.
Related API schema changes
boards: addedhierarchy_typefieldboards: addedhierarchy_typesfilter argumentcolumns: addedcapabilitiesfieldcreate_column: now accepts acapabilitiesargumentupdate_column: now accepts acapabilitiesargument- Status rollups: new
BatteryValuefragment when reading rollup values items_page: addedhierarchy_scope_configargumentitems_page_by_column_values: addedhierarchy_scope_configargument
Backwards compatibility
No breaking changes. Until 2026-04, boards returns only classic boards by default. Use the hierarchy_types argument to include multi-level boards.
Other changes
The behavior of some endpoints depends on the board type (e.g., on multi-level boards, rollup columns on parent items are read-only when subitems exist). See the full guide for details.
