Data Storage: Overview of Methods
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.
Data storage helps applications retain their own information in Bitrix24. You can save entities in the storage, group them by sections, and configure access permissions.
The group of methods entity.* allows you to create storages, retrieve their list, modify parameters, manage permissions, and delete unnecessary ones.
Quick navigation: all methods
Methods in this section work only in the context of an application.
Getting Started
-
Create a new storage using the entity.add method.
-
Retrieve the list of storages and their identifiers using the entity.get method.
-
Modify the storage parameters using the entity.update method.
-
If necessary, view or change access permissions for the storage using the entity.rights method.
-
Delete the unnecessary storage using the entity.delete method.
Working with Access Permissions
Access permissions can be set when creating the storage, modified along with its parameters, or updated separately.
|
Scenario |
What to use |
|
Create a storage with the required permissions right away |
|
|
Change storage parameters and access permissions in one call |
|
|
Retrieve or change only access permissions |
entity.rights method |
Relationships with Other Objects
Storage Sections. After creating a storage, you can group entities by sections. Use the entity.section.* methods to work with sections.
Storage Entities. The main application data is stored in entities. Use the entity.item.* methods to work with them.
Entity Properties. You can create additional fields for storage entities. Use the entity.item.property.* methods to work with properties.
Overview of Methods
Scope:
entityWho can execute the method: depending on the method
|
Method |
Description |
|
Adds a data storage |
|
|
Updates the parameters of the data storage |
|
|
Retrieves the parameters of the data storage or the list of application storages |
|
|
Deletes the data storage |
|
|
Retrieves or changes access permissions for the data storage |