System Information
- Strapi Version : 4:
Hello, I am new to Strapi (first installed yesterday) so created a demo collections with the different data: field, images and so on . All collections are separate and has its own REST API endpoints, I’ve tested ones and receive data well without any problem.
So, one more thing that I want to do is combine my 10+ collections into one api endpoint - what the most simple and ‘Strapi’ way to achieve this?
According to the docs I can make a custom endpoint but it should be updated manually every time I want to add/remove some collections from the response.
Ive tried to make a related parent collection that’s combined all another nested collections needed but in response I didn’t see any data from Childs(
It would be great to get job done with UI
Thank you for your time!