Versions Compared

Key

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

...

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

Request URL

Mgnl get
 rest<magnolia-base-URLpath>/.rest/delivery/{endpointPrefix}/v1/{path}

...

Returns a list of nodes matching a query composed of the given query parameters. You also can apply filters to the query.

Request URL

Mgnl get
 rest<magnolia-base-URLpath>/.rest/delivery/{endpointPrefix}/v1?param1=value1&param2=value2&... 

...