Versions Compared

Key

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

This page explains describes the delivery endpoint to obtain for obtaining JCR data as JSON. The endpoint provides two resources to be that can be called with HTTP 

Mgnl get
 . The delivery endpoint must be has to be configured via YAML - , which enables its customization.

...

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

...

Advanced Tables - Table Plus
highlightColor@default
multiplefalse
enableHeadingAttributesfalse
enableSortingfalse
enableHighlightingfalse


Parameter

Description

Data type

workspace

required

The name of the workspace.

String

path

required

The path relative to the rootPath defined in the configuration.

String


Example

Get the node of the first component in the area main of the page the main area of the /travel/hello page.

Code Pro
curl -X GET 'http://localhost:8080/magnoliaAuthor/.rest/delivery/website/v1/travel/hello/main/0' \
-u superuser:superuser

...

Returns a list of nodes matching a query which is composed by composed of the given query parameters.

...