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!

How to Configure Oracle APEX to Receive JSON Data via POST Request and Display It?

Hello APEX Community,

I am working on an Oracle APEX application and need assistance with a specific requirement. I want my application to be able to receive data via a POST request in JSON format and then display this data to the user. Here are the details:

Receive JSON Data via POST Request:

  • I need to set up an endpoint in my APEX application that can handle POST requests and receive JSON data.

Store and Display the Data:

  • After receiving the JSON data, I want to parse it and store the relevant information in a database table.
  • I also want to create a page in APEX that displays the data received via the POST request in a report or an interactive grid.

Detailed instructions, examples, or pointers to relevant resources would be greatly appreciated.

I am using Apesx 23.2.3

Comments
Post Details
Added on May 16 2024
1 comment
2,210 views