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:
entityWho can execute the method: any user
Storages
|
Method |
Description |
|
Creates a data storage |
|
|
Modifies the parameters of the data storage |
|
|
Gets or changes access permissions for the storage |
|
|
Retrieves the parameters of the storage or a list of all application storages |
|
|
Deletes the storage |
Sections
|
Method |
Description |
|
Retrieves a list of storage sections |
|
|
Adds a storage section |
|
|
Modifies a storage section |
|
|
Deletes a storage section |
Items
|
Method |
Description |
|
Retrieves a list of storage items |
|
|
Adds a storage item |
|
|
Modifies a storage item |
|
|
Deletes a storage item |
Item Properties
|
Method |
Description |
|
Retrieves a list of additional properties for storage items |
|
|
Adds an additional property for storage items |
|
|
Modifies an additional property for storage items |
|
|
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.