SurveyVoteSelectedAnswerOptions

Introduction

SurveyVoteSelectedAnswerOptions represent the selected SurveyAnswerOptions for each SurveyVote. They allow you to analyze which SurveyAnswerOptions were chosen by Users for a given Survey, and to aggregate results for reporting and statistics. These entities are read-only and are managed automatically when Users vote.

Model Definition

Alias

surveyVoteSelectedAnswerOption

Relations

Key
Relation
Type
Relation Field(s)

surveyVote

Belongs to

survey_vote_id

surveyAnswerOption

Belongs to

survey_answer_option_id

List by Survey

Get a list of all SurveyVoteSelectedAnswerOptions for a given Survey.

Definition

GET /api/surveys/{survey}/selected-answer-options

Example Request

Example Response

Summary by Survey

Get a summary (grouped count) of selected SurveyAnswerOptions for a given Survey.

Definition

GET /api/surveys/{survey}/selected-answer-options/summary

Example Request

Example Response

Last updated