Skip to Main Content

LiveLabs & Workshops

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

OCE Rest Api usage

User_J6XBMNov 16 2021

I am using OCE as a headless cms with next js in a client project. I have used strapi like cms before and prefer using rest api to populate the frontend of the app. My problem is when I am making nested assets for eg like this:

  1. Homepage (Page) -> Hero (Section) -> Card (Card Component)
  2. About Us (Page) -> Our Values (Section) -> Card (Card Component)
    I am not able to get all of the data from the rest api after level 1. The expand=all query param only returns the content till level 1 for eg: till Hero(Section) not the Card components.
    I want to make an api call to an asset like Homepage which will return all the nested data as well.
    How do I achieve that? Please help.

Comments

Soukaina IDRISSI

Is there any clue or solution ?

Adnen Chebaane

Use dialog close event. Otherwise, try to avoid calling the modal by page redirection.

Franck N

Hi,

how about using Popup LOV. for this instance.

Plus point you do not require any additional implementation to achieve you requirement.

regards,

Franck

1 - 3

Post Details

Added on Nov 16 2021
0 comments
153 views