You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood for Oracle Cloud HCM   Begin Now

Oracle HCM REST API recruitingCandidates returning totalResults as -1

Received Response
72
Views
3
Comments

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",

            "href": "https://<mypod-name>.fa.us2.oraclecloud.com:443/hcmRestApi/resources/11.13.18.05/recruitingCandidates",

            "name": "recruitingCandidates",

            "kind": "collection"

        }

    ]

}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!