Reputation: 31
I am using SPARK Web api to extract RESO data. I am facing an issue with the data replication. whenever I tried to do the data replication with a data limit greater than 25 always getting the following error:
{"error":{"code":400,"message":"$top must be an integer between 1 and 25"}}
Can anyone provide any efficient method to get the RESO data with a 1000 records or more per each request using RESO web api?
api request used : https://replication.sparkapi.com/Reso/OData/Property?$top=200.
Upvotes: 3
Views: 274