v1
latestOpenAPI 3.1.02026-07-24300110.4 KBPOST Questionnaire Question Answer
Write or update an answer on a questionnaire question. Creates a new immutable answer revision; the previous answer is preserved in edit_history. Requires api_questionnaires with write capability, the same permission as PATCH Questionnaire Question. At least one answer field must be provided. Errors: 400 when no answer fields are provided or the question is not found; 403 when the API key lacks api_questionnaires write permission.
post/v2/questionnaires/questions/{id}/answer
Path parameters
idstring required
Question ID.
Request body
Response
Returns the full question object with updated final_answer_text, final_structured_answer, final_structured_answers, final_object_response, edit_history, and last_edited_by.