Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Methods

readNode

Returns one node by a given path including its properties and child nodes down to a certain depth.

...

Expand
titleClick to see the resulting JSON


Code Pro
languagejs
{
  "@name": "0",
  "@path": "/travel/hello/main/0",
  "text": "<p>This is demo content - which was added to the travel demo after installation for test reasons.</p>\n",
  "constrainAspectRatio": "false",
  "imagePosition": "below",
  "headlineLevel": "small",
  "headline": "Welcome to this demo content to test REST",
  "image": "jcr:795449d2-6c16-402e-9e8a-bbb101fe22bb",
  "@nodes": []
}



queryNodes

This rest resource returns a list of nodes matching a query which is composed by the given query parameters.

Request URL

Mgnl get
 /delivery/{workspace}/v1?param1=value1&param2=value2

Parameters

..

Example

..

Anchor
configuration
configuration

...