Switch language한국어
Back to the list

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

TL;DR AI

Key summary

2 min read
  1. The post shows how to build an ORDS GET API on the nj_dump table and verify it with tools like Postman and curl.

  2. It then configures an Oracle VBCS Service Connection from that endpoint, using Basic Authentication and a response type.

  3. Page variables are created from the API response and mapped to form fields for UI binding.

  4. A search button event calls the API with a num query parameter, then populates the form with the returned data.

Read the original