Knowledge Base 2.0: Methods Overview
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.
Knowledge Base 2.0 helps collect documents by topic, build a general structure, and grant access to materials to the necessary employees. note.collection.* methods manage the knowledge base itself as a top-level container: they create a new base, retrieve one or more bases, return a field schema, rename, archive, and move to the shopping cart.
Quick navigation: all methods
User documentation: Knowledge Base 2.0
Getting Started
- Create a knowledge base using the note.collection.add method
- Retrieve a list of available knowledge bases using the note.collection.list method if you need to select a specific knowledge base by ID
- Retrieve data for a single knowledge base using the note.collection.get method if you need to open its card by ID
- Determine the field composition and types using the note.collection.field.list and note.collection.field.get methods if you are building a form, table, or validation on your side
- Use note.collection.update if you need to change the name of a knowledge base
- Archive a knowledge base using the note.collection.archive method if you need to hide it from active use while retaining its content
- Delete a knowledge base using the note.collection.delete method if you need to move it and its internal documents to the shopping cart
Limitations and Features
note.collection.*methods work only with the knowledge base as a whole. To create, modify, or delete individual pages, use methods from the Documents section- Archiving a knowledge base affects not only the container itself but also all documents within it. After archiving, documents remain in the knowledge base but are removed from active use
- Deleting a knowledge base moves both the knowledge base and all documents within it to the shopping cart. If a knowledge base contains many materials, deletion will affect the entire structure at once
- Access to creation, renaming, archiving, and deletion depends on the current user's permissions. If permissions are insufficient, the method will return an access error
User documentation
Connection with Other Objects
Documents. A knowledge base is a container for documents. First, the knowledge base itself is created, and then it is populated with pages and nested sections via methods from the Documents section. All documents belonging to a single topic or department can be kept within one knowledge base.
Overview of Methods
Scope:
noteWho can execute the methods: depends on the method
|
Method |
Description |
|
Creates a knowledge base |
|
|
Renames a knowledge base |
|
|
Returns a single knowledge base by identifier |
|
|
Returns a list of knowledge bases available to the user |
|
|
Moves a knowledge base to the trash |
|
|
Archives a knowledge base |
|
|
Returns the description of a knowledge base field |
|
|
Returns a list of knowledge base fields |