LayoutModel

Obtain the layout and properties of a page

get/lm/oid:{oid}

Path parameters

ObjectID of a page.

Query parameters

RepresentationModestring

If the feed always transports all available information, it will be large. Therefore there is a way to limit the size of the feed. You can use the query parameter rep to specify the volume of information that is transported. You use the parameter as follows:

[ &rep = compact | full | empty ]

ExplicitMetaDatastring

Some metadata names are hidden, as they are not exposed in the MetaData iterator; for example, this is the case for all names that start with com.ibm.portal. These names also do not show up in a feed.

In the compact representation mode no metadata may be exposed, although some certain MetaData are required. Therefore, in order to expose them in a feed, you need to explicitly request them. To do this, use the &mdname parameter as follows: [ &mdname=string ]

Response

Success.

Changes

Changed in 1 of the 4 revisions of this API.12

    • added the new path request parameter oid

      new-request-path-parameter

    • added the new optional query request parameter ExplicitMetaData

      new-optional-request-parameter

    • added the new optional query request parameter RepresentationMode

      new-optional-request-parameter