Strapi V4 populate Media and Dynamiczones from Components

I found this on the documentation that doesn’t require to modify the endpoint. Hope it’s helpful :smile:

GET /api/articles?populate[dynamicZoneName][populate]=*
1 Like

Hello,
I have also had a field problem for some time
I use populate[blocks][populate]=* but it doesn’t solve my problem.
I have a special problem because only images with the name “background” appear.
I’ve already reinstalled Strapi version 1.14.5, 1.14.6, 1.15.0 and 1.15.1

Edit:
Since yesterday I’ve been tinkering with the api and I’ve just found a lead
The * argument doesn’t work, I have to manually add all the image names for it to work

:x: ?populate[blocks][populate]=*

:white_check_mark: ?populate[blocks][populate]=carousel,background,badge,thumbnail,*

The “background” image and “badge” work with * but not the others
this is quite a surprising problem

I hope my research will help other users

Have a nice day