What are the SearchQuery and GetObject parameters to download Paragon photos?
We download all of RETS photos to increase response times and this approach has worked well with Innovia, especially when traffic gets heavy on the RETS server.
Except for using the Paragon field names, which are different for Innovia, the Innovia SearchQuery and GetObject parameters should be unchanged since we have not received any information from the Innovia to Paragon Project Manager with an update on what specifically needs to be changed regarding phRETS parameters to download photos.
These are the Innovia login, SearchQuery and GetObject parameters [with the Innovia field names] which work:
http://nne.rets.mlxinnovia.com/nne/login
SearchQuery(Property, ResidentialProperty, (OfficialTown=Antrim),(StateOrProvince=NH), array("Limit" => 3000) )
GetObject(Property, Photo, ListingID)
These are the Paragon login, SearchQuery and GetObject parameters [with the Paragon field names] which DO NOT work with the Paragon server:
http://neren.rets.paragonrels.com/ret...
SearchQuery(Property, ResidentialProperty, (L_City=Antrim),(L_State=NH), array("Limit" => 3000) )
GetObject(Property, Photo, L_ListingID)
What are the proper parameters to download the Paragon photos?
Comments
In your SerachQuery above, shouldn't ResidentialProperty be RE_1?