Crafter Engine API
To view the Crafter Engine REST APIs:
or in a new tabNote
When simple multi-tenancy has been configured for Crafter Engine, or when working in Preview
mode, make sure that the request includes the crafterSite
parameter to set a site value. Crafter Engine API’s are site specific, and so, it needs to know the site when multi-tenancy or preview mode has been configured for each request made.
Here’s an example to get an Item from the content store:
http://localhost:8080/api/1/site/content_store/item.json?url=/site/website/index.xml&crafterSite=mysite
For more information on configuring multi-tenancy in Crafter Engine, see Configure Multi-Tenancy in Engine