Forum for users and developers of Bullhorn's API service.
Moderators: StaffingSupport, s.emmons, BullhornSupport
-
pmarshall
- User
- Posts: 1
- Joined: Thu Jan 18, 2018 4:09 pm
Post
by pmarshall » Thu Jan 18, 2018 4:13 pm
Hi,
I need to pull back all of the Categories and Skills from Bullhorn. I can't work out the format of the URL I need to specify to get ALL of the categories.
Do I do a search/Category?query....
or can I do
entity/Category?fields=*
and get back a list
I'm getting a 400 on all requests.
I need to pull back the categories and skills within to migrate some data between instances of Bullhorn.
If I do a specific entity/Category/{id}
that request works.
Really need some help as its driving me NUTS
Thanks Paul
-
pearsehemestretch
- User
- Posts: 5
- Joined: Thu Mar 16, 2017 6:30 am
Post
by pearsehemestretch » Fri Jan 19, 2018 5:22 am
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,enabled&start=0&count=500...
Hope this helps.
Pearse Hemestretch
Enterprise Support Analyst
B U L L H O R N
617-478-9126 (US Support)
+44 800 032 2848 ext. 9131 (UK Support)
-
goutam2018
- User
- Posts: 2
- Joined: Tue Jul 31, 2018 4:23 pm
Post
by goutam2018 » Tue Jul 31, 2018 4:36 pm
Hi Team,
I need help in getting the following Entity. Please help me to create the API QUERY.
1. /JobSubmissionHistory?BhRestToken=XXXXXXX&where=dateAdded ( between startdate and endDate) &fields=*&start=0&count=10
2. /Sendout?BhRestToken=XXXXXXX&where=dateAdded ( between startdate and endDate) &fields=*&start=0&count=10
3. /Appointment?BhRestToken=XXXXXXX&where=dateAdded ( between startdate and endDate) &fields=*&start=0&count=10
And Please let me if I can get any documents where I will get all query parameters details.
Regards
Goutam Sikder