# Sections

Group list elements by sections: get the list of sections, create new ones, update and delete. Sections support nesting — a section can have a parent.

Bitrix24 API: `lists.section.*`
Scope: `lists`

## Operations

- [List sections](./sections/list.md) — `GET /v1/lists/:iblockId/sections`
- [Get section](./sections/get.md) — `GET /v1/lists/:iblockId/sections/:sectionId`
- [Create section](./sections/create.md) — `POST /v1/lists/:iblockId/sections`
- [Update section](./sections/update.md) — `PATCH /v1/lists/:iblockId/sections/:sectionId`
- [Delete section](./sections/delete.md) — `DELETE /v1/lists/:iblockId/sections/:sectionId`

## See also

- [Universal Lists](/docs/lists)
- [Lists](/docs/lists/lists)
- [Elements](/docs/lists/elements)
