Skip to main content

GetSurveyVersion retrieves a specific published version of a survey.

GET 

/api/v1/surveys/:surveyId/versions/:versionId

Use this to fetch the exact question set as it was at publication time, e.g. when rendering historical responses or auditing an assignment.

Parameters

  • survey_id: Required, survey ID (> 0).
  • version_id: Required, version ID (> 0).

Errors

  • NOT_FOUND: Survey or version does not exist, or version belongs to a different survey.

Request

Responses

A successful response.