Is there default limitation or pagination in lookup search

Hi,

I’m searching for deals by deal stage id using lookup search API in Freshsales, also it returns matched deals.
The doubt is regarding the number of records it can return. Is there any pagination in lookup search or it will return all the matched deals in a single API call irrespective of the count (Eg: more than 100 deals).

Thanks in advance.

By default, if params[:per_page] is not passed, the limit is 10.
Maximum allowed limit to be passed in params[:per_page] is 100. Anything > 100 will be considered as = 100. Hope this answers your query.

3 Likes