Legacy Knowledge Base
Published Sep. 10, 2025

Subfolder webcontent is not fetched with headless API

Written By

Amit Tiwari

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

Step to Reproduce:
1. Create three basic web content.
2. Create a folder with two basic web content inside it.
Now, total web content is 5 including.
3. Navigated to http://localhost:8080/o/api
4. Executed the API request with following API:
/o/headless-delivery/v1.0/sites/{siteid}/structured-contents

Expected Behaviour: It should fetch and show the total count as 5.
Actual Behavior: It's only fetching web content outside the folder i.e. count is 3

Environment

  • Liferay DXP 7.4, 7.3

Resolution

  • In order to access the web content inside the subfolder kindly add "flatten=true".
    o/headless-delivery/v1.0/sites/20123/structured-contents?flatten=true

Additional Information

 

Did this article resolve your issue ?

Legacy Knowledge Base