Forum Discussion

adityamohanty's avatar
adityamohanty
New Contributor II
2 years ago
Solved

Running Rest API in a loop where Page count is fixed variable

Step -1  Rest API to get the collection info looks like  https://stage-data.xyz.com/v1/xyz-api/collections/models/info?page_size=100 Output: {     "total_count": 5099,     "page_count": 51, ...