Skip to main content
Question

Achieving Pagination 

  • February 28, 2025
  • 0 replies
  • 14 views

I have resource URL as “https://api.simpleng.com.au/v2/ActionSheets/SummaryForSite/3?data=bma&changesAfter=2024-11-01T00:00:00&pageNumber=1” 

And response as :
{

    "page": 1,

    "ofPages": 3,

    "content": [ ] 
}

Where I want to get all records in Page 1,2 and 3.
Despite using pagination I am not able to get the records from all the pages and get only from 1st page.

I am using Pagination with PageNumber and using ${StartAt} variable.
Refer below Screenshots
 

 

0 replies

Be the first to reply!

Reply