Get the Complete Set of Field Visibility Settings rpa.fields.getSettings
Scope:
rpaWho can execute the method: any user
The method retrieves the complete set of field visibility settings for the stage with the identifier stageId of 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 Exploring
- Field Visibility Settings: Overview of Methods
- Set Full Visibility Settings for Fields rpa.fields.setSettings
- Change visibility settings for rpa.fields.setVisibilitySettings
Copied