API Script for Candidate De-dupe #423
Unanswered
CHRISTIEKIMBALL
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I assume you are referring to the Bullhorn REST APIs and/or the older SOAP
APIs
You can get to pretty much whatever info you want for candidates, jobs etc
You would have to determine what logic to use to flag a duplicate candidate
- comparing names will not be good enough - so you would cross reference
email addresses and even phone numbers to determine a duplicate. The
searching in Bullhorn via the API can be expensive in terms of
time/resources - so depending how often youre going to check for dups - you
may need to get creative and develop a scheme to help determine dups more
efficiently.
We have have a subscription set up to flag any candidate records that have
changed and have programs that extract some info out of those records and
pump that info into our own internal database where we can do dup checks
much more efficiently and report back to us when it determines dups and we
can go and merge them easily
Bill Hess
TRG - 3001 West Big Beaver Road - Suite 720 - Troy, MI 48084
mobile 248.703.1196 | office 248.817.4403 | techrg.com
…On Mon, Sep 20, 2021 at 9:46 AM CHRISTIEKIMBALL ***@***.***> wrote:
Hi All - How would a client use APIs to write code to replicate the
candidate merge function in Bullhorn? Their end goal is to deduplicate
their candidate records in the database. Is this the best way to complete
this? Thank you!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#423>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSB3YDZRBOYBMVFRE55ZP3UC43J3ANCNFSM5EL74XRQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All - How would a client use APIs to write code to replicate the candidate merge function in Bullhorn? Their end goal is to deduplicate their candidate records in the database. Is this the best way to complete this? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions