Hello All,
I would appreciate any suggests on how to phrase an API call for a specific media while knowing its ID?
So i have a list of media ids that are part of a site, and I would like to go through them and get back the source file name.
I tried doing something like below (copying from my items calls) but it is not getting the response i need (in this case media id is 611)
base_request = "https://OMEKASNAME/api/media?property[0][property]=0&property[0][type]=res&property[0][text]=611"
Any help would be appreciated… thank you