Search found 14 matches
- Thu Dec 17, 2020 12:37 pm
- Forum: Bullhorn APIs
- Topic: Bullhorn REST API configuration
- Replies: 1
- Views: 259
Re: Bullhorn REST API configuration
Hi there, I can confirm that we do require OAuth and system level access is not allowed. There are a few different ways of authenticating. One is REST-backed custom components: http://bullhorn.github.io/REST-Backed-Custom-Components/. Also, in your Login call, if you don't want to store the username...
- Thu Dec 17, 2020 12:11 pm
- Forum: Bullhorn APIs
- Topic: Token that doesnt expire
- Replies: 4
- Views: 326
Re: Token that doesnt expire
Hi there,
We do require updated access tokens and it is not possible to use permanent authorization. I recommend taking a look at http://bullhorn.github.io/Getting-Started-with-REST/ and utilizing a refresh token to generate a new access token.
We do require updated access tokens and it is not possible to use permanent authorization. I recommend taking a look at http://bullhorn.github.io/Getting-Started-with-REST/ and utilizing a refresh token to generate a new access token.
- Thu Dec 17, 2020 12:06 pm
- Forum: Bullhorn APIs
- Topic: oauth/authorize returns a 404 / The requested resource is not available.
- Replies: 2
- Views: 252
Re: oauth/authorize returns a 404 / The requested resource is not available.
Hi there,
API usernames are not to be used to login to the Bullhorn UI. For more information about using and formatting API calls please see this information: http://bullhorn.github.io/rest-api-docs/.
API usernames are not to be used to login to the Bullhorn UI. For more information about using and formatting API calls please see this information: http://bullhorn.github.io/rest-api-docs/.
- Tue Sep 29, 2020 4:53 pm
- Forum: Bullhorn APIs
- Topic: Get values from Custom Text
- Replies: 2
- Views: 509
Re: Get values from Custom Text
Hi Adam,
The best way to accomplish this would be to match the Value List of this field to your site, and then have the site send us the value that was selected so we can insert that into the record.
The best way to accomplish this would be to match the Value List of this field to your site, and then have the site send us the value that was selected so we can insert that into the record.
- Tue Sep 29, 2020 4:36 pm
- Forum: Bullhorn APIs
- Topic: Using ?layout= on GET /search
- Replies: 1
- Views: 410
Re: Using ?layout= on GET /search
You can use the layout to grab the settings against a respective entity for example see this call below: GET rest-services/[redacted]/meta/JobOrder?layout=ListRow&BhRestToken[redacted] For example if you ran: rest-services/[redactred]/meta/Candidate?fields=* The "names" pulled back can be inserted i...
- Tue Sep 29, 2020 4:27 pm
- Forum: Bullhorn APIs
- Topic: Bullhorn API does return all jobs on every call
- Replies: 1
- Views: 430
Re: Bullhorn API does return all jobs on every call
Hi Amir,
For this issue I recommend creating a support ticket due to the complex and detailed nature of the issue. If you are not an Account/Support Contact, please have one create a ticket for you and they can provide your contact info and permission to work with you.
For this issue I recommend creating a support ticket due to the complex and detailed nature of the issue. If you are not an Account/Support Contact, please have one create a ticket for you and they can provide your contact info and permission to work with you.
- Tue Sep 29, 2020 2:53 pm
- Forum: Bullhorn APIs
- Topic: Getting "TOO_MUCH_DATA_REQUESTED" warning when querying
- Replies: 3
- Views: 678
Re: Getting "TOO_MUCH_DATA_REQUESTED" warning when querying
Hi Patrick, This issue is due to trying to return too much data due to the to-many fields as the error suggests. We have a hard limit in REST of returning 200 to-many associations per call. When you include three or more to-many fields we restrict the return based on the number of to-many fields req...
- Tue Aug 18, 2020 3:20 pm
- Forum: Bullhorn APIs
- Topic: API to extract specific fields of its associated entity
- Replies: 1
- Views: 775
Re: API to extract specific fields of its associated entity
Dear Team, I am trying to extract Candidate ID field from the entity Placement. Below is the API used, https://rest99.bullhornstaffing.com/rest-services/rzro1/search/Placement?fields=id,candidate(id),dateAdded&BhRestToken=387e3166-66ba-454d-ba9f-69ecfc6dfc85 {"query": "id:19884"} Result: { "total":...
- Fri Aug 14, 2020 10:08 am
- Forum: Bullhorn APIs
- Topic: Bullhorn API * deprecation
- Replies: 9
- Views: 2000
Re: Bullhorn API * deprecation
Note: Other than for /meta/{entityType}, the fields=* syntax is now deprecated because of negative performance impact. Calls using this syntax will be blocked . Many of our systems integrations depend on this call. When can we expect these calls to be blocked? This is expected to be in place by 12/...
- Fri Aug 14, 2020 10:07 am
- Forum: Bullhorn APIs
- Topic: How can get all fields list in entity
- Replies: 1
- Views: 841
Re: How can get all fields list in entity
Currentl we are using meta API with param "fields=*" for getting property of metatype (curl https://rest.bullhornstaffing.com/rest-services/e999/meta/Candidate?fields=*). now bullhorn restrict * value for getting all fields. Is there any API for getting all field in entity. There is not. Field=* wi...
- Mon Aug 10, 2020 3:58 pm
- Forum: Bullhorn APIs
- Topic: Customize Lead conversion process
- Replies: 2
- Views: 897
Re: Customize Lead conversion process
When a Lead is converted to a Contact, the Lead's status is updated to "Converted". If you have an event subscription configured to look for Lead updates then you just need to look for the status updating to Converted and can work off that.
- Mon Aug 10, 2020 3:56 pm
- Forum: Bullhorn APIs
- Topic: Bullhorn API * deprecation
- Replies: 9
- Views: 2000
Re: Bullhorn API * deprecation
This will only affect fields=*
- Tue Jun 30, 2020 4:26 pm
- Forum: Bullhorn APIs
- Topic: how to get JobOrder records within the given time range through Bullhorn API
- Replies: 4
- Views: 1323
Re: how to get JobOrder records within the given time range through Bullhorn API
Hi Bharath,
Our API uses epoch format (with milliseconds). The following website is useful for obtaining dates in this format: https://currentmillis.com/. This should allow you to successfully encode/decode your API calls and results.
Our API uses epoch format (with milliseconds). The following website is useful for obtaining dates in this format: https://currentmillis.com/. This should allow you to successfully encode/decode your API calls and results.
- Mon Apr 20, 2020 10:44 am
- Forum: Bullhorn APIs
- Topic: Inconsistent Data received from Candidate API
- Replies: 3
- Views: 1434
Re: Inconsistent Data received from Candidate API
Hello,
Integer fields in Bullhorn can only contain numerals. Anything other than an integer will be disregarded and not saved.
Integer fields in Bullhorn can only contain numerals. Anything other than an integer will be disregarded and not saved.