get https://api.paradox.ai/api/v1/public/interview/interview_history
Get history interview of a candidate
Results
Calling /interview/interview_history endpoint with query params OID={OID} to get the history interview of a candidate
The result will have the following keys:
| Key | Description |
|---|---|
| OID | long_Id of the candidate |
| interview_history | list of the history interview |
| itv_details | contains all information of the sub-interview when the interview history type is sequential |
| interview_status | status of the interview (pending, scheduled, in progress, ...) |
| scheduled_at | the scheduled time of the interview |
| interview_kind | interview kind (single, sequential, event, recorded) |
| interview_type | type of the interview |
| original_interview_type | original interview type in case the interview type is a custom interview type |
| attendees | list of the attendees |
| name | full name of the interviewer |
| email address of the interviewer | |
| phone_number | phone number of the interviewer |
| avatar_uri | avatar URI of the interviewer |
| location | the location of the interview |
| id | The ID of a location |
| name | name of the location in case the location is a Google location |
| country | the country of location |
| admin1_name | the state name of the country |
| admin1_code | the state code of the country |
| City | the city of the location |
| latitude | latitude of the location |
| longitude | longitude of the location |
