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

Choose a tool for developing with an AI agent:

  • use Alaio Vibecode to build an app for Bitrix24 from a task description without knowing any programming language. The agent writes the code and deploys the app to a server, with no manual hosting setup
  • use the MCP server to develop a REST API integration in your own project. The agent refers to 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