Skip to main content
Question

Can we perform a Check before a CRUD operation in REST API

  • March 24, 2025
  • 0 replies
  • 26 views

AvinduHendawitharana
Hero (Partner)
Forum|alt.badge.img+8

Hi All,

I have a question regarding the usage of REST APIs in Oracle. Specifically, is there a way to initiate a “Check” method before performing a “Do” method directly through REST API calls?

 

Oracle API

I noticed that all Oracle API CRUD operations include a parameter called "action_", and I’m wondering if it’s possible to pass values like “Prepare”, “Check”, or “Do” directly to this parameter via the REST call.

Has anyone tried this or found a way to implement such functionality? Any insights or suggestions would be greatly appreciated!