Get Look and Feels

Retrieves list of all Look and Feels in the specified webapp.

Namespace

/bea/wlp/api

HTTP Method

GET

URI

/bea/wlp/api/lookandfeel/list

Parameters

Parameter
Type
Description
Allowed Values
Default Value
webapp (required)
String
format
String
The format of the results.
xml
json
xml
max
Integer
The maximum number of Look and Feels to return.
50
start
Integer
The starting index for returned Look and Feels.
0
locale
String
The locale to use for the titles and descriptions of the returned Look and Feels. Must be of the format: lang-country-variant ie. [nn], [nn-nn], or [nn-nn-nnnn].
Preferred locale from request.

Input Example

/bea/wlp/api/lookandfeel/list?webapp=myWebApp&max=2&start=1&locale=en-us

Return Example

<rsp>
   <lookandfeels>
      <lookandfeel_details>
         <title>Bighorn</title> 
         <description>A new Look and Feel for the Bighorn release.</description> 
         <markup_name>bighornLookAndFeel</markup_name> 
         <created_date>2007-12-04 14:58:34.0</created_date> 
         <modified_date>2007-12-04 14:58:34.0</modified_date> 
      </lookandfeel_details>
      <lookandfeel_details>
         <title>Classic</title> 
         <description>A cool look and feel using the classic skin and skeleton.</description> 
         <markup_name>classicLookAndFeel</markup_name> 
         <created_date>2007-12-04 14:58:34.0</created_date> 
         <modified_date>2007-12-04 14:58:34.0</modified_date> 
      </lookandfeel_details>
   </lookandfeels>
</rsp>