Get Started with Redwood for Oracle Cloud HCM Begin Now
Oracle HCM REST API recruitingCandidates returning totalResults as -1
Summary:
Oracle HCM REST API recruitingCandidates returning totalResults as -1
Content (required):
Compared totalResults value against other APIs, but this is the only anomaly.
Version (include the version you are using, if applicable):
Identifed after 22C release upgrade.
Code Snippet (add any code snippets that support your topic, if applicable):
{
"items": [
{
"CandidateNumber": "168",
"FullName": "Collette, Michelle",
"PersonId": 1000002663
}...
],
"totalResults": -1,
"count": 200,
"hasMore": true,
"limit": 200,
"offset": 0,
"links": [
{
"rel": "self",
"name": "recruitingCandidates",
"kind": "collection"
}
]
}
0