getApplicationStyling

get

/ccadmin/v1/applicationStyling/{id}

Get application styling.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : applicationStylingItem_response
Type: object
Show Source
Nested Schema : sites
Type: array
ID of zero or more site associations for the application styling. If empty array then the application styling is available for all sites.
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "filename":"customStyling1.css",
    "repositoryId":"500001",
    "ranking":0,
    "sites":[
    ],
    "applicationId":"cloudlake"
}

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