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

Get Admin Scope

Gets the scope (admin or visitor) of the current user's view.

Namespace

/bea/wlp/api

HTTP Method

GET

URI

/bea/wlp/api/adminscope/details

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.

Input Example

/bea/wlp/api//adminscope/details?webapp=mywebapp&portal=portalpath&desktop=desktoppath

Return Example

<rsp status="OK"><scope>admin</scope></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.