Response

QuestionId

The question identifier


Type integer
DataLabel

The datalabel of a survey question which can be used to identify a question within a survey.


Type string
ResponseId

Individual answer given by a respondent.


Type integer
Value

In case of a open answer, the value entered by the respondent. In case of a upload question type, the url to the uploaded file.


Type string
Tags

In case of an open answer for which text analysis has been done, the tag and sentiment indicated for the value.


Type Collection of ResponseStringTag
ScaleValue

The value for this response based on its position and the Question.ScaleType


Type integer
Score

The score given to this response. This is used mostly in quizes and assesments.


Type decimal number
ResponseCaption

The text caption in the requested language.


Type string
Links

HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic.


Type Hateoas

Related Methods

Retrieve all respondents from a survey which match the passed criteria. Use the expand=Responses parameter to immediately include the responses of a respondent.