Hi Dave,
I have just checked that client ID and I see the redirect URI is: https://bullhorn.kewtest.co.uk/
I found something else on the setup that could cause issues and fixed that as well. Can you please try again and me let me know if you are now able to get the auth code?
Best,
Mikaela
Search found 24 matches
- Thu Nov 07, 2019 11:45 am
- Forum: Bullhorn APIs
- Topic: Error getting authorization code
- Replies: 8
- Views: 5160
- Thu Nov 07, 2019 11:25 am
- Forum: Bullhorn APIs
- Topic: Get all candidates - duplicates and omissions
- Replies: 5
- Views: 3837
Re: Get all candidates - duplicates and omissions
Hi tgallatin, Can you please send me the call you made based on my recommendation of the below? I would also recommend your order by dateadded rather than ID. search/Candidate?query=isDeleted:0&fields=id,firstName,lastName,email,phone,status&sort=id&count=500&start=1&BhRestToken=xxxx Thanks, Mikaela
- Tue Nov 05, 2019 12:38 pm
- Forum: Bullhorn APIs
- Topic: refresh_token becoming invalid a few days after successful authentication
- Replies: 1
- Views: 2061
Re: refresh_token becoming invalid a few days after successful authentication
Hi adcooley, This is Mikaela from Bullhorn Support. It sounds like you might be making parallel calls to get the new access token with the refresh token, which would make the token invalid. While the refresh tokens don't expire, they will only valid until you generate the next one. A valid refresh t...
- Tue Nov 05, 2019 12:05 pm
- Forum: Bullhorn APIs
- Topic: Filter Subscription Results for Only Job Title Changes
- Replies: 1
- Views: 1883
Re: Filter Subscription Results for Only Job Title Changes
Hi John, This is Mikaela from Bullhorn Support. I think the EditHistoryFieldChange section of the below document will help you. In your case, you will only be looking for changes where the columnName = 'title' http://bullhorn.github.io/rest-api-docs/entityref.html#entity-edithistoryfieldchange Pleas...
- Mon Nov 04, 2019 11:03 am
- Forum: Bullhorn APIs
- Topic: Get all candidates - duplicates and omissions
- Replies: 5
- Views: 3837
Re: Get all candidates - duplicates and omissions
Hi,
This is Mikaela from Bullhorn Support.
I would advise using something like the below:
search/Candidate?query=isDeleted:0&fields=id,firstName,lastName,email,phone,status&sort=id&count=500&start=1&BhRestToken=xxxx
I hope this helps. Please let me know if you have any additional questions.
This is Mikaela from Bullhorn Support.
I would advise using something like the below:
search/Candidate?query=isDeleted:0&fields=id,firstName,lastName,email,phone,status&sort=id&count=500&start=1&BhRestToken=xxxx
I hope this helps. Please let me know if you have any additional questions.
- Mon Nov 04, 2019 10:53 am
- Forum: Bullhorn APIs
- Topic: WordPress Plugin versus Portal Page
- Replies: 1
- Views: 1887
Re: WordPress Plugin versus Portal Page
Hi Thomas, This is Mikaela from Bullhorn Support. You are correct that if if you want each job on it's own page, you will move off the wordpress plugin and instead use the regular portal. I have provided some documentation that could be helpful. https://help.bullhorn.com/s/article/Open-Source-Career...
- Mon Nov 04, 2019 10:37 am
- Forum: Bullhorn APIs
- Topic: Error getting authorization code
- Replies: 8
- Views: 5160
Re: Error getting authorization code
Hi Mikaela,
This is Mikaela from Bullhorn Support and I have taken ownership of this ticket.
Can you please send me the client ID that you are using? I can check on the issue with the redirect URL.
I look forward to hearing from you.
This is Mikaela from Bullhorn Support and I have taken ownership of this ticket.
Can you please send me the client ID that you are using? I can check on the issue with the redirect URL.
I look forward to hearing from you.
- Thu Sep 19, 2019 10:40 am
- Forum: Bullhorn APIs
- Topic: I have a few questions I want to ask
- Replies: 1
- Views: 2183
Re: I have a few questions I want to ask
Hi Celena, This is Mikaela from Bullhorn Support. While the refresh tokens don't expire, they will only valid until you generate the next one. A valid refresh token can be used to generate a new access token, which also gives you a new refresh token. Once you have a new access token, you can make th...
- Mon Sep 16, 2019 10:28 am
- Forum: Bullhorn APIs
- Topic: how to adding data to customObjects
- Replies: 1
- Views: 2101
Re: how to adding data to customObjects
Hi mdeg79,
This is Mikaela with Bullhorn Support. Below is an article with helpful information about using REST with custom objects.
http://bullhorn.github.io/Custom-Objects/
Please let me know if this helps, or if you have any additional questions or concerns.
Best,
Mikaela
This is Mikaela with Bullhorn Support. Below is an article with helpful information about using REST with custom objects.
http://bullhorn.github.io/Custom-Objects/
Please let me know if this helps, or if you have any additional questions or concerns.
Best,
Mikaela
- Wed Sep 11, 2019 11:30 am
- Forum: Bullhorn APIs
- Topic: How to use additionalJobCriteria
- Replies: 7
- Views: 2418
Re: How to use additionalJobCriteria
Hi CLUser,
This is Mikaela from Bullhorn Support.
I would try "values": [{ "id": 2000001}]. Since it is an integer you don't need quotes and the id should suffice.
Let me know if that works!
Best,
Mikaela
This is Mikaela from Bullhorn Support.
I would try "values": [{ "id": 2000001}]. Since it is an integer you don't need quotes and the id should suffice.
Let me know if that works!
Best,
Mikaela
- Wed Sep 11, 2019 9:20 am
- Forum: Bullhorn APIs
- Topic: Unable to get access token with authorization code, invalid_client received
- Replies: 1
- Views: 1447
Re: Unable to get access token with authorization code, invalid_client received
Hi adcooley, This is Mikaela from Bullhorn Support and I have taken ownership of this ticket. This article tells you how to find your cluster: https://help.bullhorn.com/s/article/How-can-I-find-my-cluster-345053555, then you can use this article to find your data center and determine the specific AP...
- Fri Aug 30, 2019 9:30 am
- Forum: Bullhorn APIs
- Topic: Salary currency
- Replies: 3
- Views: 3283
Re: Salary currency
Hi jrimes,
This is Mikaela from Bullhorn Support. The Currency Format is a System Setting in Bullhorn and not a field that is accessible via API.
Please let me know if you have any additional questions.
Best,
Mikaela
This is Mikaela from Bullhorn Support. The Currency Format is a System Setting in Bullhorn and not a field that is accessible via API.
Please let me know if you have any additional questions.
Best,
Mikaela
- Thu Aug 29, 2019 3:07 pm
- Forum: Bullhorn APIs
- Topic: Get an access token: "error": "invalid_client"
- Replies: 4
- Views: 2925
Re: Get an access token: "error": "invalid_client"
Hi ansarbluecast,
This is Mikaela from Bullhorn Support. Perhaps this Getting Started article will be helpful:
http://bullhorn.github.io/Getting-Started-with-REST/
Please let me know at which point you are getting stuck.
Best,
Mikaela
This is Mikaela from Bullhorn Support. Perhaps this Getting Started article will be helpful:
http://bullhorn.github.io/Getting-Started-with-REST/
Please let me know at which point you are getting stuck.
Best,
Mikaela
- Fri Jun 28, 2019 4:24 pm
- Forum: Bullhorn APIs
- Topic: Bullhorn Back Office - 03161398
- Replies: 4
- Views: 7368
Re: Bullhorn Back Office - 03161398
Hi Mark,
This is Mikaela from Bullhorn Support. The exports you are currently using for Great Plains are the best approach we have at this time.
Please let me know if you have any additional questions.
Best,
Mikaela
This is Mikaela from Bullhorn Support. The exports you are currently using for Great Plains are the best approach we have at this time.
Please let me know if you have any additional questions.
Best,
Mikaela
- Fri Jun 28, 2019 4:05 pm
- Forum: Bullhorn APIs
- Topic: Problem Getting Access Token
- Replies: 9
- Views: 16525
Re: Problem Getting Access Token
Hello,
This is Mikaela from Bullhorn Support. Youl can download the Postman Chrome Extension per http://bullhorn.github.io/Getting-Started-with-REST/
Best,
Mikaela
This is Mikaela from Bullhorn Support. Youl can download the Postman Chrome Extension per http://bullhorn.github.io/Getting-Started-with-REST/
Best,
Mikaela