hkremer
4 years agoHelper
REST API Limit
Hi there, I understand that the max results for LiQL query is 1000 (source). However, when making a call SELECT * FROM messages limit 1000 I get hit with a 414. I'm struggling to find any...
hkremer, Looks like there some issue with your instance indexing for v2 API limit, Your API code looks good to me.
SELECT id FROM messages LIMIT 999
If above query give you results and 1000 doesn't then this issue is with API default limit to 999.
You should report this issue to Khoros support (support@khoros.com) team, they will help you out on this issue.