cancel
Showing results for 
Search instead for 
Did you mean: 

Iterating HTTP Get calls in CPI/HCI

anurag_sinha3
Participant
0 Kudos
228

Hi Experts,

I have a requirement where i need to make multiple iterating HTTP Get calls to a 3rd party API based on the total number of Pages. The "totalPages" and "pageNumber" is set in each page Each Page has a size of 100 records.

https://host/XXX-service/api/messages/search/findByMessageDateGreaterThanEqual?startDate=2019-06-25T...

All records when extracted needs to be posted to the cloud.

I tried using the "LoopingProcessCall" , but only the page number which is set in the Loopin call is fetched and not the entire set of page numbers.

Accepted Solutions (0)

Answers (0)