Bottom Dropdown Menu

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.

Items in the bottom dropdown menu of the timeline entry MenuItemDto.

Parameters of the MenuItemDto Object

Required parameters are marked with *

Field

Description

title*
textWithTranslation

Button text

action*
ActionDto

Action to be performed when the button is pressed

scope
string

Scope, for example web

hideIfReadonly
boolean

Flag. Hides the tag if the user does not have edit access, default is false

Example

{
            "title": "Confirm Process",
            "action": {
                "type": "restEvent",
                "id": "confirmProcess",
                "animationType": "loader"
            },
            "scope": "web",
            "hideIfReadonly": true
        }
        

Continue Exploring