curl --request GET \
--url https://api.example.com/api/screening/submission/{jobSubmissionId}{
"id": 789,
"jobSubmissionId": 456,
"candidateId": 123,
"jobId": 789,
"currentScore": 66.67,
"potentialScore": 100,
"disqualify": false,
"submissionSummary": {
"screeningSummary": "The candidate meets most critical requirements including ICU experience and certifications...",
"followUpQuestions": [
"Are you willing and able to work night shifts?"
],
"missingInformation": [
"Night shift availability"
],
"strengths": [
"Current ACLS and BLS certifications"
],
"gaps": [
"Experience level slightly below requirement"
]
},
"applicationReadiness": {
"readinessScore": 75,
"status": "NeedsInformation",
"requiredDocuments": {
"missing": [
"PALS certification",
"Professional references"
],
"expiringSoon": [
"RN License (expires in 60 days)"
]
},
"qualificationGaps": {
"critical": [
"Night shift availability confirmation",
"PALS certification"
],
"recommended": [
"Additional year of ICU experience",
"Pediatric care experience"
]
},
"workHistoryGaps": {
"gaps": [
{
"startDate": "2022-06-01",
"endDate": "2022-08-15",
"duration": "2.5 months"
},
{
"startDate": "2023-01-01",
"endDate": "2023-03-01",
"duration": "2 months"
}
],
"totalGapDuration": "4.5 months"
},
"nextSteps": [
"Submit PALS certification",
"Provide professional references",
"Confirm night shift availability",
"Renew RN license"
]
},
"criteria": [
{
"id": 1,
"source": "job_criteria",
"question": "How many years of ICU nursing experience do you have?",
"criteria": "Minimum of 3 years ICU nursing experience required",
"type": "YearsOfExperience",
"status": "PartiallyMet",
"reasoning": "The candidate has 2 years of ICU experience...",
"textEvidence": "2 years of experience in Medical ICU"
}
],
"qualificationLevel": "Appropriate",
"isRelevant": true,
"candidate": {
"id": 123,
"name": "Jane Smith",
"location": "San Francisco, CA",
"yearsOfExperience": 2
},
"job": {
"id": 789,
"title": "ICU Nurse",
"location": "San Francisco, CA",
"department": "Nursing"
},
"createdAt": "2024-03-19T18:30:00Z"
}
Retrieve screening result for a specific job submission
curl --request GET \
--url https://api.example.com/api/screening/submission/{jobSubmissionId}{
"id": 789,
"jobSubmissionId": 456,
"candidateId": 123,
"jobId": 789,
"currentScore": 66.67,
"potentialScore": 100,
"disqualify": false,
"submissionSummary": {
"screeningSummary": "The candidate meets most critical requirements including ICU experience and certifications...",
"followUpQuestions": [
"Are you willing and able to work night shifts?"
],
"missingInformation": [
"Night shift availability"
],
"strengths": [
"Current ACLS and BLS certifications"
],
"gaps": [
"Experience level slightly below requirement"
]
},
"applicationReadiness": {
"readinessScore": 75,
"status": "NeedsInformation",
"requiredDocuments": {
"missing": [
"PALS certification",
"Professional references"
],
"expiringSoon": [
"RN License (expires in 60 days)"
]
},
"qualificationGaps": {
"critical": [
"Night shift availability confirmation",
"PALS certification"
],
"recommended": [
"Additional year of ICU experience",
"Pediatric care experience"
]
},
"workHistoryGaps": {
"gaps": [
{
"startDate": "2022-06-01",
"endDate": "2022-08-15",
"duration": "2.5 months"
},
{
"startDate": "2023-01-01",
"endDate": "2023-03-01",
"duration": "2 months"
}
],
"totalGapDuration": "4.5 months"
},
"nextSteps": [
"Submit PALS certification",
"Provide professional references",
"Confirm night shift availability",
"Renew RN license"
]
},
"criteria": [
{
"id": 1,
"source": "job_criteria",
"question": "How many years of ICU nursing experience do you have?",
"criteria": "Minimum of 3 years ICU nursing experience required",
"type": "YearsOfExperience",
"status": "PartiallyMet",
"reasoning": "The candidate has 2 years of ICU experience...",
"textEvidence": "2 years of experience in Medical ICU"
}
],
"qualificationLevel": "Appropriate",
"isRelevant": true,
"candidate": {
"id": 123,
"name": "Jane Smith",
"location": "San Francisco, CA",
"yearsOfExperience": 2
},
"job": {
"id": 789,
"title": "ICU Nurse",
"location": "San Francisco, CA",
"department": "Nursing"
},
"createdAt": "2024-03-19T18:30:00Z"
}
Show Summary fields
Show Readiness fields
Show Criterion fields
{
"id": 789,
"jobSubmissionId": 456,
"candidateId": 123,
"jobId": 789,
"currentScore": 66.67,
"potentialScore": 100,
"disqualify": false,
"submissionSummary": {
"screeningSummary": "The candidate meets most critical requirements including ICU experience and certifications...",
"followUpQuestions": [
"Are you willing and able to work night shifts?"
],
"missingInformation": [
"Night shift availability"
],
"strengths": [
"Current ACLS and BLS certifications"
],
"gaps": [
"Experience level slightly below requirement"
]
},
"applicationReadiness": {
"readinessScore": 75,
"status": "NeedsInformation",
"requiredDocuments": {
"missing": [
"PALS certification",
"Professional references"
],
"expiringSoon": [
"RN License (expires in 60 days)"
]
},
"qualificationGaps": {
"critical": [
"Night shift availability confirmation",
"PALS certification"
],
"recommended": [
"Additional year of ICU experience",
"Pediatric care experience"
]
},
"workHistoryGaps": {
"gaps": [
{
"startDate": "2022-06-01",
"endDate": "2022-08-15",
"duration": "2.5 months"
},
{
"startDate": "2023-01-01",
"endDate": "2023-03-01",
"duration": "2 months"
}
],
"totalGapDuration": "4.5 months"
},
"nextSteps": [
"Submit PALS certification",
"Provide professional references",
"Confirm night shift availability",
"Renew RN license"
]
},
"criteria": [
{
"id": 1,
"source": "job_criteria",
"question": "How many years of ICU nursing experience do you have?",
"criteria": "Minimum of 3 years ICU nursing experience required",
"type": "YearsOfExperience",
"status": "PartiallyMet",
"reasoning": "The candidate has 2 years of ICU experience...",
"textEvidence": "2 years of experience in Medical ICU"
}
],
"qualificationLevel": "Appropriate",
"isRelevant": true,
"candidate": {
"id": 123,
"name": "Jane Smith",
"location": "San Francisco, CA",
"yearsOfExperience": 2
},
"job": {
"id": 789,
"title": "ICU Nurse",
"location": "San Francisco, CA",
"department": "Nursing"
},
"createdAt": "2024-03-19T18:30:00Z"
}