2. Enhancement
A Few Enhancements for REST Adapter
There are a few enhancements for the REST Adapter as follows:
- In the previous version, the REST Adapter did not support pagination. This has now been enhanced to support pagination, enabling the adapter to process large datasets returned by REST APIs. Two pagination methods are supported: Index + Offset and Next URL. These methods allow the adapter to automatically retrieve records across multiple pages until all data is processed.
- Added Scheduler Last Run Date/Time logic to the REST Adapter, allowing users to include it in request headers, query parameters, or path parameters to retrieve results from external systems based on a specific datetime. By default, the value is set to 1800-01-01 00:00:00. For subsequent scheduler runs, the last run datetime is automatically retrieved from the interface control runtime stored in the background. To use this feature, specify __SKYVVA__Last_Run_Date_Time in the query parameters to pass the datetime value. For example: ?Datetime>={!__SKYVVA__Last_Run_Date_Time}.