AppScreenTexts Test
ReferenceData/AppScreenTexts/Summary
Get a summary representation of all App Screen Texts.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/AppScreenTexts/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of AppScreenTextSummary

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

No entries in change log for this operation.