Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
UraniumSpoon
Contributor
Contributor

Incomplete URL in 'next' field for REST pagination

I'm trying to scrape paginated user data from a REST API, and the format of the 'next' field needed for pagination is `/api/v2/users/default/production?h= <TOKEN>` rather than the full `https://app.example.com/api/v2/users/default/production?h= <TOKEN>` 

How would I configure the pagination options of the API connection to correctly find the next link? The connection currently only pulls the first page of 20 users when it should be getting 3000+

 

Labels (1)
0 Replies