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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hiba1
Contributor
Contributor

Paginated REST API call

Hi team,

This file have an example from my Api rest response.

How can i get the other data from the next url (in the file the next url is "

<more xlink:href="https:*********"/> )

How can i do this ?

Any help please !

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Try to use tExtractXMLField to extract the URL from the response string, please refer to the component documentation and learn this component.

0693p00000Aaa7gAAB.png 

Regards

Shong

 

View solution in original post

2 Replies
root
Creator II
Creator II

One way would be to find this tag `<more xlink:href=` and then parse the value and make a call using tRestRequest in an orchestration... Maybe if you can share the job design, it may be easy to share some other ideas.

 

HTH

Anonymous
Not applicable

Hi

Try to use tExtractXMLField to extract the URL from the response string, please refer to the component documentation and learn this component.

0693p00000Aaa7gAAB.png 

Regards

Shong