Trying to query all jobResponseStatuses with jobResponseStatus ID

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

Moderators: StaffingSupport, pmularski, BullhornSupport

Post Reply
kmchuc
User
Posts: 1
Joined: Wed Oct 02, 2024 10:23 pm

Trying to query all jobResponseStatuses with jobResponseStatus ID

Post by kmchuc »

I'm currently using this endpoint /rest-services/{domain)/settings/jobResponseStatusList which returns an array of job interview stages, for example:
[
"Internally Submitted",
"Candidate Interested",
"Candidate Not Interested",
"Client Rejected",
"Interview Feedback",
"Offer Extended",
"Offer Rejected",
"Interview Scheduled",
"Second Interview",
"Third Interview",
"Final Interview",
"Candidate Lost Interested",
"Candidate Didn't Interview"
]

But I'd like to get the the job interview stage IDs in the API response as well. Is it possible through this endpoint? I've tried testing through the fields=jobResponseStatus(id) query param but had no success.
Post Reply