Get the Complete Set of Field Visibility Settings rpa.fields.getSettings

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: rpa

Who can execute the method: any user

DEPRECATED

The development of this method has been halted. Use Smart processes as an alternative functionality.

This method retrieves the complete set of field visibility settings for the stage with the identifier stageId in the process with the identifier typeId.

Method Parameters

Required parameters are marked with *

Name
type

Description

typeId*
integer

Identifier of the process

stageId
integer

Identifier of the stage.

Defaults to 0, which means general settings

Response Handling

HTTP Status: 200

{
            "fields": {
                "kanban": {
                    "id": true,
                    "UF_RPA_1_NAME": true
                },
                "create": {
                    "UF_RPA_1_NAME": true
                }
            }
        }
        

Continue Your Exploration