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* |
Button text |
|
action* |
Action to be performed when the button is pressed |
|
scope |
Scope, for example |
|
hideIfReadonly |
Flag. Hides the tag if the user does not have edit access, default is |
Example
{
"title": "Confirm Process",
"action": {
"type": "restEvent",
"id": "confirmProcess",
"animationType": "loader"
},
"scope": "web",
"hideIfReadonly": true
}
Continue Exploring
Was the article helpful?
Previous
Next