NameDescriptionType
Id

The Question ID is required and must be unique amongst Questions.

string
Name

The Question Name is required and should be an easily understood, unique value among Questions for this account.

string
Category

This optional field can be used to assign a unique category / tag to organize questions and make them easy to locate.

string
Created

This is the date the Survey was created - the value can be set or left as null. If left as null, it defaults to the instant the Question was created.

date
IsNumericResponse

Value is true if the response for this Question should be numeric.

boolean
IsTextResponse

Value is true if the response for this Question should be text.

boolean
IsDateResponse

Value is true if the response for this Question is a date.

boolean
IsChoiceResponse

Value is true if the response for this question is a single choice or multiple choices that must be made. Example Question: "How would you rate your visit?" Example Choices: "Fantastic", "Great", "OK", "Disappointing", "Terrible"

boolean
Choices

These are the possible choices for a Question if the value for IsChoiceResponse == true.

Collection of Smg.RestApi.Model.SurveyData.QuestionChoice
GeneratedId

An automatically generated unique identifier for this Survey Question.

integer