Update the Attachment Flag of rpa.timeline.updateIsFixed
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.
Scope:
rpaWho can execute the method: any user
DEPRECATED
The development of this method has been halted. Please use Smart scripts as an alternative to this functionality.
This method updates the attachment flag of a record.
Method Parameters
|
Name |
Description |
|
id |
Identifier of the record |
|
isFixed |
Attachment flag of the record. Possible values:
|
Response Handling
HTTP Status: 200
{
"timeline": {
"id": 322,
...
}
}
Continue Your Exploration
- Timeline Records: Overview of Methods
- Add a New Timeline Entry rpa.timeline.add
- Update Timeline Entry rpa.timeline.update
- Get the Timeline Records List for the `rpa.timeline.listForItem` Element
- Delete Timeline Record rpa.timeline.delete
Copied