Search found 26 matches
- Thu Jan 07, 2021 12:44 pm
- Forum: Bullhorn APIs
- Topic: searching ClientCorporation via REST API
- Replies: 4
- Views: 176
Re: searching ClientCorporation via REST API
Hello haleymarketingtest, There are two way to search for multiple statuses: /search/ClientCorporation?query=status:"Active Account" OR status:Unqualified or /search/ClientCorporation?query=status:("Active Account" Unqualified) Any status that contains spaces must have "" Thank you, Bullhorn Support
- Wed Jan 06, 2021 12:50 pm
- Forum: Bullhorn APIs
- Topic: searching ClientCorporation via REST API
- Replies: 4
- Views: 176
Re: searching ClientCorporation via REST API
Hello, This is Grant from Bullhorn Support. To search for a ClientCorporation via REST API you cannot search on isDeleted because companies cannot be deleted. It is recommended you search for company ID using the status field in your query. Example below: /search/ClientCorporation?query=status:Activ...
- Tue Nov 24, 2020 6:41 pm
- Forum: Bullhorn APIs
- Topic: Bullhorn Data Access and Sandbox Questions
- Replies: 2
- Views: 637
Re: Bullhorn Data Access and Sandbox Questions
Hello, This is Grant from Bullhorn Support. If I am understanding your questions correctly: 1. You must use the credentials your client sent you, as those are the ones directly tied to that database (Sandbox). Your existing credentials could be connected to a completely separate database or those cr...
- Tue Nov 24, 2020 6:32 pm
- Forum: Bullhorn APIs
- Topic: Generate Password for API Account
- Replies: 1
- Views: 231
Re: Generate Password for API Account
Hello, This is Grant with Bullhorn Support, The customer (User of the Bullhorn ATS) must provide you with the API Password as that is created in-app (Bullhorn ATS). The customer creates the password for security reasons. And if they ever need to break that API connection/Shut it off, all they would ...
- Tue Nov 24, 2020 6:26 pm
- Forum: Bullhorn APIs
- Topic: Functionality of OptOut in Candidate Entity
- Replies: 1
- Views: 206
Re: Functionality of OptOut in Candidate Entity
Hello,
This is Grant with Bullhorn Support,
That is the massMailOptOut field and Indicates whether the Candidate has chosen not to be included in mass emails through the Bullhorn system. When this is yes mass mails will not send to that candidate.
Thank you
This is Grant with Bullhorn Support,
That is the massMailOptOut field and Indicates whether the Candidate has chosen not to be included in mass emails through the Bullhorn system. When this is yes mass mails will not send to that candidate.
Thank you
- Tue Nov 24, 2020 6:23 pm
- Forum: Bullhorn APIs
- Topic: Default layout / template customisation
- Replies: 6
- Views: 685
Re: Default layout / template customisation
Hello, This is Grant from Bullhorn Support. Looks like we are doing some redesign. Try this new link: http://bullhorn.github.io/career-portal/customizing.html Aso the contact support link does work but you will need to be logged in/ Need to be an account/support contact for your company. If you are ...
- Tue Nov 24, 2020 9:51 am
- Forum: Bullhorn APIs
- Topic: Default layout / template customisation
- Replies: 6
- Views: 685
Re: Default layout / template customisation
Hello, This is Grant from Bullhorn Support. Below are some useful articles on configuring the Career Portal as well as customizing the look and feel. https://github.com/bullhorn/career-portal/wiki https://github.com/bullhorn/career-portal/wiki/Customization-of-the-Portal https://github.com/bullhorn/...
- Mon Oct 19, 2020 12:36 pm
- Forum: Bullhorn APIs
- Topic: Tying "ToMany" data back to parent Entity.
- Replies: 5
- Views: 833
Re: Tying "ToMany" data back to parent Entity.
Hello,
Using a large number will be best. We are no longer allowing "*" queries in API calls so choosing a large number is the best method. There is no limit but there is a limit on the amount that can be mass updated which is 10,000.
Thank you,
Using a large number will be best. We are no longer allowing "*" queries in API calls so choosing a large number is the best method. There is no limit but there is a limit on the amount that can be mass updated which is 10,000.
Thank you,
- Mon Oct 19, 2020 12:30 pm
- Forum: Bullhorn APIs
- Topic: API Into SharePoint Online?
- Replies: 1
- Views: 337
Re: API Into SharePoint Online?
Hello rcaldicott,
We do not have any documentation on SharePoint but we have had other clients in the past request API User for Sharepoint, so if you need an API user for Sharepoint simply submit a ticket with our support team and we can create one for you.
Thank you
Bullhorn Support
We do not have any documentation on SharePoint but we have had other clients in the past request API User for Sharepoint, so if you need an API user for Sharepoint simply submit a ticket with our support team and we can create one for you.
Thank you
Bullhorn Support
- Mon Oct 19, 2020 12:27 pm
- Forum: Bullhorn APIs
- Topic: REST API job progress fields
- Replies: 2
- Views: 452
Re: REST API job progress fields
Hello candell This is Grant from Bullhorn support. IT depends on the meaning of those icons as they relate directly to these settings: https://help.bullhorn.com/bhatsTopics/s/article/Understanding-Workflow-System-Settings-866537489 For example the first icon releates to Pre screen then you will want...
- Wed Oct 14, 2020 10:22 am
- Forum: Bullhorn APIs
- Topic: Merge Candidates Via API?
- Replies: 1
- Views: 363
Re: Merge Candidates Via API?
Hello jcorbinloy, This is Grant from Bullhorn Support We did not build merging records functionality into WebServices API. When you merge two records in Bullhorn, several different actions are taken. It is certainly possible to code an equivalent process using various different API operations we hav...
- Wed Oct 14, 2020 9:37 am
- Forum: Bullhorn APIs
- Topic: Token refresh issues
- Replies: 20
- Views: 3050
Re: Token refresh issues
Hello, This is Grant with Bullhron Support. So I was able to get a refresh token with https://auth-emea9.bullhornstaffing.com. In order for us to really determine what is going on we are going to need the full call to determine if there is a syntax issue or if something else is occuring. Sharing the...
- Wed Oct 14, 2020 9:32 am
- Forum: Bullhorn APIs
- Topic: Tying "ToMany" data back to parent Entity.
- Replies: 5
- Views: 833
Re: Tying "ToMany" data back to parent Entity.
Jeff, This is Grant from Bullhorn Support. We have some documentation here on To-many Associations: http://bullhorn.github.io/rest-api-docs/#to-many-associations But the max is 10 for to many. Your question on how to get the to many fields without doing to many might be possible using "()" http://bu...
- Tue Oct 13, 2020 12:22 pm
- Forum: Bullhorn APIs
- Topic: How to use additionalJobCriteria
- Replies: 7
- Views: 2418
Re: How to use additionalJobCriteria
Hello,
This is Grant from Bullhorn.
What is the full query you are running to post these jobs to your portal? ANd what is the error code you are running into?
Thank you
This is Grant from Bullhorn.
What is the full query you are running to post these jobs to your portal? ANd what is the error code you are running into?
Thank you
- Tue Oct 13, 2020 9:36 am
- Forum: Bullhorn APIs
- Topic: Token refresh issues
- Replies: 20
- Views: 3050
Re: Token refresh issues
Hello,
This is Grant from Bullhorn support.
Can you try just using the following and see if you still get a refresh error:
https://auth-emea.bullhornstaffing.com
https://rest-emea.bullhornstaffing.com
https://api-emea.bullhornstaffing.com
Thank you
This is Grant from Bullhorn support.
Can you try just using the following and see if you still get a refresh error:
https://auth-emea.bullhornstaffing.com
https://rest-emea.bullhornstaffing.com
https://api-emea.bullhornstaffing.com
Thank you