Search found 11 matches
- Tue Jun 28, 2022 9:18 am
- Forum: Bullhorn APIs
- Topic: Unable to assign task to the user
- Replies: 1
- Views: 8689
Unable to assign task to the user
Hi, I've tried to create and update a task (id: 388) and assign a corporate user to it, by sending the request with assignees and childTaskOwners (one field at a time) as just an array with {"id":4}, and like that "childTaskOwners":[ { "id":4, "firstName":&quo...
- Wed Sep 22, 2021 4:00 am
- Forum: Bullhorn APIs
- Topic: winProbabilityPercent gets ignored on Opportunity creation
- Replies: 0
- Views: 79175
winProbabilityPercent gets ignored on Opportunity creation
Hi, When creating a deal and providing the winProbabilityPercent value, this gets ignored. Updating the value after the opportunity is created does work. This gist includes some example API calls to showcase this: https://gist.github.com/LukaszMaslej/8963c3ba776132a92080daa648cf2e71. Could this be f...
- Mon Feb 08, 2021 10:55 am
- Forum: Bullhorn APIs
- Topic: User_id + corporation_id globally unique?
- Replies: 1
- Views: 6342
User_id + corporation_id globally unique?
Hi, We are looking into setting up authentication deduplication on our end. More specifically we want to prevent users from having multiple parallel authentication tokens for the same data access. For that I would just have one question. The /settings/userId returns us information on the authenticat...
- Wed May 20, 2020 6:49 am
- Forum: Bullhorn APIs
- Topic: /search/ClientContact endpoint can return count lower than requested count in the middle of paging
- Replies: 0
- Views: 26083
/search/ClientContact endpoint can return count lower than requested count in the middle of paging
Hi, One of our common end users reached out to us with a problem. It turns out that we were not syncing all his Bullhorn contacts. We investigated this in depth and it turns out that the issue is that your API returns us resource pages with a size lower than the requested one, whilst there are in fa...
- Fri Feb 08, 2019 7:04 am
- Forum: Bullhorn APIs
- Topic: Ability to set an address' country using its ISO code
- Replies: 2
- Views: 11341
Re: Ability to set an address' country using its ISO code
Dave,
Thanks for your feedback.
It would be great if you could indeed submit this as a feature request internally.
Thanks in advance.
Kind regards,
Wout
Thanks for your feedback.
It would be great if you could indeed submit this as a feature request internally.
Thanks in advance.
Kind regards,
Wout
- Mon Dec 03, 2018 6:51 am
- Forum: Bullhorn APIs
- Topic: Ability to see if a field is hidden
- Replies: 3
- Views: 10919
Re: Ability to see if a field is hidden
Hi there,
This was exactly what we needed, thanks for the quick feedback!
Kind regards,
Wout
This was exactly what we needed, thanks for the quick feedback!
Kind regards,
Wout
- Mon Dec 03, 2018 5:38 am
- Forum: Bullhorn APIs
- Topic: Ability to see if a field is hidden
- Replies: 3
- Views: 10919
Re: Ability to see if a field is hidden
Thanks for the quick feedback.
This indeed seems to be exactly what we were looking for!
This indeed seems to be exactly what we were looking for!
- Fri Nov 30, 2018 6:50 am
- Forum: Bullhorn APIs
- Topic: Ability to set an address' country using its ISO code
- Replies: 2
- Views: 11341
Ability to set an address' country using its ISO code
Hi, At the moment we can only set the country by using the technical ID of that country. This in essence is fine, but in the case of high-volume API integration this is not that efficient. More specifically It will mean that - in order for us to be sure that we're always providing a valid country - ...
- Fri Nov 30, 2018 6:14 am
- Forum: Bullhorn APIs
- Topic: Rate limiting for API integrators
- Replies: 2
- Views: 12161
Rate limiting for API integrators
Hi, I've seen in another post that your API usage limits are documented here: http://bullhorn.force.com/pkb/articles/Documentation/Understanding-Bullhorn-API-Usage-Limits-Versioning-and-Backward-Compatibility. I had a look at this document, but I would still have some questions. We are looking to of...
- Tue Nov 27, 2018 7:05 am
- Forum: Bullhorn APIs
- Topic: Ability to see if a field is hidden
- Replies: 3
- Views: 10919
Ability to see if a field is hidden
We see that we are able to list all the end user's fields using your API (for instance for Contacts we use https://rest91.bullhornstaffing.com/rest-services/4tfxcg/meta/ClientContact). However this endpoint doesn't show us which fields are marked as "Hidden" in the Field Mappings admin. We...
- Fri Nov 09, 2018 8:11 am
- Forum: Bullhorn APIs
- Topic: Throttling
- Replies: 4
- Views: 19345
Re: Throttling
Hi, I have 2 questions about these rate limits: 1) I see that there are limitations on the concurrent API sessions and maximum number of API subscriptions. I assume these only on the level of the account and do not apply to the OAuth application itself? As in: can a certain integrator's OAuth applic...