Get Started with Redwood for Oracle Cloud HCM Begin Now
Need help searching a worker full name case-insensitive
Summary:
Need help searching a worker full name case-insensitive
Content (please ensure you mask any confidential information):
GET /hcmRestApi/resources/11.13.18.05/workers/00020000000EACED0005/child/names?q=upper(FirstName) = 'KIM'GET /hcmRestApi/resources/11.13.18.05/workers/00020000000EACED0005/child/names?q=upper(FirstName) like 'KI%'
this should work this is directly from the documentation
But this does not work
I receive the following error
URL request parameter q with value upper(FirstName) like 'KI%' is not valid.
REST API for Oracle Fusion Cloud HCM
Last Updated February 2024 You can use Oracle REST APIs to view and manage data stored in Oracle Fusion Cloud HCM.
0