Hi @Abhinav Gundapaneni ,
Thank you for posting query in Microsoft Q&A Platform.
Please Note, "end_condition" is user-defined, which indicates the condition that will end the pagination loop in the next HTTP request.
In your case if there is no end condition, then may be simply ignore it and see if that helps. But having an end condition based on response we get helps.
Currently now, the end condition which mentions actually see the property called data
with values exists
or not.
Always make sure the property which we are pointing in end condition should be present in our response json. For example, As per below end condition, The pagination ends when the value of the specific node in response is empty.
Hope this helps. Please let us know how it goes.
----------
Please consider hitting Accept Answer
button. Accepted answers help community as well.