Skip to main content

Get Global Settings

Select

SaaS
Customer Managed

Get list of global settings used to modify system default behaviour

Responses

Success


Schema
  • globalSettings object[]
  • name string

    Name of the setting

  • displayLabel string

    Display Label of the setting

  • description string

    Description of the setting

  • acceptableValues string[]

    Specifies values which are acceptable when modifying the setting value. This will only be returned if there are specific set of values which can be accepted.

  • defaultValue string

    Value used to get default system behaviour

  • value string

    Value of the setting if the setting was modified.

  • comment string

    Comment set by the user while modifying the setting

  • isModified boolean

    Specifies if the setting is already modified by the user

  • type string

    Possible values: [Integer, String, Boolean, Multi String]

    Type of the setting

  • isRestartRequired boolean

    Specifies if it is required to restart the services for any changes to take effect

  • minValue int32

    Specifies minimum value that can be set to modify specified global setting. It is only returned if the setting type is Integer

  • maxValue int32

    Specifies maximum value that can be set to modify specified global setting. It is only returned if the setting type is Integer

  • category string

    Category to which setting belongs

Loading...