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

Create Portlet Category

Creates a Portlet Category in the specified webapp.

Namespace

/bea/wlp/api

HTTP Method

POST

URI

/bea/wlp/api/category/new

Parameters

Parameter
Type
Description
Allowed Values
Default Value
webapp (required)
String
The webapp to list Desktops under.
format
String
The format of the results.
xml
json
xml
parentId
Integer
The parent category ID for the new portlet category. Do not set a value if no categories exist yet.
locale
String
The locale to use for the title and/or descriptions. Must be of the format: lang-country-variant ie. [nn], [nn-nn], or [nn-nn-nnnn].
Preferred locale from request.
title (required)
String
The title of the new portlet category.
description
String
The description of the new portlet category.

Input Example

/bea/wlp/api/category/new?webapp=myWebApp&locale=en&title=MyNewCategory

Return Example

<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.