Forum Discussion
cike - This seems to be a lithium bug. I actually tried these call here for lithosphere and when it went above 100, the response was blank.
http://community.lithium.com/restapi/vc/search/messages/count?q=is_root:true
Count: 10112
This call works fine
and so is
If you notice, the first call has page_size = 10 and page = 100 and second has page_size = 1 and page = 1000
In both the cases, if you increase page by 1, i.e. 101 and 1001, the response will be empty. Which means, maximum of 1000 results are coming.
Please raise it with Li support.
VarunGrazitti - exactly. I also tried with page_size = 20 and page = 50. For page = 51 I get the empty response as well.
I "translated" my REST API calls (v1) to the new version 2 of Lithium API and tested them within the API-Browser in Studio. It seems that this issues doesn't occur while using API v2, because I was able retrieve data for Limit 10 (->page_size = 10) and Offset > 100 (-> page > 100).
Related Content
- 5 years ago
- 8 years ago