Offset Pagination Method
This pagination is applied when the API response contains "hasMore":true.
Select offset pagination from the dropdown and fill these values:
- In the above example,
hasMorekey helps to identify up to which page the pagination will be completed. It will be set inUser Key. - As we are using
Offset pagination, theKey Name to Updatewill beoffset. Data Collection Keyholds the data from the API response; for example, here it is['items'].
Typically used in Oracle Netsuite, Oracle Fusion Cloud Applications, etc.


