14.3.3 Choosing GET Handlers to Read Data
Use GET handlers to expose read-only access for an entity collection and a single entity.
Start by assuming your integration requires read-only access to action items. The
HTTP GET method is the appropriate one to handle this case. The figure
below shows the v0 ORDS module, with its two URL path templates, and a
GET method handler for each template.
Figure 14-4 ORDS "v0" Module with Templates and Handlers for Action Items API
Parent topic: Planning Your ORDS Service Module
