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.
Trying to query all jobResponseStatuses with jobResponseStatus ID
Moderators: StaffingSupport, pmularski, BullhornSupport