Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/SurveyQuestions/Data?questionId={questionId} |
URI Parameters
|
Request BodyNone. |
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.