[API Call] Which candidate's file was sent to client ?

Forum for users and developers of Bullhorn's API service.

Moderators: StaffingSupport, pmularski, BullhornSupport

Post Reply
malexandre
User
Posts: 1
Joined: Wed Sep 16, 2020 11:19 am

[API Call] Which candidate's file was sent to client ?

Post by malexandre »

Hello Team,

I've been looking for the best call to find which candidate's file has been submitted to client (JobSubmission)

i'm able to find the list of Submissions:

Code: Select all

https://rest31.bullhornstaffing.com/rest-services/XXXX/search/JobSubmission?query=dateAdded:[20220503000000 TO 2022050423595900]&fields=id,branch,candidate,comments,jobOrder,owners,salary,payRate,source,status
I'm able to find the candidate's documents IDs from the candidate's ID

Code: Select all

https://rest31.bullhornstaffing.com/rest-services/XXXX/file/Candidate/23648/31365
But cannot find how to know which candidate's file has been attached to a job submission ?
Anyone can help ?

Thanks
Max
Post Reply