Hi,If you want to get the next bookmark then the below code example should work:
```const temp = await ctx.stub.getStateByRangeWithPagination("", "", pageSize, bookmark);// bookmark to get the next pagelet next_bookmark= temp.metadata.bookmark;```Thanks,Pratik Sanjay Patil
© 2023 Groups.io