NameDescriptionType
Id

The unique identifier of the Question Response.

string
QuestionId

The unique ID for the Question associated with this Question Response.

string
QuestionChoiceIds

For choice type Questions where IsChoiceResponse is true, the selected choice ID(s) for this Response.

Collection of string
NumberValue

For numeric-type Questions where IsNumericResponse is true, the numeric value of the Response.

decimal number
DateValue

For date-type Questions where IsDateResponse is true, the ISO date value of the Response.

date
TextValue

For text-type Questions where IsTextResponse is true, the text value of the Response.

string
IsNoAnswerResponse

If true, indicates that the Question was not answered.

boolean