BH4SF REST API
The BH4SF product contains an Open API API, or Application Programming Interface, is used by customers to create custom career portals or to take advantage of Data Mirror/DataMart. Bullhorn prefers to use REST API. specification which documents all REST endpoints exposed by the product for external systems to invoke.
The specification is retrieved through its own REST endpoint using the path:
Copy
/services/apexrest/TR1/api/<VERSION>/specifications/oas3
VERSION: In the code,
<VERSION>
is one of v1, v2, etc.
The below full URL example will return a JSON file detailing all of the REST endpoints and their expected arguments:
https://ruby-drive-3679-dev-ed.scratch.my.salesforce-sites.com/services/apexrest/TR1/api/v1/specifications/oas3
Was this helpful?
No