loop fitting to retrieve paginated data from 3rd party REST api #12
Unanswered
middlesouthlake
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on an Experience integration pipeline. I read the data from a 3rd party REST API by using HTTP request. However, the data is paginated. I need to loop the same api with different page number to get all data. I'm wondering if there is a loop fitting in integration pipeline? if no, what is the best way to read all data from the 3rd party API?
Beta Was this translation helpful? Give feedback.
All reactions