SurveyResponses Test
TXN/SurveyResponses?orderId={orderId}
Get all survey responses.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/SurveyResponses?orderId={orderId}

URI Parameters

Parameter Name Data Type Required Notes
orderId integer N

Request Body

None.

No request body.

Response object type : Collection of SurveyResponse

Response object type Collection of SurveyResponse has the following properties.
Property Name Data Type Length Required Readonly Notes
Answer string N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Id integer N
OrderId integer N
FK: T_ORDER.order_no   Resource: Orders
QuestionId integer N
FK: TR_SURVEY_QUESTION.id   Resource: SurveyQuestions
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "Answer": "sample string 1",
    "CreatedDateTime": "2025-04-24T05:28:05.8360862-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "Id": 1,
    "OrderId": 4,
    "QuestionId": 5,
    "UpdatedDateTime": "2025-04-24T05:28:05.8360862-07:00",
    "UpdatedBy": "sample string 6"
  },
  {
    "Answer": "sample string 1",
    "CreatedDateTime": "2025-04-24T05:28:05.8360862-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "Id": 1,
    "OrderId": 4,
    "QuestionId": 5,
    "UpdatedDateTime": "2025-04-24T05:28:05.8360862-07:00",
    "UpdatedBy": "sample string 6"
  }
]
<SurveyResponses xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <SurveyResponse>
    <Answer>sample string 1</Answer>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T05:28:05.8360862-07:00</CreatedDateTime>
    <Id>1</Id>
    <OrderId>4</OrderId>
    <QuestionId>5</QuestionId>
    <UpdatedBy>sample string 6</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:28:05.8360862-07:00</UpdatedDateTime>
  </SurveyResponse>
  <SurveyResponse>
    <Answer>sample string 1</Answer>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T05:28:05.8360862-07:00</CreatedDateTime>
    <Id>1</Id>
    <OrderId>4</OrderId>
    <QuestionId>5</QuestionId>
    <UpdatedBy>sample string 6</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:28:05.8360862-07:00</UpdatedDateTime>
  </SurveyResponse>
</SurveyResponses>

No entries in change log for this operation.