Forum Discussion

cike's avatar
cike
Champion
11 years ago

REST call (API v1) limited number of results

I'm using different REST API calls like this: /search/messages?q=is_root:true&sort_by=-date&page_size=10&page=${page_var}  The call works pretty well as long as the paging variable ${page_var} is l...