Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
tmumaw
Specialist II
Specialist II

Rest Connector Row Limits

Hi all,

I'm new to the rest connector (only used it for 2 days) and need a little help.  I have everything setup and extracting data the only problem is it will only extract 5000 rows from my tables.  Is there a way to ignore the limit?

Thanks

Thom

1 Solution

Accepted Solutions
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

This limit is down to the API rather than the connector. Check with the API documentation.


There will most likely be a paging mechanism which you should be able to utilise using the REST connector.


You will most likely need to use WITH CONNECTION to send in the page size and page number to the query.


Hope that helps.

Steve

View solution in original post

2 Replies
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

This limit is down to the API rather than the connector. Check with the API documentation.


There will most likely be a paging mechanism which you should be able to utilise using the REST connector.


You will most likely need to use WITH CONNECTION to send in the page size and page number to the query.


Hope that helps.

Steve

tmumaw
Specialist II
Specialist II
Author

Thanks Steve.  I will check it out and let you know what I find.