API 2.6 release notes

The following fields are exposed on the CorporateUser entity:

  • reportToPersonID
  • userDateAdded
  • atsSamlNameId
  • atsSamlIssuer
  • mobileSamlNameId
  • mobileSamlNameId

API 2.5 release notes

Core API

Version 2.5 of the core API is defined at:

https://api.bullhornstaffing.com/webservices-2.5/?wsdl

Changed or enhanced features

Web Response related fields on BH_JobResponse table (dateWebResponse and isHidden) are exposed via API (DEV-35507).

New feature

Edit History tables are now exposed via API for the following entities (DEV-49041):

  • Candidate
  • Client
  • Contact
  • Job
  • Submission - via JobResponseHistory (new entity)

API 2.0.2 release notes

Core API

Version 2.0.2 of the core API is defined at:

https://api.bullhornstaffing.com/webservices-2.0/?wsdl

Changed or enhanced features

  • The application now throws a change event when a candidate, contact, or job is added to a tearsheet.
  • Administrators can now set more than 3 fields on an entity to the edit type of Custom External Control.
  • A CF trigger hook can be attached to senduserprofile.cfm (applies to Bullhorn internal development only).

New features

  • A Javascript can be attached to the Candidate, ClientCorporation, ClientContact, Job, Submission, Placement and Placement Change Request Entities (applies to Bullhorn internal development only).
  • Values of a field passed to a form trigger can be changed before committing to the system as follows:
    • User edits a record and clicks save.
    • The form triggers passes the form data to the remote service.
    • The remote service returns a true value for validation and a set of values that should be changed.
    • The form JavaScript processes the changed values and updates the data locally.
    • Data is saved to the Bullhorn database.
    • Form Triggers are available on Notes.

Bug fixes

Parter API keys are no longer required for a Corporation for API 2.0 custom tab functionality to work properly (DEV-35265).

Admin API

Version 2.0.2 of the admin API is defined at:

https://api.bullhornstaffing.com/webservices-2.0/admin?wsdl

New Features

  • Add, Update and Delete Business Sectors via the API
  • Add, Update and Delete Specialties via the API