You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notion has added support for column_list and column block types.
You can now add Column Lists and Columns to pages and other block types.
Column Lists are parent blocks for column children. They can only contain children of type column.
Columns are parent blocks for any supported block children, excluding columns. They can only be appended to column_lists.
When initially creating a column_list block via Append block children, the column list must have at least 2 columns, and those columns must have at least one child each.
When fetching content for a column_list, first fetch the the column children via Retrieve block children. Then fetch the children for each column block.
Below is an example request body for appending column_list and nested column children.
Notion has added support for
column_list
andcolumn
block types.You can now add Column Lists and Columns to pages and other block types.
When initially creating a
column_list
block via Append block children, the column list must have at least 2 columns, and those columns must have at least one child each.When fetching content for a
column_list
, first fetch the the column children via Retrieve block children. Then fetch the children for each column block.Below is an example request body for appending
column_list
and nestedcolumn
children.Below is an example response of appending
column_list
children.Below is an example request body for appending
column
children. Note that the parent that is being added to must be a block of typecolumn_list
.Below is an example response of appending
column
children.Notion Api changelog: https://developers.notion.com/changelog/column-list-and-column-support
The text was updated successfully, but these errors were encountered: