Retrieve the compilation settings for themes

get

/ccadmin/v1/themes/compilationSettings

Returns the theme compilation settings.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Returned when the operation succeeds.
Body ()
Root Schema : getCompilationSettings_response
Type: object
Show Source
Example Response (application/json)
{
    "compileThemesAutomatically":true,
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadminui/v1/themes/compilationSettings"
        }
    ]
}

400 Response

The compilation settings cannot be fetched.
Body ()
Root Schema : getCompilationSettings_400response
Type: object
Show Source
Example Response (application/json)
{
    "errorCode":"70032",
    "message":"Unable to fetch configuration data.",
    "status":"400"
}

Default Response

The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
Error CodeDescriptionPossible Fix
70033Unable to fetch compilation settings.See returned error message for further information.

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