For more information, please refer to this announcement explaining best practices for getting answers to questions.
API Entity URLs
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.