Retrieve all job applicants for a specific job via this endpoint.
curl --request GET \
--url https://public.api.micro1.ai/job/{jobId}/applicants \
--header 'x-api-key: <api-key>'{
"status": true,
"message": "Job applicants fetched successfully",
"data": [
{
"job_applicant_id": "123e4567-e89b-12d3-a456-426614174000",
"job_id": "123e4567-e89b-12d3-a456-426614174000",
"job_title": "Full Stack Engineer",
"first_name": "John",
"last_name": "Doe",
"email_id": "[email protected]",
"phone_number": "+1234567890",
"phone_country_iso_code": "US",
"resume_url": "https://micro1.ai/resume/h0gqkAcaDJ.pdf",
"linkedin_url": "https://www.linkedin.com/in/john-doe-1234567890",
"source_name": "Linkedin",
"resume_score": 85,
"parsed_resume_data": {
"education": [
{
"major": "Computer Science",
"degree": "Bachelor of Science",
"end_date": "2022-06-30",
"is_present": false,
"start_date": "2021-10-01",
"university_name": "University of California, Los Angeles"
},
{
"major": "Computer Science",
"degree": "Master of Science",
"end_date": null,
"is_present": true,
"start_date": "2022-09-01",
"university_name": "University of California, Los Angeles"
}
],
"experience": [
{
"role": "Software Engineer",
"end_date": null,
"is_present": true,
"start_date": "2022-01-01",
"tech_stack": [
"React.js",
"Node.js",
"Express.js",
"MongoDB",
"PostgreSQL",
"Docker",
"Kubernetes"
],
"company_name": "micro1",
"responsibilities": "<ul><li>Developed and maintained web applications using React.js and Node.js.</li><li>Implemented RESTful APIs using Express.js and MongoDB.</li><li>Collaborated with the development team to ensure the software met quality standards.</li><li>Troubleshot test failures and identified root causes.</li><li>Automated manual testing tasks.</li><li>Worked with other engineers to improve the test automation framework.</li><li>Stayed up-to-date on the latest testing technologies.</li></ul>"
}
]
},
"date_created": "2021-01-01 00:00:00",
"date_modified": "2021-01-01 00:00:00",
"status": "active"
}
]
}API key to access the API
ID of the job
Page number
Number of items per page
Keyword to search for
Successful response
Response for getting all job applicants
Status of the response
true
Message of the response
"Job applicants fetched successfully"
List of job applicants
Show child attributes
ID of the job applicant
"123e4567-e89b-12d3-a456-426614174000"
ID of the job
"123e4567-e89b-12d3-a456-426614174000"
Title of the job
"Full Stack Engineer"
First name of the candidate
"John"
Last name of the candidate
"Doe"
Email of the candidate
Phone number of the candidate
"+1234567890"
Phone country code of the candidate
"US"
URL of the resume
"https://micro1.ai/resume/h0gqkAcaDJ.pdf"
URL of the linkedin profile
"https://www.linkedin.com/in/john-doe-1234567890"
Source of the candidate
"Linkedin"
Score of the resume
85
Parsed resume data
Show child attributes
Education of the candidate
Show child attributes
Degree of the education
"Bachelor of Science"
Major/field of study
"Computer Science"
University or institution name
"University of California, Los Angeles"
Start date of the education
"2021-10-01"
End date of the education
"2022-06-30"
Whether the candidate is currently studying
false
[
{
"major": "Computer Science",
"degree": "Bachelor of Science",
"end_date": "2022-06-30",
"is_present": false,
"start_date": "2021-10-01",
"university_name": "University of California, Los Angeles"
},
{
"major": "Computer Science",
"degree": "Master of Science",
"end_date": null,
"is_present": true,
"start_date": "2022-09-01",
"university_name": "University of California, Los Angeles"
}
]Experience of the candidate
Show child attributes
Company name of the experience
"micro1"
Role/position of the candidate
"Software Engineer"
Start date of the experience
"2022-01-01"
End date of the experience
null
Whether the candidate is currently working at this position
true
Technologies used in this role
[
"Selenium",
"Cypress",
"Playwright",
"TestCafe",
"JUnit",
"TestNG",
"BDD (Cucumber)",
"Appium",
"RestAssured"
]Job responsibilities and duties
"<ul><li>Designed, developed, and executed automated tests for software applications.</li><li>Collaborated with the development team to ensure the software met quality standards.</li><li>Troubleshot test failures and identified root causes.</li><li>Automated manual testing tasks.</li><li>Worked with other engineers to improve the test automation framework.</li><li>Stayed up-to-date on the latest testing technologies.</li></ul>"
[
{
"role": "Software Engineer",
"end_date": null,
"is_present": true,
"start_date": "2022-01-01",
"tech_stack": [
"React.js",
"Node.js",
"Express.js",
"MongoDB",
"PostgreSQL",
"Docker",
"Kubernetes"
],
"company_name": "micro1",
"responsibilities": "<ul><li>Developed and maintained web applications using React.js and Node.js.</li><li>Implemented RESTful APIs using Express.js and MongoDB.</li><li>Collaborated with the development team to ensure the software met quality standards.</li><li>Troubleshot test failures and identified root causes.</li><li>Automated manual testing tasks.</li><li>Worked with other engineers to improve the test automation framework.</li><li>Stayed up-to-date on the latest testing technologies.</li></ul>"
}
]Date created of the report
"2021-01-01 00:00:00"
Date modified of the report
"2021-01-01 00:00:00"
Status of the report
"active"
curl --request GET \
--url https://public.api.micro1.ai/job/{jobId}/applicants \
--header 'x-api-key: <api-key>'{
"status": true,
"message": "Job applicants fetched successfully",
"data": [
{
"job_applicant_id": "123e4567-e89b-12d3-a456-426614174000",
"job_id": "123e4567-e89b-12d3-a456-426614174000",
"job_title": "Full Stack Engineer",
"first_name": "John",
"last_name": "Doe",
"email_id": "[email protected]",
"phone_number": "+1234567890",
"phone_country_iso_code": "US",
"resume_url": "https://micro1.ai/resume/h0gqkAcaDJ.pdf",
"linkedin_url": "https://www.linkedin.com/in/john-doe-1234567890",
"source_name": "Linkedin",
"resume_score": 85,
"parsed_resume_data": {
"education": [
{
"major": "Computer Science",
"degree": "Bachelor of Science",
"end_date": "2022-06-30",
"is_present": false,
"start_date": "2021-10-01",
"university_name": "University of California, Los Angeles"
},
{
"major": "Computer Science",
"degree": "Master of Science",
"end_date": null,
"is_present": true,
"start_date": "2022-09-01",
"university_name": "University of California, Los Angeles"
}
],
"experience": [
{
"role": "Software Engineer",
"end_date": null,
"is_present": true,
"start_date": "2022-01-01",
"tech_stack": [
"React.js",
"Node.js",
"Express.js",
"MongoDB",
"PostgreSQL",
"Docker",
"Kubernetes"
],
"company_name": "micro1",
"responsibilities": "<ul><li>Developed and maintained web applications using React.js and Node.js.</li><li>Implemented RESTful APIs using Express.js and MongoDB.</li><li>Collaborated with the development team to ensure the software met quality standards.</li><li>Troubleshot test failures and identified root causes.</li><li>Automated manual testing tasks.</li><li>Worked with other engineers to improve the test automation framework.</li><li>Stayed up-to-date on the latest testing technologies.</li></ul>"
}
]
},
"date_created": "2021-01-01 00:00:00",
"date_modified": "2021-01-01 00:00:00",
"status": "active"
}
]
}