v1

latestOpenAPI 3.1.02026-07-261770816.7 KB
Scorecard Question Candidate Attributes

List scorecard question candidate attributes

Scorecard question candidate attributes are the join that tells an interviewer which focus attributes a given scorecard question is asking them to assess. Each row pairs one scorecard_question with one focus_candidate_attribute — there is no rating or note on the join itself; the actual interviewer answer lives on scorecard_candidate_attributes. Despite the resource name, the foreign key points at a focus_candidate_attribute (per interview kit), not directly at a job_candidate_attribute or candidate_attribute_type. Filter by scorecard_question_ids to find every focus attribute a given question covers, or by focus_candidate_attribute_ids to find every scorecard question that evaluates a given focus attribute. Today this endpoint is site-admin-only.

get/v3/scorecard_question_candidate_attributes

Query parameters

cursorstring

Cursor link for pagination from previous page response header. Do not use any other parameters when using this.

per_pageinteger

Number of results per page

idsinteger[]

Comma separated list

gtestring date-time
ltestring date-time
gtstring date-time
ltstring date-time
gtestring date-time
ltestring date-time
gtstring date-time
ltstring date-time
scorecard_question_idsinteger[]

Comma separated list

focus_candidate_attribute_idsinteger[]

Return only scorecard question candidate attributes that link to these focus candidate attribute ids. Focus candidate attributes are the rubric items selected on an interview kit; this join records which scorecard questions score which focus candidate attributes.

fieldsstring[]

Comma separated list of fields to return

Response

Successful

idinteger
created_atstring date-time
updated_atstring date-time
scorecard_question_idinteger

Id of the scorecard_question that evaluates this candidate attribute. Each row links one scorecard question to one focus attribute; the same question can be linked to multiple focus attributes (and vice versa) through additional rows.

focus_candidate_attribute_idinteger

Id of the focus_candidate_attribute this scorecard question is asking interviewers to assess. Despite the resource name, the foreign key points to a focus attribute (per interview kit) — not directly to a job_candidate_attribute or candidate_attribute_type. To get the attribute's display name or type, follow the chain focus_candidate_attributejob_candidate_attributecandidate_attribute_type.