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

Reset Desktop

Reset, or remove all customizations for a Desktop.

Namespace

/bea/wlp/api

HTTP Method

POST

URI

/bea/wlp/api/desktop/reset

Parameters

Parameter
Type
Description
Allowed Values
Default Value
webapp (required)
String
The webapp that contains the Desktop.
portal (required)
String
The Portal that contains the Desktop.
desktop (required)
String
The name of the Desktop to reset.
scope
String
The scope for the reset operation, either the primary admin instance (which will reset *all* customizations on *all* visitor Desktops), or a specific visitor instance.
admin
visitor
admin
username
String
For 'visitor' scope only. If username is specified, any operation will be done as an administrator (and will require admin privileges), affecting the specified username's customized Desktop instance. If username is omitted, any operation will be done as the logged-in user, affecting their own Desktop instance.
Currently logged in user.

Input Example

/bea/wlp/api/desktop/reset?webapp=myWebApp&portal=myPortalPath&desktop=myDesktopPath&scope=visitor&username=foo

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.