Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
YouTube Security VideosMicrosoft Mechanics: A Copilot Agent Writes the Status Report(23.09.2026 um 03:30 Uhr)
Sichere ProgrammierungOpenTelemetry in the GitHub Copilot app(23.09.2026 um 04:14 Uhr)
Sichere ProgrammierungMy Introduction:(23.09.2026 um 03:53 Uhr)
Sichere ProgrammierungAgentWallex: Content Day (Articles going live)(23.09.2026 um 04:00 Uhr)
Sichere ProgrammierungYour Low-Code Platform Is Fast Until a Customer Builds One Real Table(23.09.2026 um 04:11 Uhr)
YouTube Security VideosMicrosoft Mechanics: A Copilot Agent Writes the Status Report(23.09.2026 um 03:30 Uhr)
Sichere ProgrammierungOpenTelemetry in the GitHub Copilot app(23.09.2026 um 04:14 Uhr)
Sichere ProgrammierungMy Introduction:(23.09.2026 um 03:53 Uhr)
Sichere ProgrammierungAgentWallex: Content Day (Articles going live)(23.09.2026 um 04:00 Uhr)
Sichere ProgrammierungYour Low-Code Platform Is Fast Until a Customer Builds One Real Table(23.09.2026 um 04:11 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Calling GET API & Mapping Response in VBCS (Service Connection)

In Oracle VBCS, integrating a GET API and displaying its response on the UI is one of the most common use cases. In this blog, we’ll walk through how to: Create a GET API (ORDS) Configure Service Connection in VBCS Call API using Event T…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

In Oracle VBCS, integrating a GET API and displaying its response on the UI is one of the most common use cases. In this blog, we’ll walk through how to:




  • Create a GET API (ORDS)

  • Configure Service Connection in VBCS

  • Call API using Event Trigger

  • Map API response to UI components



1. Sample GET API (ORDS)



Let’s first create a simple GET API to fetch data from nj_dump(NJ_DUMP is a table).



Below is code snippet for the creations GET API using PLSQL




BEGIN
ORDS.define_template(
p_module_name => 'nj_api',
p_pattern => 'get_data'
);
END;
/

BEGIN
ORDS.define_handler(
p_module_name => 'nj_api',
p_pattern => 'get_data',
p_method => 'GET',
p_source_type => ORDS.source_type_query,
p_source => '
SELECT name, num, dob, email
FROM nj_dump
WHERE num = nvl(:num,num)
'
);
END;
/






ENDPOINT looks like

GET /ords//nj_api/get_data?num=101

Before moving to VBCS kindly test it in POSTMAN or Curl

Note: I prefer Basic Authorization.



2. Create Service Connection in VBCS

Navigations: Go to Services → Service Connections→ Chose define by endpoint

Click Create

Enter: respective Details







3. Add GET Endpoint

Paste your respectively GET URL in the below bar & proceed next





Once you done with GET REQUEST endpoint , you will able to see like this





4. Create Page Variables

Under Web apps we will create type & variables.

type

Hope you choose the type from endpoint

you will your endpoints here like this, pick get for our case.



In the next step we have to select the needed column to display in the VBCS UI





successfully create type, it will help us to create variable in the next page.





Now go to variables & create variable, make sure select the type which you created earlier.





5.Assign Variables to the form/page



I created form layout, if code needed, I would provide you at end of blog.





In the same manner add all variables to the respective columns in the form.



6. Call GET API Using Event Trigger

Now whenever we hit the Search button, The get REST endpoint will be called return the data to form.



For that we need to create an event action trigger there we will assign the get endpoint & collect the response from it and assign the same type.





7. Pass Query Parameter

choose the respective actions here & map the num Variable to the GET API endpoint





Mapper reference





8. Testing

Working as expected:





9. End-to-End Flow




  • User enters num

  • Event Trigger fires (button / field change)

  • GET API is called via Service Connection

  • Data is fetched from DB

  • Response stored in apiResponse

  • UI automatically updates



We successfully completed GET API calling in VBCS with help of Service connection & on button event trigger.



Try with Variable onValueChanged Event instead of button



Form code:

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Calling GET API & Mapping Response in VBCS (Service Connection)

Thematisch verwandte Begriffe: Calling, Mapping, Response, VBCS · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-17636 | IBM Financial Transaction Manager (FTM) for RedHat OpenShift could allow…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick