I have created 1 umbraco headless project
i am getting my carousel items null
i have tried multiple url’s like expand=true and some of url’s like chidren and all that which is not working for me
Can someone help me to find nth level of data with headless
Thank you in Advance
Aadarsh
Do you know about Swagger? It’s your most important resource for exploring the API endpoint and options.
Navigate to https://localhost:443331/umbraco/swagger
Choose Umbraco Delivery API
from the dropdown at the top right.
If the first screenshot you posted shows the Carousel item, containing children you want back, you are most likely looking for this endpoint:
/umbraco/delivery/api/v2/content?fetch=children:{PARENT_GUID_HERE}
Thank you so much this url work’s for me
But can we fetch data dynamically without id as i need to call url static with id that might change regularly as i create a new component so can we fetch data dynamically??
system
(system)
Closed
April 2, 2025, 5:04am
4
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.