According to RETS 1.5 documentation I should be able to fetch photo URLs for each photo for a listing using 'object-id'
According to the forum here I see that 'ObjectID' is recommended. I've also tried 'Object-ID'
None of these work - they all return the primary photo over and over again.
GET /rets/fnisrets.aspx/HUDSON/getobject?Object-ID=15&Resource=Property&Type=Photo&ID=160007158&Location=1
GET /rets/fnisrets.aspx/HUDSON/getobject?ObjectID=15&Resource=Property&Type=Photo&ID=160007158&Location=1
GET /rets/fnisrets.aspx/HUDSON/getobject?object-id=15&Resource=Property&Type=Photo&ID=160007158&Location=1
What should I do ?