I want to fetch all the image url
related to a particular property, but $rets->GetObject
function is not returning the image url
.
Please help me to find where i am wrong?
I want to fetch the image URLs for the MLS property number = W******. But it is not returning any image URL.
Below is my code:
$photos = $rets->GetObject("Property", "Photo", "W******", "*", 1);
Please help me to solve this.