Get Started with Redwood for Oracle Cloud HCM Begin Now
Retrieve API results by using like operator
Summary
How to use like operator in APIContent
Hi,
We're trying to use the like operator in Fusion HCM API but for some reason it doesn't work.
for example - hcmRestApi/resources/11.13.18.05/emps?q=FirstName like '%Natalia%'
According to this doc - https://docs.oracle.com/en/cloud/saas/applications-common/20b/farca/op-hcmrestapi-scim-bulk-post.html
It should be possible but I always get a kind of error message below.
I would much appreciate your assistance.
{
"items": [],
"count": 0,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"name": "emps",
"kind"
Tagged:
0