Get content of media folder via json
-
Hello there. I need to use WordPress as a headless cms.
I am able to perfectly get the folders via
wp-json/wp/v2/media_folder/
or even a specific folder via
wp-json/wp/v2/media_folder/3 where 3 is the id.I do see a count variable which shows the amount of images in that id.
How do I get all the actual images in that folder please?
I am looking for a json rest api link to get all images as an array from a specific media_folder id.Thank you
All the best
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get content of media folder via json’ is closed to new replies.