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