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.
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.