Content Delivery REST API to fetch images in VBCS
Summary
Content Delivery REST API to fetch images in VBCSContent
Hi,
I have published the Images in assest in oracle content and experience. I need to display these images in oracle VBCS and i am using REST API for content Delivery.
i) First step is to call items api to get all published item> https://<CECS domain>/content/published/api/v1.1/items?channelToken=<token>
ii) Loop through the result (for loop) and call REST API to get itme details. https://<cecs domain>/content/published/api/v1.1/items/<itemid>?channeltoken=<token>
Result of step 2 gives item path with different rendition. Do we need to hit another REST API like below to get the actual image?
Tagged:
1