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: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

API Entity URLs

edited Dec 14, 2022 6:33AM in Taleo Business Edition (TBE)

Content

When I get an entity's information via /object/info/, the URLs look as follows:

stdClass Object

(

    [name] => requisition

    [label] => requisition

    [searchable] => true

    [creatable] => true

    [deletable] => true

    [urls] => stdClass Object

        (

            [object] => https://sj.tbe.taleo.net/SJ6/ats/api/v1//object/info/requisition

            [standard-description] => https://sj.tbe.taleo.net/SJ6/ats/api/v1//object/requisition/description/standard

            [custom-description] => https://sj.tbe.taleo.net/SJ6/ats/api/v1//object/requisition/description/custom

            [instance] => https://sj.tbe.taleo.net/SJ6/ats/api/v1//object/requisition/{id}

            [collection] => https://sj.tbe.taleo.net/SJ6/ats/api/v1//object/requisition/search

        )

)

The URLs have a double slash between the version number and the object. Attempting to retrieve data from the obtained URLs fails with an error, but when I remove the double slash and replace it with just one, the API call executes successfully.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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