Prashant_Musale Posted September 19, 2014 Share Posted September 19, 2014 How can i get top 10 /n elements from Prestashop Webservice URL For eg. www.xyz.com/api/products?display=full displays all products instead of this i just want top 10 elenments so how can i get this? www.xyz.com/api/products?display=[Top 10] Some things like this? Is there any configuration/ parameters defined for this. Or else i have to make changes in prestashop webservice colde.Help Link to comment Share on other sites More sharing options...
Prashant_Musale Posted September 19, 2014 Author Share Posted September 19, 2014 Anyone? Help? Link to comment Share on other sites More sharing options...
Cas Posted April 16, 2015 Share Posted April 16, 2015 use limit=5 to get the first 5 items or f.i. limit=5,10 to retrieve the 5th to the 15th item example: www.xyz.com/api/products?limit=5,10 Link to comment Share on other sites More sharing options...
Recommended Posts