What is the best integration for external REST API

I am Java Developer and new to hippo CMS but have some liferay portal experience.
We have some hiererachial application model data sits within an API exposed by a modelling tool and we want to render that on the site.
I have been looking at CRISP and also Bloomreach Documentation to do the integration. Any recommendation would be great

If the data resides externally, then crisp api is the best to read the data in the delivery tier.
You can possibly associate a cms document with an external data (e.g, storing id in the document). If you want to let content authors do it by themselves, consider using the external document picker in cms document types:

Regards,

Woonsan

1 Like

Thanks Woonsan