14.3 Planning Your ORDS Service Module
Plan your ORDS service module schema alias, URL templates, and handlers.
Oracle REST Data Services (ORDS) lets you define web APIs using SQL and PL/SQL. Using Oracle 26ai's multilingual engine (MLE), you can also define them with server-side JavaScript.
- Choosing a Schema Alias
Choose a schema alias to define the leading segment of your ORDS service URLs. - Identifying URL Templates in a Module
Define URL templates in a module to identify the service endpoints clients call. - Choosing GET Handlers to Read Data
Use GET handlers to expose read-only access for an entity collection and a single entity. - Creating a View for GET Handlers
Create a view that returns action item data with nested team members for GET handlers.
Parent topic: Exposing APIs for Integration