listApplicationStylings
get
/ccadmin/v1/applicationStyling
List application stylings.
Request
Supported Media Types
- application/json
Query Parameters
-
applicationId: string
The ID of Application to retrieve application stylings for.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : listApplicationStylings_response
Type:
Show Source
object
-
items:
array items
The array of collection items.
Nested Schema : items
Type:
Show Source
object
-
applicationId:
string
ID of the application.
-
filename:
string
name of the CSS file.
-
ranking:
integer
Ranking (order) for the application styling file.
-
sites:
array sites
ID of zero or more site associations for the application styling. If empty array then the application styling is available for all sites.
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
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
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code