Search found 31 matches
- Fri Feb 19, 2021 5:20 pm
- Forum: Bullhorn APIs
- Topic: Can't get authorization code response
- Replies: 3
- Views: 688
Re: Can't get authorization code response
Hello, This is Grant with Bullhorn Support. I would suggest opening a ticket with our support team and if you are not the admin for your Bullhorn account have them submit a ticket on your behalf. We would need to look specifically at your API Username, Password, Client ID, and Client Secret to make ...
- Fri Feb 19, 2021 5:09 pm
- Forum: Bullhorn APIs
- Topic: Updating Placements Issue
- Replies: 1
- Views: 561
Re: Updating Placements Issue
Hello Ryan, This is Grant with Bullhorn Support. When updating date values via Rest API they must use EPOCH Timestamps. Below is a good website for these conversions: https://www.epochconverter.com/ So for the example you provide you will actually want this as your payload: { "dateEnd" : "1504130400...
- Wed Feb 17, 2021 10:40 am
- Forum: Bullhorn APIs
- Topic: Custom Text Field Value List
- Replies: 1
- Views: 526
Re: Custom Text Field Value List
Hello,
This is Grant from Bullhorn Support.
The REST API does not support updating field mappings. It must be done by admins within the app.
Thank You,
Bullhorn Support Team
This is Grant from Bullhorn Support.
The REST API does not support updating field mappings. It must be done by admins within the app.
Thank You,
Bullhorn Support Team
- Tue Feb 16, 2021 12:42 pm
- Forum: Bullhorn APIs
- Topic: How to create a new entity/table in Bullhorn?
- Replies: 1
- Views: 534
Re: How to create a new entity/table in Bullhorn?
Hello,
This is Grant from Bullhorn Support.
It is not possible to create new entities or tables in Bullhorn (not in-app or via rest API).
Thank you,
Bullhorn Support
This is Grant from Bullhorn Support.
It is not possible to create new entities or tables in Bullhorn (not in-app or via rest API).
Thank you,
Bullhorn Support
- Tue Feb 16, 2021 12:00 pm
- Forum: Bullhorn APIs
- Topic: Maintain Client Location List values via API
- Replies: 2
- Views: 601
Re: Maintain Client Location List values via API
Hi Jason,
This is Grant from Bullhorn Support.
It is possible to update the locations tab on the client corp record.
Below is some documentation on the location entity:
http://bullhorn.github.io/rest-api-docs ... l#location
Thank you,
Bullhorn Support
This is Grant from Bullhorn Support.
It is possible to update the locations tab on the client corp record.
Below is some documentation on the location entity:
http://bullhorn.github.io/rest-api-docs ... l#location
Thank you,
Bullhorn Support
- Thu Jan 07, 2021 12:44 pm
- Forum: Bullhorn APIs
- Topic: searching ClientCorporation via REST API
- Replies: 4
- Views: 969
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: 969
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: 1295
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: 632
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: 629
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: 1729
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: 1729
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: 1622
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: 689
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: 901
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...