get https://api.paradox.ai/api/v1/public/interview/get_setting
Get interview setting
Results
Calling the /interview/get_setting endpoint with query string include
| Key | Description |
|---|---|
| OID | the long id of candidate |
| company_id | id of the company |
| name | Full name of a candidate |
| phone | phone number of a candidate |
| Email of a candidate |
The result will have the following keys:
| Key | Description |
|---|---|
| duration | The interview duration |
| company_name | The company's name |
| jobloc_id | Id of the job location |
| interview_types | types of the interview |
| instructions | The interview instructions |
| lead_name | Full name of the candidate |
| instructions_virtual | Virtual instructions |
| instructions_phone | Phone instructions |
| type | id of the interview type, the Interview type include IN_PERSON_INTERVIEW = 1 PHONE_INTERVIEW = 2 IN_PERSON_MEETING = 3 PHONE_MEETING = 4 SEQUENTIAL_INTERVIEW = 5 SEQUENTIAL_MEETING = 6 VIRTUAL_INTERVIEW = 7 VIRTUAL_MEETING = 8 GROUP_INTERVIEW = 9 PHONE_CONVERSATION = 10 IN_PERSON_CONVERSATION = 11 VIRTUAL_CONVERSATION = 12 IN_PERSON_SESSION = 13 PHONE_SESSION = 14 SEQUENTIAL_SESSION = 15 VIRTUAL_SESSION = 16 GROUP_SESSION = 17 INTERVIEW_PREFERENCE = 18 (max length: 6) |
| lead_id | id of the candidate |
| lead_long_id | long id of the candidate |
| areas | the areas list |
| interview_instructions | Interview instructions |
| interviewers | List interviewer |
| jobloc_room_id | Location of a room that interviewed |
| scheduled_at | timestamp of the interview |
| wait_schedule | A status of Interview Request (False: Have sent, True: not yet) |
