{% note tip "" %}
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.
{% endnote %}
Sections help organize data and simplify navigation within lists. They group records by categories or levels of nesting.
Quick navigation: all methods
User documentation: List View Settings
- Retrieve list parameters using the lists.get method.
- Create a section using the lists.section.add method.
- Retrieve, update, and delete sections using the lists.section.get, lists.section.update, and lists.section.delete methods.
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.
Scope:
listsWho can execute the method: depending 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 || |#