ProductionSeasons Test
TXN/ProductionSeasons/{id}
Get details of a specific production season.

Returns the full details for a single production season, including description and short description, season, first and last performance date, and the four ticket text lines.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/ProductionSeasons/{id}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y Production season ID.

Request Body

None.

No request body.

Response object type : ProductionSeason

Response object type ProductionSeason has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
FirstPerformanceDate date The date of the first performance in the production season.
Fulltext string N Fulltext index words for the production season.
FulltextCompleteDateTime date N The date and time the fulltext index was last generated.
FulltextRequestDateTime date N The date and time the last change that would affect the fulltext index was made to the production season.
Id integer N
InventoryType string N S for Production Season.
LastPerformanceDate date The date of the last performance in the production season.
Premiere PremiereSummary N Premier summary: ID and Description.
Production ProductionSummary N Production summary: ID and Description.
Season SeasonSummary N Season summary: ID, Description, FYear, and Inactive flag.
FK: TR_SEASON.id   Resource: Seasons
ShortName string N
Text1 string N Ticket Text line 1.
Text2 string N Ticket Text line 2.
Text3 string N Ticket Text line 3.
Text4 string N Ticket Text line 4.
UpdatedBy string N
UpdatedDateTime date N
{
  "Premiere": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "Production": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "Id": 1,
  "Season": {
    "Id": 1,
    "Description": "sample string 1",
    "FYear": 1,
    "Inactive": true
  },
  "CreatedDateTime": "2025-04-24T09:44:24.9338789-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T09:44:24.9338789-07:00",
  "UpdatedBy": "sample string 3",
  "Description": "sample string 4",
  "Fulltext": "sample string 5",
  "FulltextCompleteDateTime": "2025-04-24T09:44:24.9338789-07:00",
  "FulltextRequestDateTime": "2025-04-24T09:44:24.9338789-07:00",
  "ShortName": "sample string 6",
  "Text1": "sample string 7",
  "Text2": "sample string 8",
  "Text3": "sample string 9",
  "Text4": "sample string 10",
  "InventoryType": "sample string 11",
  "FirstPerformanceDate": "2025-04-24T09:44:24.9338789-07:00",
  "LastPerformanceDate": "2025-04-24T09:44:24.9338789-07:00"
}
<ProductionSeason xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T09:44:24.9338789-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <FirstPerformanceDate>2025-04-24T09:44:24.9338789-07:00</FirstPerformanceDate>
  <Fulltext>sample string 5</Fulltext>
  <FulltextCompleteDateTime>2025-04-24T09:44:24.9338789-07:00</FulltextCompleteDateTime>
  <FulltextRequestDateTime>2025-04-24T09:44:24.9338789-07:00</FulltextRequestDateTime>
  <Id>1</Id>
  <InventoryType>sample string 11</InventoryType>
  <LastPerformanceDate>2025-04-24T09:44:24.9338789-07:00</LastPerformanceDate>
  <Premiere>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </Premiere>
  <Production>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </Production>
  <Season>
    <Description>sample string 1</Description>
    <FYear>1</FYear>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Season>
  <ShortName>sample string 6</ShortName>
  <Text1>sample string 7</Text1>
  <Text2>sample string 8</Text2>
  <Text3>sample string 9</Text3>
  <Text4>sample string 10</Text4>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:44:24.9338789-07:00</UpdatedDateTime>
</ProductionSeason>
Change Version Description Contract Old New
Property Removed 15.1.0 ContactPermissionType has been removed from ProductionSeason ProductionSeason ContactPermissionType
Parameter Changed 15.0.0 id has been marked as required. Required