Search found 5 matches
- Fri Jan 19, 2018 5:22 am
- Forum: Bullhorn APIs
- Topic: New to Bullhorn, REST Get Categories
- Replies: 2
- Views: 5620
Re: New to Bullhorn, REST Get Categories
Hi Paul, To pull a list of all categories in a system you can use the below call: .../query/Category?where=enabled=true&fields=id,name,enabled&start=0&count=500... Then you can alter this to change 'Category' to 'Skill' to pull all the Skills. .../query/Skill?where=enabled=true&fields=id,name,enable...
- Thu Jan 18, 2018 6:27 am
- Forum: Bullhorn APIs
- Topic: Placement History
- Replies: 2
- Views: 4942
Re: Placement History
HI ParityBH, At this current moment in time, Edit History information is not something that is retrievable through our API. I do not know of any plans for this to be implemented into our API, but hopefully in the future this becomes available. Apologies that your query is not currently possible. Kin...
- Tue Jan 02, 2018 8:57 am
- Forum: Bullhorn APIs
- Topic: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host
- Replies: 1
- Views: 2733
Re: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host
Hi,
Can I confirm that you are encountering this error when you're are trying to authenticate and get an access code?
If yes, can I ask if you have always received this error when trying to authenticate or has this recently started occurring?
Kind Regards,
Can I confirm that you are encountering this error when you're are trying to authenticate and get an access code?
If yes, can I ask if you have always received this error when trying to authenticate or has this recently started occurring?
Kind Regards,
- Thu Mar 16, 2017 12:04 pm
- Forum: Bullhorn APIs
- Topic: Activity Feed / Email Activity
- Replies: 3
- Views: 4439
Re: Activity Feed / Email Activity
Hi Phil, My apologies but I can confirm there is no way to retrieve/query this data through REST API, as the only way to do so would be manually in product by navigating to the activity tab on the record. With REST API we can only retrieve the current status of a record by doing a GET /entity or GET...
- Thu Mar 16, 2017 8:30 am
- Forum: Bullhorn APIs
- Topic: Activity Feed / Email Activity
- Replies: 3
- Views: 4439
Re: Activity Feed / Email Activity
Hi Phil,
This is Pearse from Bullhorn Support.
The ability to pull information about status changes ( e.g. where Candidate has gone from Status A to Status B) would required querying record Edit History Edit data can not be returned within REST API.
Kind Regards,
Pearse
This is Pearse from Bullhorn Support.
The ability to pull information about status changes ( e.g. where Candidate has gone from Status A to Status B) would required querying record Edit History Edit data can not be returned within REST API.
Kind Regards,
Pearse