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

Get Page

Retrieves information about a single Page, specified by definition label as the last part of the URI path.

Namespace

/bea/wlp/api

HTTP Method

GET

URI

/bea/wlp/api/page/details/{page definition label}

Parameters

Parameter
Type
Description
Allowed Values
Default Value
webapp (required)
String
The webapp that contains the Page.
format
String
The format of the results.
xml
json
xml
scope
String
The scope under which to get the Page, one of the library definition, the admin instance, or a visitor's instance.
library
admin
visitor
library
portal
String
For 'admin' or 'visitor' scope, the Portal that contains the Page.
desktop
String
For 'admin' or 'visitor' scope, the Desktop that contains the Page.
username
String
For 'visitor' scope only. If username is specified, the operation will be done as an administrator (and will require admin privileges), returning the specified username's customized Page instance. If username is omitted, the operation will be done as the logged-in user, affecting their own Page instance.

Input Example

/bea/wlp/api/page/details/page_1?webapp=myWebapp&desktop=myDesktop&portal=myPortal&scope=admin

Return Example

<rsp>
    <definition_label>page_1</definition_label>
    <title>Page One</title>
    <description>A page</description>
    <webapp>/myWebapp</webapp>
    <created_date>2008-01-31 17:20:39.0</created_date>
    <modified_date>2008-01-31 17:20:39.0</modified_date>
    <is_public>true</is_public>
    <hidden>false</hidden>
</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.