Create scorecard question answer

Create one interviewer response to one scorecard question. Use this to attach a text answer (via answer) or a yes_no answer (via boolean_value) to an existing scorecard; for single_select / multi_select questions, create the row here with answer and boolean_value left blank, then add option selections through the scorecard_question_answer_options endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required

Id of the scorecard to attach this answer to. The scorecard must belong to your organization and the requesting user must have permission to edit it.

integer
required

Id of the scorecard_question being answered. Must reference a question on the same interview_kit as the target scorecard; the question's answer_type determines which of answer or boolean_value is meaningful (single_select / multi_select answers are created via the scorecard_question_answer_options endpoint).

string | null

Free-text response for text-type questions. Send null or an empty string to record "no answer". Ignored for yes_no, single_select, and multi_select questions.

boolean | null

Response for yes_no-type questions: true for yes, false for no, null to leave blank. Rejected with a 422 if the referenced question's answer_type is not yes_no.

Responses

401

Unauthorized

403

Forbidden

422

Unprocessable Content

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