Greenhouse: Interview Scorecard Detail
Description
Table capturing the indiviudal ratings given to interviewees along specific scorecard attributes. Each record is a unique scorecard attribute-interviewer-interview combination.
Supported Data Sources
Greenhouse
Columns
DATETIME
_fivetran_synced
INTEGER
index
Index of this rating/standard amongst the attributes of this scorecard.
STRING
attribute_name
Name of the scorecard attribute.
INTEGER
note
Additional from the interviewer regarding the attribute score.
STRING
rating
Rating given to the candidate along this individual scorecard attribute.
INTEGER
scorecard_id
Foreign key referencing the SCORECARD this attribute rating belongs to.
STRING
attribute_category
Category of the attribute.
STRING
overall_recommendation
One of - definitely_not, no, yes, strong_yes, no_decision.
STRING
candidate_name
Full name of the interviewee.
STRING
interviewer_name
Full name of the interviewer user.
STRING
interview_name
Title of the interview step.
DATETIME
interview_start_at
Timestamp of when the interview is scheduled to start. Will be a date if the interview is all-day.
DATETIME
scorecard_submitted_at
Timestamp of when the scorecard was submitted.
INTEGER
application_id
Foreign key referencing the APPLICATION that is being interviewed.
STRING
job_title
Title of the job role the candidate is interviewing for.
INTEGER
job_id
Foreign key referencing the JOB being interviewed for.
STRING
hiring_managers
Comma-separated list of the full names of the job's hiring managers.
STRING
interview_scorecard_key
STRING
scorecard_attribute_key
Unique key hashed on scorecard_id
and index
.
Last updated
Was this helpful?