Name | Description | Type | Additional information |
---|---|---|---|
QuestionId
The question identifier
Type
integer
|
|||
QuestionId |
The question identifier |
integer | |
DataLabel
The datalabel of a survey question which can be used to identify a question within a survey.
Type
string
|
|||
DataLabel |
The datalabel of a survey question which can be used to identify a question within a survey. |
string | |
ResponseId |
Individual answer given by a respondent. |
integer |
3/surveys/{SurveyId}/questions/{QuestionId} - QuestionResponses |
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
|
|||
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. |
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
|
|||
Tags |
In case of an open answer for which text analysis has been done, the tag and sentiment indicated for the value. |
Collection of ResponseStringTag | |
ScaleValue
The value for this response based on its position and the Question.ScaleType
Type
integer
|
|||
ScaleValue |
The value for this response based on its position and the Question.ScaleType |
integer | |
Score
The score given to this response. This is used mostly in quizes and assesments.
Type
decimal number
|
|||
Score |
The score given to this response. This is used mostly in quizes and assesments. |
decimal number | |
ResponseCaption
The text caption in the requested language.
Type
string
|
|||
ResponseCaption |
The text caption in the requested language. |
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. |
Hateoas |