locationlabel

REST API Overview

Overview of the REST API for Hippo Go Green.

Hippo's default Content REST API is available in all the channels of this demo site. All the published content of each site is therefore available in JSON format. You can retrieve the documents list on the URL /api/documents. In this list you find a URL to the output per indivdual document.

You can for example configure this output by adding parameters to specify document types and output fields: /api/documents?_nodetype=hippogogreen:product&_attributes=
hippogogreen:title,hippogogreen:summary,hippogogreen:image,hippogogreen:price

Next to this default output some manually built REST endpoints are available. The available for these endpoints can be found under the documentation.  The demo shows how the REST service can be used to search the list of products.