First time here? Check out the FAQ!
0

404 error when trying to fetch search data

We are able to login using the below link:

http://mimls.rets.paragonrels.com/ret...

username: MIRcodehonchos

So the login works fine. We tried to do sample search as per this document

URL we tried: http://mimls.rets.paragonrels.com/ret...

Getting 404 error for this query. Please look into this. Thanks

vp's avatar
vp
asked 2020-05-20 01:11:38 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Within that url there is a section that says /mlsid/ you need to insert, in the example you provided, "mimls" in that section wihout the quotes. Ive corrected it below

http://mimls.rets.paragonrels.com/ret...

BKFS_Customer_Care's avatar
BKFS_Customer_Care
answered 2020-05-20 23:49:26 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks, have tried changing that but getting the below error:

<rets replycode="20036" replytext="Miscellaneous server login error. Missing RETS-Version"> </rets>

Was able to login separately but still get this server login error. Please advise.

vp's avatar vp (2020-05-21 01:40:33 -0500) edit

This would be the correct URL:
"http://mimls-rets.paragonrels.com/rets/fnisrets.aspx/MIMLS/login?rets-version=rets/1.7.2"
You have "rets/1.72"
Let us know if this works for you.
Also if you are running in a browser, each transaction needs the "rets-version=rets/1.7.2"

bwolven's avatar bwolven (2020-05-21 10:49:45 -0500) edit

Thanks, tried that but still shows same error.

URL:

http://mimls.rets.paragonrels.com/ret...

Error:

<rets replycode="20036" replytext="Miscellaneous server login error. Missing RETS-Version"> </rets>

vp's avatar vp (2020-05-21 23:06:53 -0500) edit

You start the parameter list with ? But Additional ones use & to separate.
“http://mimls.rets.paragonrels.com/rets/fnisrets.aspx/mimls/search?SearchType=Property&Class=ResidentialProperty&QueryType=DMQL2&Format=COMPACT&StandardNames=1&Select=ListingID,ListPrice&Query=(ListPrice=300000+)&Count=1&Limit=10&rets-version=rets/1.7.2“

bwolven's avatar bwolven (2020-05-22 20:53:16 -0500) edit

Thank you for the quick help, all working now.

vp's avatar vp (2020-05-28 09:45:29 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer