Logotypes for Log Records: 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.

Logotypes for log records help visually distinguish entries in the CRM timeline.

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

Quick Navigation: All Methods

User Documentation: Timeline in CRM item form

Considerations Before Calling Methods

How to Work with Logotypes

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

Relation to Other Objects

Log Record Journal. Logotypes are related to the Log Record Journal, which contains methods for creating, reading, and deleting log records.

Overview of Methods

Scope: crm

Who can execute the method: depends on the method

Method

Description

crm.timeline.logo.add

Adds a new logotype

crm.timeline.logo.get

Retrieves information about a logotype

crm.timeline.logo.list

Retrieves a list of all available logotypes

crm.timeline.logo.delete

Deletes a logotype