Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Add Native Support for REST API Pagination in Oracle Analytics DV (OAS/OAC)

Oracle Analytics DV currently allows users to connect to REST APIs as data sources. However, it lacks built-in support for handling paginated responses.
Currently, users must rely on external databases, ETL processes, or scripting to retrieve all paginated data before loading it into DV. This workaround increases complexity and limits real-time API connectivity.
I would like to propose enhancing the functionalities of Oracle Analytics DV by adding native support for pagination when connecting to REST API data sources. This could include:
- Support for common pagination methods:
offset/limit
,cursor-based
, andpage/size
. - Dynamic URL parameter handling: Allow users to specify pagination parameters dynamically.
- Automated multi-page fetching: Fetch and merge paginated data automatically within DV.
- User-configurable options: Define max records per request, total records to retrieve, and stopping conditions.
Comments
-
Hoping to have feature to pass multiple parameters or pagination available soon, rest API connectivity is a strong capability but this can only be used once we have all the features enabled.
0