Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.73 KB

File metadata and controls

37 lines (25 loc) · 1.73 KB

Universal List Sections: Overview of Methods

{% 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

Getting Started with Sections

  1. Retrieve list parameters using the lists.get method.
  2. Create a section using the lists.section.add method.
  3. Retrieve, update, and delete sections using the lists.section.get, lists.section.update, and lists.section.delete methods.

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.

Overview of Methods {#all-methods}

Scope: lists

Who 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 || |#