Elements: 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.

DEPRECATED

The development of methods rpa.item.* has been halted.
Please use the SPA CRM section.

Scope: rpa
Who can execute the method: any user

Since the elements of each workflow are stored in separate tables, the identifiers of elements from different workflows will overlap.

Therefore, it is necessary to pass the workflow identifier typeId to all methods.

Method

Description

rpa.item.add

Adds a new element to the workflow with the identifier typeId

rpa.item.update

Updates the element with the identifier id in the workflow with the identifier typeId

rpa.item.get

Retrieves information about the element with the identifier id in the workflow with the identifier typeId

rpa.item.getTasks

Retrieves data about the current tasks of the element with the identifier id in the workflow with the identifier typeId

rpa.item.list

Retrieves a list of elements in the workflow with the identifier typeId

rpa.item.delete

Deletes the element