Recruitment API
Endpoints for job postings and candidate management.
Get All Active Jobs
Returns all active job positions.
GET /jobs
Response: 200 OK
Get Job Details
GET /job/{id}
Response: 200 OK with details of the job position.
Get Candidate
Returns a candidate record.
GET /candidate/{id}
Response: 200 OK
Get Candidate Notes
Returns notes recorded against the candidate.
GET /candidate/{id}/notes
Response: 200 OK
Get Candidate Interviews
Returns interviews scheduled or completed for the candidate.
GET /candidate/{id}/interviews
Response: 200 OK