Magnolia 5.7 reached extended end of life on May 31, 2022. Support for this branch is limited, see End-of-life policy. Please note that to cover the extra maintenance effort, this EEoL period is a paid extension in the life of the branch. Customers who opt for the extended maintenance will need a new license key to run future versions of Magnolia 5.7. If you have any questions or to subscribe to the extended maintenance, please get in touch with your local contact at Magnolia.
This is the overview page for all Magnolia REST endpoint API pages.
- Delivery endpoint API
- Nodes endpoint API
- Properties endpoint API
- Commands endpoint API
- REST API error handling
- REST services health check
The separate API pages contain examples based on cURL.
Overview
Endpoint | HTTP methods | Swagger UI enabled | |||
---|---|---|---|---|---|
delivery | GET Read node. | - | - | - | - |
nodes | GET Read node | PUT Create node | POST Update node | DELETE | ✓ |
Delete node | |||||
properties | GET Read property | PUT Create property | POST Update property | DELETE | ✓ |
Delete property | |||||
commands | - | - | POST Execute command | - | ✓ |
If Swagger UI is enabled, the endpoint can be tested in Magnolia Admin UI using the REST tools.