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, the username of the owner of the customized 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>