webMethods OneData 10.11 | Managing Master Data with webMethods OneData | Developing for webMethods OneData | RESTful Web Services | Limiting Data Retrieved in RESTful GET Services | Use Pagination
 
Use Pagination
Limits the records that webMethods OneData includes in a GET response page based on the batchSize selected. For example:
To retrieve five records from page 2, the URL would be:
http://localhost:8080/onedata/rest/QA/Standard%20Project/DO/REST_FILTER_OBJECT?batchSize=5&pageNum=2
For more details on using pagination, see pageNum.