Sephora

פרמיום
על ידי Api Dojo | מְעוּדכָּן 13일 전 | eCommerce
פּוֹפּוּלָרִיוּת

9.5 / 10

חֶבִיוֹן

4,129ms

רמת שירות

100%

Health Check

N/A

חזרה לכל הדיונים

No of reviews

Rapid account: Nnguyen 2021
nnguyen2021
2년 전

Hi API team,

How can I make the query return more than 100 reviews? Even when i set the ‘limit’ parameter to above 100, the ‘TotalResults’ attribute is still 101. Can you please walk me through this? Thank you 😃

Rapid account: Apidojo
apidojo Commented 2년 전

Well,

You should check the response data CAREFULLY. The P454378 has TotalResults being 43, there is no second page (with 60 as limit) of course. https://prnt.sc/23sr9pq. Please check everything before asking something silly.

Regards

Rapid account: Nnguyen 2021
nnguyen2021 Commented 2년 전

Thank you for the prompt reponse.

For the first 60 reviews, I did: params: {ProductId: ‘P454378’, Limit: ‘60’, Offset: ‘0’}

And for the next 60 reviews, I tried: params: {ProductId: ‘P454378’, Limit: ‘60’, Offset: ‘60’}

However, it didnt work and the second query returned 0 results. Did I do this wrong?

Thanks,

Rapid account: Apidojo
apidojo Commented 2년 전

Hello,

Every applications always have paging feature in the listing page. The limitation is fixed on the server side. You cannot change it.

Regards.

הצטרף לדיון - הוסף תגובה למטה:

התחבר / הירשם כדי לפרסם תגובות חדשות