listApplicationStylings

get

/ccadmin/v1/applicationStyling

List application stylings.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : listApplicationStylings_response
Type: object
Show Source
Nested Schema : items
Type: array
The array of collection items.
Show Source
Nested Schema : items
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"
    },
    {
        "filename":"customStyling2.css",
        "repositoryId":"500002",
        "ranking":20,
        "sites":[
            {
                "repositoryId":"siteUS"
            }
        ],
        "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