SurveyQuestions Test
ReferenceData/SurveyQuestions/Summary
Get a summary representation of all survey questions.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/SurveyQuestions/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of SurveyQuestionSummary

Response object type Collection of SurveyQuestionSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Id integer
Inactive boolean
Question string
[
  {
    "Question": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  {
    "Question": "sample string 1",
    "Id": 1,
    "Inactive": true
  }
]
<SurveyQuestionSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <SurveyQuestion>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Question>sample string 1</Question>
  </SurveyQuestion>
  <SurveyQuestion>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Question>sample string 1</Question>
  </SurveyQuestion>
</SurveyQuestionSummaries>

No entries in change log for this operation.