ScheduledInterviewInterviewers
Query the users who have interviews with a candidate.
SELECT
Note: Filters provided with one of the supported operators listed in the "Operators" column can be processed server-side, all the other filters are processed client-side.
SELECT * FROM ScheduledInterviewInterviewers WHERE ScheduledInterviewId = 19138922007;
Columns
| Name | Type | Operators | Description |
| ScheduledInterviewId [KEY] | Int64 | = | Scheduled interview ID. |
| Index [KEY] | Int64 | Autoincremental column. | |
| InterviewerId | Int64 | Interview ID. | |
| EmployeeId | String | Employee ID. | |
| Name | String | The full name of the interviewer. | |
| String | The email of the interviewer. | ||
| ResponseStatus | String | The response status. | |
| ScoreCardId | Int64 | The score card ID. |