Hi DenSter,
Glad that worked for you! I will definitely pass that feedback along to our team who handles documentation for API.
Please let us know if you have any other questions.
Thank you.
Search found 16 matches
- Mon Jan 25, 2021 12:58 pm
- Forum: Bullhorn APIs
- Topic: authorize with user credentials
- Replies: 3
- Views: 449
- Fri Jan 22, 2021 7:54 pm
- Forum: Bullhorn APIs
- Topic: authorize with user credentials
- Replies: 3
- Views: 449
Re: authorize with user credentials
Hi DenSter, Are you running your auth call in Postman? You should see the code under the "Headers" within the "Location" output. Additionally, if you are running the call in Postman, be sure that you have the setting "Automatically Follow Redirects" set to "Off". If neither of the above resolves the...
- Fri Jan 22, 2021 7:42 pm
- Forum: Bullhorn APIs
- Topic: Fields = * returns full record set, but giving individual field names only returns some records
- Replies: 2
- Views: 369
Re: Fields = * returns full record set, but giving individual field names only returns some records
Hi jordstew, There are some limitations around how many results will be returned when you include to-many association fields, and there's a separate limit to how many association entities will be returned. The default on that is 5 and you can request a max of 10 (http://bullhorn.github.io/rest-api-d...
- Thu Jan 21, 2021 8:55 pm
- Forum: Bullhorn APIs
- Topic: ClientContact update via POST
- Replies: 4
- Views: 681
Re: ClientContact update via POST
Hi haleymarketingtest, Are you including the ClientContact record ID in your call? It should look something like this: entity/ClientContact/16689?BhRestToken=xxxxx And the body: { "email":"test2@Test071416.com", "firstName": "Testee" } Can you try your call again being sure to include the ID and let...
- Tue Jan 19, 2021 6:47 pm
- Forum: Bullhorn APIs
- Topic: Retrieving Notes by CommentingPerson
- Replies: 5
- Views: 644
Re: Retrieving Notes by CommentingPerson
Hi Aaron, You should be able to pull notes using the following query: search/Note?fields=id,comments&query=note.action={'Left Message'} AND commentingPerson:16579&count=200&start=0 with your action and user ID input in place of what I have here, along with the fields you'd like returned. Can you try...
- Fri Oct 30, 2020 11:53 am
- Forum: Bullhorn APIs
- Topic: Retrieving a list with all candidates fail
- Replies: 2
- Views: 734
Re: Retrieving a list with all candidates fail
Hi happyrecruiter,
The / after "myCandidates" looks to be causing the error. Can you try running https://rest91.bullhornstaffing.com/res ... tToken=XXX and let me know if that call works for you?
Thank you.
The / after "myCandidates" looks to be causing the error. Can you try running https://rest91.bullhornstaffing.com/res ... tToken=XXX and let me know if that call works for you?
Thank you.
- Fri Oct 30, 2020 11:21 am
- Forum: Bullhorn APIs
- Topic: Regarding Bullhorn API "*" deprecated, Data should be same with * and field names, why error "TOO_MUCH_DATA_REQUESTED"?
- Replies: 1
- Views: 515
Re: Regarding Bullhorn API "*" deprecated, Data should be same with * and field names, why error "TOO_MUCH_DATA_REQUESTE
Hi Mitul,
Can you provide an example (or examples) of the call you're making so I can take a closer look into what may be causing the errors?
Thank you.
Can you provide an example (or examples) of the call you're making so I can take a closer look into what may be causing the errors?
Thank you.
- Fri Sep 18, 2020 5:33 pm
- Forum: Bullhorn APIs
- Topic: PlacementRateCard API
- Replies: 1
- Views: 864
Re: PlacementRateCard API
Hi Leonardo,
PlacementRateCard is currently not an entity that is accessible via API. To access rate cards and the earn codes associated with them, you'll need to log into Bullhorn directly.
Should this change in the future, our team will be sure to send out an update.
Thank you.
PlacementRateCard is currently not an entity that is accessible via API. To access rate cards and the earn codes associated with them, you'll need to log into Bullhorn directly.
Should this change in the future, our team will be sure to send out an update.
Thank you.
- Wed Sep 16, 2020 1:21 pm
- Forum: Bullhorn APIs
- Topic: Set Candidate 'Vendor' field
- Replies: 1
- Views: 804
Re: Set Candidate 'Vendor' field
Hi there,
Do you know what this field's name is in Field Mappings (not the label name)? I've attached a screenshot for reference.
Thank you.
-Laura
Do you know what this field's name is in Field Mappings (not the label name)? I've attached a screenshot for reference.
Thank you.
-Laura
- Thu Jul 30, 2020 12:57 pm
- Forum: Bullhorn APIs
- Topic: Searching for candidates with empty fields
- Replies: 5
- Views: 3708
Re: Searching for candidates with empty fields
Hi Kaetlynne,
The best way to do this would be to use the Advanced Criteria Search to include any letter of the alphabet using wildcards (a* b* c*, etc). This should remove any candidates that do not have values in those fields.
-Laura
The best way to do this would be to use the Advanced Criteria Search to include any letter of the alphabet using wildcards (a* b* c*, etc). This should remove any candidates that do not have values in those fields.
-Laura
- Wed Jul 29, 2020 7:00 pm
- Forum: Bullhorn APIs
- Topic: Retreive *All* Candidates in BH via API Call
- Replies: 1
- Views: 978
Re: Retreive *All* Candidates in BH via API Call
Hi Michael, Yes, it is possible to make an API call to retrieve all candidates. It would look something like this: search/Candidate?query=isDeleted:0&fields=id,firstName,lastName,email,phone,status&sort=id&count=500&start=1 The call would be dependent on the fields you're pulling for candidates as w...
- Wed Jun 24, 2020 4:52 pm
- Forum: Bullhorn APIs
- Topic: Custom object updates on Job Submission - confirmation
- Replies: 3
- Views: 1441
Re: Custom object updates on Job Submission - confirmation
Hi team, #1 is possible - once the JobOrder is created, the custom object could be modified via API. #2 and #3 would not be possible without a paid customization by our Professional Services team to modify the submission form as it is hard-coded. A customization may also be needed to automatically p...
- Thu May 14, 2020 7:36 pm
- Forum: Bullhorn APIs
- Topic: Lead and Contact Association
- Replies: 3
- Views: 1048
Re: Lead and Contact Association
Hi Jason,
There can only be one Contact or Candidate per Lead and vice versa. It isn't possible via the API or the UI to have more than one in either direction.
-Laura
There can only be one Contact or Candidate per Lead and vice versa. It isn't possible via the API or the UI to have more than one in either direction.
-Laura
- Thu May 14, 2020 1:06 pm
- Forum: Bullhorn APIs
- Topic: Bullhorn Chrome extension not working
- Replies: 1
- Views: 630
Re: Bullhorn Chrome extension not working
Hello,
I would recommend submitting this as a ticket to Bullhorn support for further assistance (or having an admin user do so on your behalf), especially if the extension is related to Outlook/Gmail. Our support team would be best equipped to handle resolving this issue for you.
-Laura
I would recommend submitting this as a ticket to Bullhorn support for further assistance (or having an admin user do so on your behalf), especially if the extension is related to Outlook/Gmail. Our support team would be best equipped to handle resolving this issue for you.
-Laura
- Thu May 14, 2020 1:02 pm
- Forum: Bullhorn APIs
- Topic: Lead and Contact Association
- Replies: 3
- Views: 1048
Re: Lead and Contact Association
Hi Jason, Although it is a To-Many, this only has to do with the array being displayed and saved in REST. The database fields exist as a single value. Much like if the categoryID field was limited to a single value (which can be done in Field Maps), it would still be a To-Many association and an arr...