Rest API Query Parameters - Making API Search Enabled
Summary
Searching Data using other fields in Rest API Even if You don't have Oracle ID or HEX KeyContent
Oracel List of Rest APIs are growing day by day and so is the functionality and feature they can support. Now Oracle has Query Paramaters enabled in almost its all Rest APIs. Which makes life quite easy if you want to fetch specific data for a transactions or multiple transactions but related to only one master entiry like Customer or Supplier. Query Paramter is much like where clause supplied in the API request.
HCM Example
So if you want All Employees from the system you can run this
2