Actions with Records in the Timeline: 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.
Up to 7 records can be pinned in a CRM item timeline. Pinned records will simultaneously appear under the new activity creation form and in their original chronological position within the timeline.
Quick navigation: All Methods
User documentation: Timeline in CRM Item
Getting Started
- Retrieve the timeline record identifier
id - Specify the CRM item to which the record is linked:
ownerTypeIdandownerId - Pin the record using the crm.timeline.item.pin method
- If a record should no longer be pinned, use the crm.timeline.item.unpin method
Connection with CRM Entities
CRM item. The methods verify that the timeline record is linked to the CRM item passed in ownerTypeId and ownerId. The User must have permissions to edit this CRM item.
Comments. Use the crm.timeline.comment.add or crm.timeline.comment.list method to retrieve the id of a timeline record.
Overview of Methods
Scope:
crmWho can execute the method: a User with permission to edit the CRM item
|
Method |
Description |
|
Pins a record in the timeline |
|
|
Unpins a record in the timeline |