Hi paulkoan,
I'm taking a look at this one. I'll get back to you with an update as soon as possible.
Search found 147 matches
- Tue May 12, 2015 4:29 pm
- Forum: Bullhorn APIs
- Topic: Search records by email address
- Replies: 1
- Views: 5402
- Tue May 12, 2015 12:40 pm
- Forum: Bullhorn APIs
- Topic: Password changes
- Replies: 1
- Views: 5342
Re: Password changes
Hi Y, The check on password age only occurs when logging directly into the Bullhorn application. We always advise avoiding logging directly into Bullhorn using API user credentials to avoid this issue from occurring. So, you can avoid this by not using the API user account to access Bullhorn directl...
- Tue May 12, 2015 12:32 pm
- Forum: Bullhorn APIs
- Topic: resume post
- Replies: 3
- Views: 7732
Re: resume post
Hi karvannan, Here's an example that worked for me in Postman: https://restX.bullhornstaffing.com/rest-services/XXXXX/file/Candidate/XXXXXXX?BhRestToken=[insert BhRestToken]&externalID=124&fileType=SAMPLE&name=KevinTest2&contentType=text/plain&type=Resume&description=Small text file comment&fileCont...
- Tue May 12, 2015 12:21 pm
- Forum: Bullhorn APIs
- Topic: CountryId field for candidate
- Replies: 2
- Views: 6912
Re: CountryId field for candidate
Hi cristopher,
We'll take a look at this and get back to you.
We'll take a look at this and get back to you.
- Tue May 12, 2015 12:16 pm
- Forum: Bullhorn APIs
- Topic: Search Candidates by owner.id
- Replies: 8
- Views: 14571
Re: Search Candidates by owner.id
Hi paulkoan,
I'm confirming a couple things on this. I'll have an update shortly.
I'm confirming a couple things on this. I'll have an update shortly.
- Fri May 01, 2015 11:56 am
- Forum: Bullhorn APIs
- Topic: Problem with creating ClientContact
- Replies: 3
- Views: 7445
Re: Problem with creating ClientContact
Hi oregonwebco,
This is an infrequent error in REST.
If you receive this specific error, we recommend putting in a catch & retry until you receive a successful response.
This is an infrequent error in REST.
If you receive this specific error, we recommend putting in a catch & retry until you receive a successful response.
- Fri May 01, 2015 11:47 am
- Forum: Bullhorn APIs
- Topic: JobSubmission 500
- Replies: 2
- Views: 7019
Re: JobSubmission 500
Hi Michael,
It looks like something got into the body of the request improperly. This worked for me in Postman:
It looks like something got into the body of the request improperly. This worked for me in Postman:
Code: Select all
{
"candidate": {"id": 2589},
"jobOrder": {"id": 97},
"status": "New Lead",
"dateWebResponse": 1430496000000
}
- Fri Apr 10, 2015 11:07 am
- Forum: Bullhorn APIs
- Topic: Change ownership
- Replies: 1
- Views: 5636
Re: Change ownership
Hi Cristopher,
You can set the owner field to any valid CorporateUser ID when you are creating the candidate.
You can set the owner field to any valid CorporateUser ID when you are creating the candidate.
- Fri Apr 03, 2015 10:49 am
- Forum: Bullhorn APIs
- Topic: Failure to connect to Bullhorn
- Replies: 6
- Views: 12590
Re: Failure to connect to Bullhorn
Hi GuntaL,
I'm really sorry that you had trouble working with us on this issue. I'll make sure this feedback gets to our management team.
If there's anything else we can do help at the moment, please let me know!
I'm really sorry that you had trouble working with us on this issue. I'll make sure this feedback gets to our management team.
If there's anything else we can do help at the moment, please let me know!
- Fri Apr 03, 2015 10:38 am
- Forum: Bullhorn APIs
- Topic: Need pointers on resume download & parse
- Replies: 1
- Views: 5061
Re: Need pointers on resume download & parse
Hi rajsam1,
I recommend using the REST APIs for this purpose. You can get started by checking out our documentation here: http://developer.bullhorn.com/sites/def ... TAPI_0.pdf
GET /file is documented starting p.41, and POST /resume starting on p.63
I recommend using the REST APIs for this purpose. You can get started by checking out our documentation here: http://developer.bullhorn.com/sites/def ... TAPI_0.pdf
GET /file is documented starting p.41, and POST /resume starting on p.63
- Fri Apr 03, 2015 10:31 am
- Forum: Bullhorn APIs
- Topic: Sorting is not working
- Replies: 1
- Views: 5368
Re: Sorting is not working
Hi cristopher,
You can not sort by text block fields for performance reasons.
You can not sort by text block fields for performance reasons.
- Fri Apr 03, 2015 8:36 am
- Forum: Bullhorn APIs
- Topic: Authorization redirect to home page
- Replies: 3
- Views: 7730
Re: Authorization redirect to home page
Can you try clearing your browser cache and trying it again?
- Mon Mar 30, 2015 3:13 pm
- Forum: Bullhorn APIs
- Topic: Unknown host error
- Replies: 5
- Views: 15682
Re: Unknown host error
Hi egorgan, The oAuth steps can just be done manually in a browser. Once you've generated an auth code for a given set of API user and REST credentials, you obtain the access/refresh token. From that point, you can use the access and refresh tokens programmatically to ensure that your app can connec...
- Fri Mar 27, 2015 12:25 pm
- Forum: Bullhorn APIs
- Topic: Regarding Candidate Skill
- Replies: 1
- Views: 5284
Re: Regarding Candidate Skill
Hi cristopher, You can query to obtain a list of enabled categories. Each skill is associated with a category, so you can use the getAssociationIDs operation to obtain a list of skillIDs belonging to each category. If you need just a hard list to work from, please have an authorized contact reach ou...
- Fri Mar 27, 2015 12:23 pm
- Forum: Bullhorn APIs
- Topic: Unknown host error
- Replies: 5
- Views: 15682
Re: Unknown host error
Hi egorgan,
You don't need to be logged into Bullhorn to run through the oAuth steps in a browser window. I tested these steps on my end and wasn't seeing the unknown host exception, but in any case, if all you are trying to accomplish is the oAuth, I would do so in a fresh window.
You don't need to be logged into Bullhorn to run through the oAuth steps in a browser window. I tested these steps on my end and wasn't seeing the unknown host exception, but in any case, if all you are trying to accomplish is the oAuth, I would do so in a fresh window.