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

TL;DR AI
2 min readKey summary
The post shows how to build an ORDS GET API on the nj_dump table and verify it with tools like Postman and curl.
It then configures an Oracle VBCS Service Connection from that endpoint, using Basic Authentication and a response type.
Page variables are created from the API response and mapped to form fields for UI binding.
A search button event calls the API with a num query parameter, then populates the form with the returned data.
