Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Add functionality to REST API connector to handle POST requests

The current REST API connector (which is in preview) is only designed to handle GET requests, but adding POST functionality would greatly increase the connector's utility. The POST method allows for more complex API calls that use nested JSON, arrays, multiple criteria, pagination info, etc. A GET request can only pass query parameters in the URL, which quickly becomes messy or limited in length. Using POST avoids URL size limits and allows structured filtering. I believe that most of this could be accomplished through the upload of a JSON template with the POST call details.
Large, external datasets - such as government data - require the POST method and often require a script to call the metadata for page info and then cycle through multiple pages to bring in the full dataset. They also require date parameters and so on.
Thanks for consideration of the idea.