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

Scope: rpa

Who 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
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 Exploring