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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle Apex REST enable table refresh

ete2Nov 24 2022

I have a REST enable table in Oracle Apex which sends the content of the table as JSON to the URL (given by Apex). Everything works fine, I can request the content but when I change the data of the table, the requested content of the URL is not refreshed and the old data gets submitted. How can I refresh the data? If I manually refresh the browser, the correct data is displayed but not when extracting the content with Python.

Any help would be very much appreciated

Comments

Post Details

Added on Nov 24 2022
2 comments
252 views