System Methods: 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.
System methods check the availability of methods and scope, retrieve information about the application, access codes, account functionality, and server time.
Quick Navigation: All Methods
What to Check Before Calling a Method
Application Context. The method app.info only works within the context of the application. Otherwise, the method will return an ACCESS_DENIED error.
Method Availability. For new integrations, use method.get. This method shows whether it exists on the account and if it can be called with the current permissions.
Account Functionality. The method feature.get is needed when behavior depends on scope and account functionality.
Relationship with Other Objects
Access Permissions. The method access.name decodes ACCESS codes used by, for example, user.access. User permissions, rather than application permissions, are checked by user.access.
Application Permissions. The method scope returns the scope of the current application. The values of scope codes are described on the available scopes page.
User. The method profile retrieves basic data about the current user. The methods user.access and user.admin check access codes and user permissions.
Overview of Methods
Scope:
basicWho can execute the method: any user
|
Method |
Description |
|
Checks the existence of a method on the account and its availability for the application |
|
|
Retrieves a list of scopes available to the current application |
|
|
Returns information about the application |
|
|
Retrieves the names of |
|
|
Checks the availability of functionality on the account |
|
|
Returns the current server time |
|
|
DEPRECATED Development of this method has been halted. Use method.get. |