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:
rpaWho 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 |
Description |
|
typeId* |
Identifier of the process |
|
stageId |
Identifier of the stage. Defaults to |
Response Handling
HTTP Status: 200
{
"fields": {
"kanban": {
"id": true,
"UF_RPA_1_NAME": true
},
"create": {
"UF_RPA_1_NAME": true
}
}
}
Continue Your Exploration
- Field Visibility Settings: Overview of Methods
- Set Full Visibility Settings for rpa.fields.setSettings
- Change Field Visibility Settings rpa.fields.setVisibilitySettings
Copied