Description
Returns the configuration setting.
Parameters
Name | Description |
---|---|
configurationId |
Location: query Type: integer (int64) The object ID of the configuration in which the setting is to be located.
|
settingName |
Location: query Type: string The name of the specific setting to be read. Only the option
inheritance
OPTION_INHERITANCE setting is supported.
|
Responses
Code | Description |
---|---|
200 |
Type: string Returns the properties of the setting of the configuration.
|