First time here? Check out the FAQ!
0

top selector not working

https://nglrmls-rets.paragonrels.com/...

I am trying to get just 10 listings, this api call is returning much more. the $top selector is what is listed in the GitHub. Please help

T102922's avatar
T102922
asked 2022-10-31 06:28:04 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Your URL is for legacy RETS and with that you would use the Offset (1 based) and Limit parameters.
To pull batches you would use something like Offset=1&Limit=10, Offset=11&Limit=10, etc.

bwolven's avatar
bwolven
answered 2022-10-31 08:46:20 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you. I was having difficulty understanding the differences between the original RETS statements and my providers version of it.

T102922's avatar T102922 (2022-11-01 08:00:40 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer