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_type
fieldboards
: addedhierarchy_types
filter argumentcolumns
: addedcapabilities
fieldcreate_column
: now accepts acapabilities
argumentupdate_column
: now accepts acapabilities
argument- Status rollups: new
BatteryValue
fragment when reading rollup values items_page
: addedhierarchy_scope_config
argumentitems_page_by_column_values
: addedhierarchy_scope_config
argument
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.