Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get response from strapi api for image in a component

I'm trying to get my url img in my axios response from fetching my posts content-type from strapi api. Here what I've done: I create my posts content-type and I create a components which contains fews media's slot:

enter image description here

Then I call the end point http://localhost:1337/api/posts?populate=* but I can't get any data from this components:

enter image description here

like image 307
Nathan Avatar asked Dec 06 '25 02:12

Nathan


1 Answers

You will have to deeper into it. Call your endpoint like this:

http://localhost:1337/api/posts?populate[ImgWidget][populate]=*
like image 58
Hiteshu jani Avatar answered Dec 09 '25 03:12

Hiteshu jani



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!