This is the overview page for all Magnolia REST endpoint API pages.

The separate API pages contain examples based on cURL.

Overview

EndpointHTTP methodsSwagger UI enabled
delivery

GET

Read node.
Query nodes.

----
nodes

GET

PUT

POST

DELETE

Read nodeCreate nodeUpdate nodeDelete node
properties

GET

PUT

Create property

POST

Update property

DELETE

Read propertyDelete property
commands

-

-

POST

Execute command

-

If Swagger UI is enabled, the endpoint can be tested in Magnolia Admin UI using the REST tools.

#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))

2 Comments

  1. Excuse me,

    I try REST API, I get data node by GET nodes, and get data through uri but it need authencation. Can you tell me how magnolia authencation?

    Hear from you soon.

    Thanks,

    Huyen

    1. Hello-

      Sure, have a look at this page: Nodes endpoint API.

      curl -X GET 'http://localhost:8080/magnoliaAuthor/.rest/nodes/v1/website/travel/about/company?includeMetadata=true' \ 
      -u superuser:superuser

      HTH