latestOpenAPI 3.0.42026-08-2211752834.3 KB
fa74265a328d
SurveyResponse
Get Survey from SurveyResponse
get/SurveyResponse({Id})/Survey
Path parameters
Idnumber nullable required
Id of the SurveyResponse
Query parameters
$selectstring[]
Select properties to be returned
$expandstring[]
Expand related entities
Response
Retrieved navigation property
Example response
{
"FollowUpQuestions": [
{
"Question": "What is the primary reason for your score?",
"AnswerType": "Text"
}
],
"Settings": {
"ChoiceCount": 10,
"AnswerType": "Number"
}
}