SurveyQuestions Test
ReferenceData/SurveyQuestions/Data?questionId={questionId}
Get answer data for a survey question if it refers to another reference table.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/SurveyQuestions/Data?questionId={questionId}

URI Parameters

Parameter Name Data Type Required Notes
questionId string N The id of the survey question.

Request Body

None.

No request body.

Response object type : Collection of SurveyQuestionDataItem

Response object type Collection of SurveyQuestionDataItem has the following properties.
Property Name Data Type Length Required Readonly Notes
Id string
Value string
[
  {
    "Id": "sample string 1",
    "Value": "sample string 2"
  },
  {
    "Id": "sample string 1",
    "Value": "sample string 2"
  }
]
<SurveyQuestionDataItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <SurveyQuestionDataItem>
    <Id>sample string 1</Id>
    <Value>sample string 2</Value>
  </SurveyQuestionDataItem>
  <SurveyQuestionDataItem>
    <Id>sample string 1</Id>
    <Value>sample string 2</Value>
  </SurveyQuestionDataItem>
</SurveyQuestionDataItems>

No entries in change log for this operation.