JobStageInterviews
Query the interview steps associated with a job stage.
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 JobStageInterviews WHERE JobStageId = 2831224147;
Columns
Name | Type | Operators | Description |
JobStageId [KEY] | Int64 | = | Job stage ID. |
InterviewId [KEY] | Int64 | Interview ID. | |
Name | String | The name of the interview step. | |
Schedulable | Bool | Whether the interview step is schedulable or not. | |
EstimatedMinutes | Int | The estimated time this step might take. | |
DefaultInterviewerUsers | String | Comma-delimited list of interviewer names. | |
InterviewKitId | Int64 | Interviewer kit Id. | |
InterviewKitContent | String | Interview prep content. | |
InterviewKitQuestions | String | Array of questions associated with this step. |