Hello,
I am trying to get media on the Front-End which is added inside a Dynamic Content item. I get all fields from the Dynamic Content back, except for the media. I do have ?populate=* added on my get-request.
I can’t seem to find an answer to this.
Thanks in advance,
Mxkert
EDIT:
I just figured it out. If someone in the future needs a solution, you have to add the specific item that you want to populate, so for me it was:
/api/[API_PATH]?populate=Text.Afbeelding
Where Text is the Dynamic Content item and Afbeelding is the media.