Data Storage: Overview of Methods

Data storages allow developers to create applications that extend the capabilities of Bitrix24. They can store a variety of information: client records, inventory details, product information, and other data.

Each storage represents an information block and is available after registering the application in Bitrix24. There is no visual interface for the storage.

Application storages can be managed using a group of methods entity.*.

Quick navigation: all methods

Storage Structure

Sections. Designed for grouping data and building a convenient hierarchy. Sections can be managed using the methods entity.section.*.

Items. Store application data. Items can be created, modified, and deleted using the methods entity.item.*.

Additional Properties

Any storage allows you to configure additional properties for items. To manage them, use the methods entity.item.property.*.

Overview of Methods

Scope: entity

Who can execute the method: any user

Storages

Method

Description

entity.add

Creates a data storage

entity.update

Modifies the parameters of the data storage

entity.rights

Gets or changes access permissions for the storage

entity.get

Retrieves the parameters of the storage or a list of all application storages

entity.delete

Deletes the storage

Sections

Method

Description

entity.section.get

Retrieves a list of storage sections

entity.section.add

Adds a storage section

entity.section.update

Modifies a storage section

entity.section.delete

Deletes a storage section

Items

Method

Description

entity.item.get

Retrieves a list of storage items

entity.item.add

Adds a storage item

entity.item.update

Modifies a storage item

entity.item.delete

Deletes a storage item

Item Properties

Method

Description

entity.item.property.get

Retrieves a list of additional properties for storage items

entity.item.property.add

Adds an additional property for storage items

entity.item.property.update

Modifies an additional property for storage items

entity.item.property.delete

Deletes an additional property for storage items

An information block is a special object for storing news, services, articles, product catalogs, and other data that has a clear structure.