A method to get the configuration setting.
Output / Response
Returns the properties of the setting of the configuration
in the following
format:
attribute1=value1|attribute2=value2
Note: Currently, the
getConfigurationSetting method only returns the
OPTION_INHERITANCE setting.
API call:
String getConfigurationSetting( long configurationId,
String settingName )
Parameter | Description |
---|---|
configurationId | The object ID of the configuration in which the setting is to be located. |
settingName | The name of the specific setting to be read. Only the option inheritance (OPTION_INHERITANCE) setting is supported. |