Skip to main content

SubmitPartialResponse appends answers to an in-progress response.

POST 

/api/v1/surveys/responses/:responseId/answers

Call this repeatedly as the participant answers each question (or a small batch). The response remains in in_progress status until CompleteSurveyResponse is called. Duplicate answers for the same question overwrite the previous value.

Parameters

  • response_id: Required, in-progress response ID (> 0).
  • answers: Required, at least one answer to append or update.

Request

Responses

A successful response.