Log Record Icons: 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.

Log record icons help visually distinguish entries in the CRM timeline.

Using the methods in this section, you can add a custom icon, retrieve data by code, display a list of available icons, and delete an icon.

Quick navigation: all methods

User documentation: Timeline in CRM item form

Considerations Before Calling Methods

How to Work with Icons

  1. Retrieve the list of available codes using crm.timeline.icon.list.
  2. Add a new icon using the method crm.timeline.icon.add.
  3. Check the icon by code using the method crm.timeline.icon.get.
  4. Delete the custom icon using the method crm.timeline.icon.delete if it is no longer in use.

Relation to Other Objects

Log Record. The icon code is passed in the fields.iconCode field of the method crm.timeline.logmessage.add.

Overview of Methods

Scope: crm

Who can execute the method: depends on the method

Method

Description

crm.timeline.icon.add

Adds a new icon

crm.timeline.icon.get

Retrieves information about an icon

crm.timeline.icon.list

Retrieves a list of all available icons

crm.timeline.icon.delete

Deletes an icon