Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: The path should be absolute from root otherwise it will throws "InvalidQueryException: travel/about/careers/marketing-associate is not an absolute path"

...

Mgnl mini code snippet
Stylesimple

@ancestor=/travel/about/careers/marketing-associate

...

Search all ancestor nodes of the page /travel/about/careers/marketing-associate from the website workspace-

Code Block
curl -X GET \
'http://localhost:8080/magnoliaAuthor/.rest/delivery/website/v1?@ancestor=/travel/about/careers/marketing-associate' \
 -u superuser:superuser

...