Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Real-time Rest Data Source data update

User_POOO9Mar 18 2022 — edited Mar 18 2022

Hi,
I would like to create an editable interactive report which retrieve data from an external rest data source (simple http) and allows user to edit values in the grid and then sync back. Both data retrieval (GET) and data update (POST) can be done by the same endpoint.
At this moment I am able to retrieve the data but have no idea how to post the changes back. I have read through some materials about data synchronization which is like creating a local table to store the records and set up a job to sync over a period. Am I in the wrong direction to post edited data back to rest data source or I just missing some key function? Any keywords for me to google?
*ver 21.1.7
Thanks in advance

This post has been answered by Carsten Czarski-Oracle on Mar 21 2022
Jump to Answer
Comments
Post Details
Added on Mar 18 2022
6 comments
1,644 views