Populat Page

Hi im new to Strapi and im really struggeling doing the Poulations for my Page.
I Create a Collection Type Page, where i added a Dynamic Zone called Sections.
Now i want to populate all given Sections with alles nested fileds/components but i dont know how.
With http://localhost:1337/api/pages?populate[Sections][populate]=* i get all sections but only 1 releation Deep.
But how do i populate if i want for example the quiz also like you see in my given Screenshot.

Thx for your help.

This topic has been created from a Discord post (1300811489766277141) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

hello check the documentation herehttps://docs.strapi.io/dev-docs/api/rest/populate-select

there’s a whole section about repeatable components

you can also use the library qs to help you create the api url easily