Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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