Hi,
On this page:
REST API for Oracle HCM Cloud (0 Bytes)There is an example of a call to retrieve workers by names.LastName
GET "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/workers?q=names.LastName='Doe'"
Every time I call the API in this form I receive the response:
400 Bad Request
URLrequestparameterqwithvaluenames.LastName='Doe'isnotvalid.
I have also tried this with publicWorker:
/hcmRestApi/resources/11.13.18.05/publicWorkers?q=LastName='Doe'
Successfully returns a matched record
/hcmRestApi/resources/11.13.18.05/publicWorkers?q=LastName like 'Do%'
Returns a zero result list
Am I misunderstanding the call with the q= parameter or is there an issue?
Thanks