Offset Pagination
This pagination we will apply when we have "hasMore":true in our API response.
Select offset pagination from the dropdown and fill these values there.
- In the above example
hasMorekey helps to identify upto which page the pagination will be completed , so it will come inUser Key - As we are using
Offset paginationsoKey Name to Updatewill beoffset Data Collection Keyholds the data from the API and we will get the response in that key for example here it is['items'].
Typically being used in Oracle Netsuite, Oracle Fusion Cloud Applications etc.


