AppScreenTexts Test
ReferenceData/AppScreenTexts?maintenanceMode={maintenanceMode}
Get details of all App Screen Texts. To get them in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/AppScreenTexts?maintenanceMode={maintenanceMode}

URI Parameters

Parameter Name Data Type Required Notes
maintenanceMode boolean N Ignore control grouping (default: false).

Request Body

None.

No request body.

Response object type : Collection of AppScreenText

Response object type Collection of AppScreenText has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Id integer N
Name string N
UpdatedBy string N
UpdatedDateTime date N
Value string N
[
  {
    "CreatedDateTime": "2025-04-24T04:03:57.108794-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Value": "sample string 3",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T04:03:57.108794-07:00",
    "UpdatedBy": "sample string 4",
    "Name": "sample string 5"
  },
  {
    "CreatedDateTime": "2025-04-24T04:03:57.108794-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Value": "sample string 3",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T04:03:57.108794-07:00",
    "UpdatedBy": "sample string 4",
    "Name": "sample string 5"
  }
]
<AppScreenTexts xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AppScreenText>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T04:03:57.108794-07:00</CreatedDateTime>
    <Id>1</Id>
    <Name>sample string 5</Name>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:03:57.108794-07:00</UpdatedDateTime>
    <Value>sample string 3</Value>
  </AppScreenText>
  <AppScreenText>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T04:03:57.108794-07:00</CreatedDateTime>
    <Id>1</Id>
    <Name>sample string 5</Name>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:03:57.108794-07:00</UpdatedDateTime>
    <Value>sample string 3</Value>
  </AppScreenText>
</AppScreenTexts>

No entries in change log for this operation.