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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

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

integer
1 to 500
Defaults to 100

Number of results per page

ids
array of integers
length ≤ 50

Comma separated list

ids
created_at
object
updated_at
object
scorecard_question_option_ids
array of integers
length ≤ 50

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_option_ids
scorecard_question_answer_ids
array of integers
length ≤ 50

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.

scorecard_question_answer_ids
fields
array of strings
length ≤ 50

Comma separated list of fields to return

fields
Allowed:
Response

Language
Credentials
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json