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!

DML on single row Rest data source

Tadas BlindaJul 23 2025 — edited Jul 23 2025

Hello,

I have API end point “/api/firewall/options/:id” which support GET and PATCH methods. GET method returns single row response.

Is it possible to create Oracle Apex Simple REST data source for such API endpoint with DML support? I need ability to preload form and update record from it. Here is response example:

{
"ipfilter" : 1,
"policy_out" : "ACCEPT",
"dhcp" : 1,
"log_level_in" : "nolog",
"enable" : 1,
"digest" : "ee5faff4dfaa07bf04a7989e0c3f70c65397ae00",
"policy_in" : "DROP",
"ndp" : 1,
"radv" : 1,
"macfilter" : 0,
}

This post has been answered by jariola on Jul 24 2025
Jump to Answer
Comments
Post Details
Added on Jul 23 2025
5 comments
65 views