GET /api/reporting/business/activeCandidates
The Get Active Candidates
method retrieves the number of active candidates over a given period. The parameters dateFrom
and dateTo
specify the time range for the data. The response includes a timeline of active candidate counts.
GET /api/reporting/business/activeEmployers
The Get Active Employers
method retrieves the number of active employers over a given period. The parameters dateFrom
and dateTo
specify the time range for the data. The response includes a timeline of active employer counts.
GET /api/reporting/business/activeJobs
The Get Active Jobs
method retrieves the number of active job postings over a given period. The parameters dateFrom
and dateTo
specify the time range for the data. The response includes a timeline of active job counts.
GET /api/reporting/business/scoreOfferComparison
The Get Score Vs Offer Comparison
method provides a histogram showing the distribution of scores and the number of candidates receiving job offers within each score range. This helps determine the accuracy of the matching algorithm by correlating high scores with high job offer counts.
GET /api/reporting/business/scoreRejectComparison
The Get Score Vs Reject Comparison
method provides a histogram showing the distribution of scores and the number of candidates rejected within each score range. This helps identify score ranges where candidates are more likely to be rejected.
GET /api/reporting/business/demographicOfferRejectBreakdown
The Get Demographic Offer Reject Breakdown
method provides data on offers and rejections categorized by demographic groups
GET /api/reporting/business/employerSurvey
The Get Employer Survey Data
method retrieves feedback from employers, offering insights into their experience with the platform. The response includes survey results.
GET /api/reporting/business/candidateSurvey
The Get Candidate Survey Data
method retrieves feedback from candidates, evaluating their experience on the platform. The response includes survey results.