Search found 3 matches
- Wed Mar 04, 2020 10:42 am
- Forum: Bullhorn APIs
- Topic: Search for matches in a nested field
- Replies: 0
- Views: 3626
Search for matches in a nested field
Hello, In our implementation of BH we have a custom field that, when returned from Candidate/search/ comes back as "category": { "id": {xxx}, "name": {xxx} }, What I want to do is search for candidates where category.name = whatever. I have read the lucene documentation as well as the BH API documen...
- Mon Feb 03, 2020 4:05 pm
- Forum: Bullhorn APIs
- Topic: Get Count of entities matching certain parameters
- Replies: 1
- Views: 1542
Get Count of entities matching certain parameters
Hello, In essence, what I want to accomplish is to get the total count of entities in my database that might have parameters that match a certain query. For example, the count of Candidates that live in NY or have the last name Smith. Something along those lines. Is there a way to get the count of t...
- Mon Feb 03, 2020 10:46 am
- Forum: Bullhorn APIs
- Topic: Get Count of entities matching certain parameters
- Replies: 1
- Views: 1477
Get Count of entities matching certain parameters
Hello, Essentially, what I want to do is to be able to have a call return the total number of entities that, let's say, live in NY or have 'Smith' as a last name, for example. Can someone please point me in the right direction on how I'd be able do get this accomplished? It is for a dashboard-esque ...