Created
July 22, 2022 03:24
-
-
Save rafaelcavalcante/99c8f38ebc43da4225a828a545372fe2 to your computer and use it in GitHub Desktop.
INK_api_admin_hunting_report
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"candidates": [ | |
{ | |
"id": 6, | |
"gid": "c81bd15297d3610dc0a75ff0375cb160", | |
"name": "teste insetr", | |
"surname": "sobre nome", | |
"birth_date": "1988-05-15T00:00:00.000000Z", | |
"cellphone": "95981110695", | |
"email": "32142342342", | |
"payment": 4344, | |
"status": null, | |
"cv_path": "docs/c81bd15297d3610dc0a75ff0375cb160/cv.jpg", | |
"portifolio_url": "http", | |
"linkedin_url": "http", | |
"pcd": 1, | |
"pcd_type_id": 1, | |
"pcd_details": "gfgfd", | |
"pcd_report": "docs/c81bd15297d3610dc0a75ff0375cb160/pcd_report.jpg", | |
"state_id": 1, | |
"city_id": 1, | |
"first_job": 1, | |
"remote": 1, | |
"move_out": 1, | |
"english_level": 2, | |
"user_id": 223, | |
"created_at": "2022-06-16T13:06:42.000000Z", | |
"updated_at": "2022-06-16T13:06:42.000000Z", | |
"gender_id": 1, | |
"race_id": 1 | |
} | |
], | |
"reports": [ | |
{ | |
"recruiter": "Meu candidato", | |
"date": null, | |
"candidate_id": 6, | |
"hired": 0, | |
"report_status": "do-not-consider", | |
"obs": null, | |
"id": 2560 | |
}, | |
{ | |
"recruiter": "Meu candidato", | |
"date": null, | |
"candidate_id": 6, | |
"hired": 1, | |
"report_status": "with-client", | |
"obs": null, | |
"id": 3328 | |
}, | |
{ | |
"recruiter": "Meu candidato", | |
"date": null, | |
"candidate_id": 6, | |
"hired": 0, | |
"report_status": "no-response", | |
"obs": null, | |
"id": 3841 | |
}, | |
{ | |
"recruiter": "Meu candidato", | |
"date": null, | |
"candidate_id": 6, | |
"hired": 1, | |
"report_status": "do-not-consider", | |
"obs": null, | |
"id": 4099 | |
}, | |
{ | |
"recruiter": "Meu candidato", | |
"date": null, | |
"candidate_id": 6, | |
"hired": 1, | |
"report_status": "hired", | |
"obs": null, | |
"id": 3076 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment