v1

latestOpenAPI 3.1.02026-07-261770816.7 KB
Scorecard Question Answer Options

List scorecard question answer options

Scorecard question answer options are the join rows between a scorecard question answer and the option(s) selected for it — one row per (scorecard_question_answer_id, scorecard_question_option_id) pair. A multi_select answer can have many rows here; a single_select answer has at most one. Filter with scorecard_question_answer_ids to list every option selected for a set of answers, or scorecard_question_option_ids to find every answer that picked a given option. The option labels and the answer's free-text content live on /v3/scorecard_question_options and /v3/scorecard_question_answers; this endpoint only exposes the foreign keys.

get/v3/scorecard_question_answer_options

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_option_idsinteger[]

Return only the answer-option join rows that reference these scorecard question option ids (the selectable choices defined on a multi-select question). Use this to find which scorecards picked a given option.

scorecard_question_answer_idsinteger[]

Return only the answer-option join rows that belong to these scorecard question answer ids (a single interviewer's response to a multi-select question). Each parent answer can map to multiple selected options through this resource.

fieldsstring[]

Comma separated list of fields to return

Response

Successful

idinteger
created_atstring date-time
updated_atstring date-time
scorecard_question_option_idinteger

Id of the selected option in the question's option list. References a /v3/scorecard_question_options row.

scorecard_question_answer_idinteger

Id of the answer this selection belongs to. References a /v3/scorecard_question_answers row.