Hello,
It sounds like you are having a support related issue with your instance of Bullhorn. Would you please contact support or submit a ticket so that we can reach out to you to troubleshoot.
Thank You!
Search found 32 matches
- Thu Feb 04, 2021 11:01 am
- Forum: Bullhorn APIs
- Topic: Placement email notification issue
- Replies: 4
- Views: 836
- Wed Nov 11, 2020 12:52 pm
- Forum: Bullhorn APIs
- Topic: Searching for candidates with empty fields
- Replies: 5
- Views: 4175
Re: Searching for candidates with empty fields
using a* allowed me to see all that start with letter: a. can you please assist with the advanced search criteria commands? how can we exclude all entries which are blank. or start or end with a value? can we filter based of number higher/lower than a value? etc.. please give some examples of advan...
- Fri Oct 09, 2020 12:48 pm
- Forum: Bullhorn APIs
- Topic: Does lastModifiedDate include modifications to child objects?
- Replies: 1
- Views: 684
Re: Does lastModifiedDate include modifications to child objects?
Hi jweber,
Only top-level field changes would modify the Candidate.dateLastModified. You could use an event subscription to notify you of changes as they happen. Please see http://bullhorn.github.io/rest-api-docs ... tml#events for more information.
Only top-level field changes would modify the Candidate.dateLastModified. You could use an event subscription to notify you of changes as they happen. Please see http://bullhorn.github.io/rest-api-docs ... tml#events for more information.
- Fri Oct 09, 2020 12:43 pm
- Forum: Bullhorn APIs
- Topic: Tying "ToMany" data back to parent Entity.
- Replies: 5
- Views: 1609
Re: Tying "ToMany" data back to parent Entity.
Hi jweber, "Get the parent id's for the "ToMany" data so we can later tie them back to the Candidates. (We are stuck here. Is this possible?)" Do you have an example of what you are looking for with this call? For Example, placements is a to-many field and lists the unique ID's of all placements ass...
- Fri Oct 09, 2020 12:39 pm
- Forum: Bullhorn APIs
- Topic: How to use additionalJobCriteria
- Replies: 7
- Views: 3494
Re: How to use additionalJobCriteria
Are you doing a POST against the JobOrder entity, or is this a massUpdate call? Hello, I am also having a difficult time getting results to properly display using additionalJobCriteria in the app.json file. Here's my syntax, I'd appreciate any help you can provide. additionalJobCriteria":{"field":"p...
- Fri Oct 09, 2020 10:57 am
- Forum: Bullhorn APIs
- Topic: Job Submission of Candidate
- Replies: 1
- Views: 715
Re: Job Submission of Candidate
Hi rwangjobcase,
This forum is for API related questions. If your needing support with your Bullhorn instance, I suggest having a support contact submit a ticket so they can look at the details of the specific records in question.
This forum is for API related questions. If your needing support with your Bullhorn instance, I suggest having a support contact submit a ticket so they can look at the details of the specific records in question.
- Thu Oct 08, 2020 10:28 am
- Forum: Bullhorn APIs
- Topic: Opportunities where a note has been added that day
- Replies: 2
- Views: 866
Re: Opportunities where a note has been added that day
Hi Adam, Going to do a search on opportunities and use dateLastNote to get the ones that have been updated with notes. Did that work for you? Take a look at this documentation: http://bullhorn.github.io/rest-api-docs/index.html#entity Also, here is the documentation for the Opportunity Entity: http:...
- Mon Oct 05, 2020 3:59 pm
- Forum: Bullhorn APIs
- Topic: Search query with Skills
- Replies: 1
- Views: 740
Re: Search query with Skills
Hello!
If you want to get all the Jobs that have Radiology as a skill association, you can use this:
query/JobOrder?where=skills.name='Radiology'
this can be used as a template to make the skill- association call:
http://bullhorn.github.io/rest-api-docs ... sociations
If you want to get all the Jobs that have Radiology as a skill association, you can use this:
query/JobOrder?where=skills.name='Radiology'
this can be used as a template to make the skill- association call:
http://bullhorn.github.io/rest-api-docs ... sociations
- Mon Oct 05, 2020 12:37 pm
- Forum: Bullhorn APIs
- Topic: Activity Goals and Quotas
- Replies: 3
- Views: 1232
Re: Activity Goals and Quotas
Would you be able to post the call you are using (making sure to redact identifying information to your corporation)? Alternatively, you can also submit a support ticket with the full details of the call.
- Mon Oct 05, 2020 12:18 pm
- Forum: Bullhorn APIs
- Topic: Getting "TOO_MUCH_DATA_REQUESTED" warning when querying
- Replies: 3
- Views: 1216
Re: Getting "TOO_MUCH_DATA_REQUESTED" warning when querying
Thank you for letting us know!
- Mon Oct 05, 2020 12:17 pm
- Forum: Bullhorn APIs
- Topic: Event Subscriptions for Non-Desired Entities and Phantom Candidates -- Sometimes Initiated by Non-Existent Users
- Replies: 3
- Views: 1172
Re: Event Subscriptions for Non-Desired Entities and Phantom Candidates -- Sometimes Initiated by Non-Existent Users
I see this is assigned to an analyst and I have reached out requesting they provide an update to you. I do see the analyst emailed you on 10/2. Please reply to that email with any questions.
- Wed Sep 30, 2020 2:47 pm
- Forum: Bullhorn APIs
- Topic: Event Subscriptions for Non-Desired Entities and Phantom Candidates -- Sometimes Initiated by Non-Existent Users
- Replies: 3
- Views: 1172
Re: Event Subscriptions for Non-Desired Entities and Phantom Candidates -- Sometimes Initiated by Non-Existent Users
Hi there!
Would you be able to submit a support ticket with specific examples and the data your getting back? This will allow us to better troubleshoot the issue you are having. I don't want you to post any sensitive data on the forum.
Would you be able to submit a support ticket with specific examples and the data your getting back? This will allow us to better troubleshoot the issue you are having. I don't want you to post any sensitive data on the forum.
- Tue Sep 29, 2020 9:11 am
- Forum: Bullhorn APIs
- Topic: create clientcontact
- Replies: 2
- Views: 1092
Re: create clientcontact
Hello,
The following two links should be able to help you with working with a put call for the client contact:
http://bullhorn.github.io/rest-api-docs ... put-entity
http://bullhorn.github.io/rest-api-docs ... entcontact
The following two links should be able to help you with working with a put call for the client contact:
http://bullhorn.github.io/rest-api-docs ... put-entity
http://bullhorn.github.io/rest-api-docs ... entcontact
- Thu Aug 20, 2020 3:25 pm
- Forum: Bullhorn APIs
- Topic: Bullhorn API * deprecation
- Replies: 9
- Views: 3453
Re: Bullhorn API * deprecation
Thank you for your feedback. I will pass on your feedback to our teams.
As noted int he announcement, this capability was originally offered as a convenience for developers during the prototyping phase, but was never intended to be utilized for production applications.
As noted int he announcement, this capability was originally offered as a convenience for developers during the prototyping phase, but was never intended to be utilized for production applications.
- Tue Aug 18, 2020 4:57 pm
- Forum: Bullhorn APIs
- Topic: Bullhorn API * deprecation
- Replies: 9
- Views: 3453
Re: Bullhorn API * deprecation
Our Marketing team is working to provide this communication out to all Partners and impacted Clients over the coming weeks. In the meantime, here are the details: We will be removing the ability to use the '*' syntax in retrieving fields from API entities, effective January 1, 2021. To clarify, this...