Working with Sections: Overview of Methods

If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.

Sections help organize data and simplify navigation within lists. They group records by categories or levels of nesting.

Quick navigation: all methods

User documentation: How to create and configure a list in Bitrix24

Relationships with Other Objects

Universal lists. Each section belongs to a specific list. To add a section to a list, you need to specify the parameters IBLOCK_TYPE_ID, IBLOCK_ID, and IBLOCK_CODE. Values can be obtained using the lists.get method.

User documentation

Overview of Methods

Scope: lists

Who can execute the method: depends on the method

Method

Description

lists.section.add

Creates a list section

lists.section.update

Updates a list section

lists.section.get

Returns a section or a list of sections

lists.section.delete

Deletes a list section