khaled_Social
Member
example :
i have api I'm retrieving json data with 1000 record each put in each request i have to specify the page number and page size
NOTE :
The maximum page size is = 100
First page 1 -> page size = 100
second page 2 -> page size = 100
third page 3 -> page size = 100
i try to create counter for first page with schedule every 1 minute so i can loop for first 100 record but the issue that i face it how to move from first page to second page ?? i want when the counter reach 100 to change page number to second page 1,2,3,4,5
i have api I'm retrieving json data with 1000 record each put in each request i have to specify the page number and page size
NOTE :
The maximum page size is = 100
First page 1 -> page size = 100
second page 2 -> page size = 100
third page 3 -> page size = 100
i try to create counter for first page with schedule every 1 minute so i can loop for first 100 record but the issue that i face it how to move from first page to second page ?? i want when the counter reach 100 to change page number to second page 1,2,3,4,5