SurveyQuestion

Articles

List survey questions
List Survey Questions Returns a list of all questions for the specified survey. Endpoint GET v5/survey/{survey_id}/surveyquestion Requires authentication Path Pa...
Get survey question
Get Survey Question Returns detailed information about a specified survey question, including its type, title, options, and configuration properties. Endpoint GET v5/survey/{survey_id}/surve...
Update survey question
Update Survey Question Updates a specified survey question. One or more fields or properties may be changed in a single call. Endpoint POST v5/survey/{survey_id}/surveyquestion/{question...
Create survey question
Create Survey Question Creates a new question on a specified page of a survey. Supports all Alchemer question types and a wide range of configuration properties. Endpoint PUT v5/survey/{surv...
Delete survey question
Delete Survey Question Deletes a specified question from a survey. This action is permanent and cannot be undone. Endpoint DELETE v5/survey/{survey_id}/surveyquestion/{question_i...
Set question display logic
Survey Question Logic Configure display options and skip logic for survey questions using the Survey Question API. These settings correspond to options on the Logic tab in the question builder. ...