v1
latestOpenAPI 3.1.02026-07-261770816.7 KBList 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.
Query parameters
Cursor link for pagination from previous page response header. Do not use any other parameters when using this.
Number of results per page
Comma separated list
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.
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.
Comma separated list of fields to return
Response
Successful