getConfigurationSettings

get

/ccagent/v1/merchant/configurationSettings

Get Configuration Settings. To get the configuration details of a given configuration type

Request

Supported Media Types
Query Parameters
Header Parameters
  • the site id corresponding to which site specific properties should be get
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getConfigurationSettings_response
Type: object
Show Source
Nested Schema : config
Type: object
configuration details of the setting
Show Source
Nested Schema : data
Type: object
property details.
Show Source
Nested Schema : configuration_setting_type
Type: object
configuration setting properties
Show Source
Example Response (application/json)
{
    "data":{
        "cpqConfigSettings":{
            "CPQReConfigurationURL":"http://slc10gpm.us.oracle.com",
            "CPQIFrameURL":"http://slc10gpm.us.oracle.com"
        }
    },
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccagentui/v1/merchant/configurationSettings?type=CPQConfigurationSettings"
        }
    ],
    "config":{
        "displayName":"CPQ Configuration",
        "description":"CPQ Configuration Settings",
        "id":"CPQConfigurationSettings",
        "enabled":true
    }
}

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top