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

Add Portlet to Category

Adds a portlet definition to an existing portlet category.

Namespace

/bea/wlp/api

HTTP Method

POST

URI

/bea/wlp/api/category/add

Parameters

Parameter
Type
Description
Allowed Values
Default Value
webapp (required)
String
The webapp that contains the portlet and category.
format
String
The format of the results.
xml
json
xml
portlet (required)
String
The definition label of the Portlet to add.
categoryId (required)
Integer
The ID of the portlet category to which the portlet will be added.

Input Example

/bea/wlp/api/category/add?webapp=myWebApp&portlet=myPortlet&categoryId=1234

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.