Oracle Fusion Middleware REST API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14258-03

Get Themes

Retrieves list of all Themes in the specified webapp.

Namespace

/bea/wlp/api

HTTP Method

GET

URI

/bea/wlp/api/theme/list

Parameters

Parameter
Type
Description
Allowed Values
Default Value
webapp (required)
String
The webapp to list Themes under.
format
String
The format of the results.
xml
json
xml
max
Integer
The maximum number of Themes to return.
50
start
Integer
The starting index for returned Themes.
0
locale
String
The locale to use for the titles and descriptions of the returned Themes. 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/theme/list?webapp=myWebApp&max=2&locale=en-us

Return Example

<rsp>
   <themes>
      <theme_details>
         <title>Alert Theme</title>
         <description>A simple alert theme.</description>
         <markupName>alert</markupName>
         <created_date>2007-12-06 14:33:48.0</created_date>
         <modified_date>2007-12-06 14:33:48.0</modified_date>
      </theme_details>
      <theme_details>
         <title>Borderless</title>
         <description>A window theme which has no titlebar or border.</description>
         <markupName>borderless</markupName>
         <created_date>2007-12-06 14:33:48.0</created_date>
         <modified_date>2007-12-06 14:33:48.0</modified_date>
      </theme_details>
   </themes>
</rsp>
Oracle Fusion Middleware REST API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14258-03

Copyright 2011, Oracle. All rights reserved.