bx24_lists
Manage Bitrix24 universal lists: create, update, and delete lists, fields, elements, and sections using REST API.
Instructions
Bitrix24 universal lists (infoblocks): lists, fields, elements, sections. Methods lists., lists.element., lists.field., lists.section. (REST 1.0 + 3.0). RU/EN: универсальный список, инфоблок, элемент списка, поле / universal list, list element, field, section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity ID | |
| order | No | Order object (e.g. { 'ID': 'DESC' }) | |
| start | No | Pagination offset (number of records to skip) | |
| action | Yes | Operation to perform: - "list_add": Create a list - "list_get": Get list metadata - "list_update": Update a list - "list_delete": Delete a list (destructive) - "list_get_iblock_type_id": Get the info-block type ID for lists - "field_get": Get a list field - "field_add": Add a list field - "field_update": Update a list field - "field_delete": Delete a list field (destructive) - "field_type_get": Get available list field types - "element_get": Get a list element - "element_list": List elements - "element_add": Add an element - "element_update": Update an element - "element_delete": Delete an element (destructive) - "element_get_file_url": Get the file URL of an element field - "section_list": List list sections - "section_add": Add a list section - "section_update": Update a list section - "section_delete": Delete a list section (destructive) | |
| fields | No | List/element/field/section fields | |
| filter | No | Filter object (e.g. { '>OPPORTUNITY': 10000, 'STAGE_ID': 'WON' }) | |
| select | No | Array of field names to return (projection) | |
| confirm | No | Set to true to confirm destructive actions when BX24_CONFIRM_DESTRUCTIVE is enabled. | |
| fieldId | No | CRM userfield ID (e.g. UF_CRM_123) | |
| IBLOCK_ID | No | List (info-block) ID | |
| fieldType | No | Field type code (for field_type_get) | |
| ELEMENT_ID | No | Element ID | |
| SECTION_ID | No | Section ID | |
| IBLOCK_TYPE_ID | No | Info-block type id (lists) |