Logo icon
  • Getting Started
  • API Reference
  • Whats New
  • Typical Use-Cases
  • MCP
  • GitHub
Bitrix24 REST API and Marketplace Applications
  • What the Bitrix24 REST API Allows
    • Tools and Scenarios
    • Data Types and Parameter Formats
      • CRM Objects and Methods
      • Data Types and Structure of Objects in the CRM REST API
      • Fields of Main CRM Objects
      • Typical Use-Cases and Tutorials
      • Determine the Current CRM Operating Mode
        • Overview of Methods
          • Overview of Methods
            • Overview of Methods
              • Structure of a Configurable Activity
              • Icon
              • Record Title
              • Main Content Area
              • Content Block of the Configurable Activity
              • Bottom Part of the Record
              • Dropdown Menu of the Bottom Part
              • Click Reaction
              • Field Types
              • Set of Additional Content Blocks
              • Examples of Activity Configurations
            • Add Configurable Activity
            • Update Configurable Activity
            • Get Information about Configurable Activity
      • Get Stage Movement History
  • REST API Limits
  • Error Codes
  • Meetups for Developers
  • Support and Community for Developers
  • Feedback

In this article:

  • Parameters of the IconDto Object
  • Example of the Object
  • Continue Exploring

Icon

  • Parameters of the IconDto Object
  • Example of the Object
  • Continue Exploring

Icon of the timeline entry IconDto.

Parameters of the ObjectParameters of the IconDto Object

Required parameters are marked with *

Field

Description

Additional

code*
string

Icon code

A list of available codes can be obtained using the crm.timeline.icon.list method

Example of the ObjectExample of the Object

{
            "icon": {
                "code": "call-completed"
            }
        }
        

Continue ExploringContinue Exploring

  • Structure of Configurable Activity
  • Record Header
  • Main Content Area of Configurable Activity
  • Content Block of Configurable Deal
  • Bottom Part of the Record
  • Bottom Dropdown Menu
  • Click Reaction
  • Field Types
  • Set of Additional Content Blocks
  • Examples of Activity Configurations
Copied
Previous
Structure of a Configurable Activity
Next
Record Title