Forum Discussion
RogerSramkoski I tried with HAS NEXT and NEXT URL but it's not working for me and attached the complete REST GET SNAP screenshot below and API first page skip = 0 and startcount=1 each page has 1 to 100 records.
Servirce URL : 'https://api.sendpro360.pitneybowes.com/submgmt/api/v1/subscriptions/7057/users'
RogerSramkoski I tried below HAS NEXT and NEXT URL
$entity.pageInfo.startCount+99 < $entity.pageInfo.totalCount
'https://api.sendpro360.pitneybowes.com/submgmt/api/v1/subscriptions/7057/users?skip='+ (snap.out.totalCount +1).toString()+'&limit=100'
and It's working for me partially. when I am validating the pipeline I see a total count of 921 and a limit of 100. first-page startcount= 1 and the limit 100 for the next page start count should be 101 but it starts from 201 and attached a screenshot for the same.