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
- The methods crm.timeline.logo.add and crm.timeline.logo.delete can only be managed by an administrator.
- The methods crm.timeline.logo.get and crm.timeline.logo.list are available to any user.
- To create a logotype, pass
fileContentinbase64. Use aPNGfile sized60x60pixels with a transparent background.
How to Work with Logotypes
- Retrieve the list of available codes through crm.timeline.logo.list.
- Add a new logotype using the method crm.timeline.logo.add.
- Check the logotype by code using the method crm.timeline.logo.get.
- 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:
crmWho can execute the method: depends on the method
|
Method |
Description |
|
Adds a new logotype |
|
|
Retrieves information about a logotype |
|
|
Retrieves a list of all available logotypes |
|
|
Deletes a logotype |