Performances Test
TXN/Performances/{performanceId}
Get details of a performance.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Performances/{performanceId}

URI Parameters

Parameter Name Data Type Required Notes
performanceId integer Y

Request Body

None.

No request body.

Response object type : Performance

Response object type Performance has the following properties.
Property Name Data Type Length Required Readonly Notes
AvailSaleIndicator boolean N The status of the On Sale box for the performance.
BestSeatMap BestSeatMapSummary N Best Seat Map summary: ID and Description.
BudgetAmount decimal number N
Campaign Campaign N
Code string N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Date date N
DefaultEndSaleDateTime date N The default end date and time for price types and modes of sale when added to the performance in the application.
DefaultStartSaleDateTime date N The default start date and time for price types and modes of sale when added to the performance in the application.
Description string N
DoorsClose date N
DoorsOpen date N
Duration integer N
EditIndicator boolean Indicates if the authenticated user group has edit rights to the performance, based on the control group of the season to which the performance belongs.
Facility FacilitySummary N Facility summary: ID and Description (plus the SeatMap Summary which contains data not generally used).
Id integer N Performance ID.
ProductionSeason ProductionSeasonSummary N Production Season summary: ID and Description, parent Production ID and Description, and Season summary.
PublishClientEndDate date N
PublishClientStartDate date N
PublishWebApiEndDate date N
PublishWebApiStartDate date N
RankType RankTypeSummary N Rank Type summary: ID, Description, and Inactive flag.
SalesNotes string N
SalesNotesRequired boolean N
Season SeasonSummary N Season summary: ID, Description, FYear, and Inactive Flag.
ShortName string N
Status PerformanceStatusSummary N Peformance Status summary: ID and Description.
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.
TimeSlot TimeSlotSummary N Time Slot summary: ID, Description, and Inactive Flag.
TvIndicator boolean N
Type PerformanceTypeSummary N
UpdatedBy string N
UpdatedDateTime date N
ZoneMap ZoneMapSummary N Price Zone Map summary: ID, Description, and Inactive Flag (plus the SeatMap Summary which contains data not generally used).
{
  "AvailSaleIndicator": true,
  "BestSeatMap": {
    "Id": 1,
    "Description": "sample string 1",
    "GaIndicator": "sample string 2",
    "IsGA": true
  },
  "BudgetAmount": 1.0,
  "Campaign": {
    "AutoRestrictContributionsBeforeStartDate": true,
    "Type": "sample string 1",
    "Id": 1,
    "CategoryId": 1,
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    },
    "CreatedDateTime": "2025-04-24T05:14:51.0303262-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "Description": "sample string 4",
    "EndDateTime": "2025-04-24T05:14:51.0303262-07:00",
    "EventDateTime": "2025-04-24T05:14:51.0303262-07:00",
    "EventExpense": 1.0,
    "EventMinimumAmount": 1.0,
    "FYear": 1,
    "GiftAmount": 1.0,
    "GoalAmount": 1.0,
    "Inactive": true,
    "UpdatedDateTime": "2025-04-24T05:14:51.0303262-07:00",
    "UpdatedBy": "sample string 5",
    "MembershipIncludesMatchingGifts": "sample string 6",
    "MinimumPledgeAmount": 1.0,
    "Notes": "sample string 7",
    "NumSuccessCust": 1,
    "NumTargetCust": 1,
    "NumTickets": 1,
    "PledgeReceivedAmount": 1.0,
    "PledgeAmount": 1.0,
    "SingleOpenPledgeIndicator": "sample string 8",
    "StartDateTime": "2025-04-24T05:14:51.0303262-07:00",
    "Status": "sample string 9",
    "TotalTicketIncome": 1.0,
    "EditIndicator": true
  },
  "DefaultEndSaleDateTime": "2025-04-24T05:14:51.0303262-07:00",
  "DefaultStartSaleDateTime": "2025-04-24T05:14:51.0303262-07:00",
  "DoorsClose": "2025-04-24T05:14:51.0303262-07:00",
  "DoorsOpen": "2025-04-24T05:14:51.0303262-07:00",
  "Duration": 1,
  "Facility": {
    "Description": "sample string 1",
    "Id": 1,
    "SeatMap": {
      "Description": "sample string 1",
      "Id": 1
    }
  },
  "Code": "sample string 1",
  "Date": "2025-04-24T05:14:51.0303262-07:00",
  "Id": 1,
  "Status": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "Type": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "ProductionSeason": {
    "Production": {
      "Id": 1,
      "Description": "sample string 1"
    },
    "Id": 1,
    "Description": "sample string 1",
    "Season": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true
    }
  },
  "PublishClientEndDate": "2025-04-24T05:14:51.0303262-07:00",
  "PublishClientStartDate": "2025-04-24T05:14:51.0303262-07:00",
  "PublishWebApiEndDate": "2025-04-24T05:14:51.0303262-07:00",
  "PublishWebApiStartDate": "2025-04-24T05:14:51.0303262-07:00",
  "RankType": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true,
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    }
  },
  "SalesNotes": "sample string 2",
  "SalesNotesRequired": true,
  "Season": {
    "Id": 1,
    "Description": "sample string 1",
    "FYear": 1,
    "Inactive": true
  },
  "TimeSlot": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "TvIndicator": true,
  "ZoneMap": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "SeatMap": {
      "Description": "sample string 1",
      "Id": 1
    }
  },
  "CreatedDateTime": "2025-04-24T05:14:51.0303262-07:00",
  "CreateLocation": "sample string 4",
  "CreatedBy": "sample string 5",
  "UpdatedDateTime": "2025-04-24T05:14:51.0303262-07:00",
  "UpdatedBy": "sample string 6",
  "EditIndicator": true,
  "Description": "sample string 7",
  "ShortName": "sample string 8",
  "Text1": "sample string 9",
  "Text2": "sample string 10",
  "Text3": "sample string 11",
  "Text4": "sample string 12"
}
<Performance xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AvailSaleIndicator>true</AvailSaleIndicator>
  <BestSeatMap>
    <Description>sample string 1</Description>
    <GaIndicator>sample string 2</GaIndicator>
    <Id>1</Id>
    <IsGA>true</IsGA>
  </BestSeatMap>
  <BudgetAmount>1</BudgetAmount>
  <Campaign>
    <AutoRestrictContributionsBeforeStartDate>true</AutoRestrictContributionsBeforeStartDate>
    <CategoryId>1</CategoryId>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T05:14:51.0303262-07:00</CreatedDateTime>
    <Description>sample string 4</Description>
    <EditIndicator>true</EditIndicator>
    <EndDateTime>2025-04-24T05:14:51.0303262-07:00</EndDateTime>
    <EventDateTime>2025-04-24T05:14:51.0303262-07:00</EventDateTime>
    <EventExpense>1</EventExpense>
    <EventMinimumAmount>1</EventMinimumAmount>
    <FYear>1</FYear>
    <GiftAmount>1</GiftAmount>
    <GoalAmount>1</GoalAmount>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <MembershipIncludesMatchingGifts>sample string 6</MembershipIncludesMatchingGifts>
    <MinimumPledgeAmount>1</MinimumPledgeAmount>
    <Notes>sample string 7</Notes>
    <NumSuccessCust>1</NumSuccessCust>
    <NumTargetCust>1</NumTargetCust>
    <NumTickets>1</NumTickets>
    <PledgeAmount>1</PledgeAmount>
    <PledgeReceivedAmount>1</PledgeReceivedAmount>
    <SingleOpenPledgeIndicator>sample string 8</SingleOpenPledgeIndicator>
    <StartDateTime>2025-04-24T05:14:51.0303262-07:00</StartDateTime>
    <Status>sample string 9</Status>
    <TotalTicketIncome>1</TotalTicketIncome>
    <Type>sample string 1</Type>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:14:51.0303262-07:00</UpdatedDateTime>
  </Campaign>
  <Code>sample string 1</Code>
  <CreateLocation>sample string 4</CreateLocation>
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedDateTime>2025-04-24T05:14:51.0303262-07:00</CreatedDateTime>
  <Date>2025-04-24T05:14:51.0303262-07:00</Date>
  <DefaultEndSaleDateTime>2025-04-24T05:14:51.0303262-07:00</DefaultEndSaleDateTime>
  <DefaultStartSaleDateTime>2025-04-24T05:14:51.0303262-07:00</DefaultStartSaleDateTime>
  <Description>sample string 7</Description>
  <DoorsClose>2025-04-24T05:14:51.0303262-07:00</DoorsClose>
  <DoorsOpen>2025-04-24T05:14:51.0303262-07:00</DoorsOpen>
  <Duration>1</Duration>
  <EditIndicator>true</EditIndicator>
  <Facility>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <SeatMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </SeatMap>
  </Facility>
  <Id>1</Id>
  <ProductionSeason>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <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>
  </ProductionSeason>
  <PublishClientEndDate>2025-04-24T05:14:51.0303262-07:00</PublishClientEndDate>
  <PublishClientStartDate>2025-04-24T05:14:51.0303262-07:00</PublishClientStartDate>
  <PublishWebApiEndDate>2025-04-24T05:14:51.0303262-07:00</PublishWebApiEndDate>
  <PublishWebApiStartDate>2025-04-24T05:14:51.0303262-07:00</PublishWebApiStartDate>
  <RankType>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </RankType>
  <SalesNotes>sample string 2</SalesNotes>
  <SalesNotesRequired>true</SalesNotesRequired>
  <Season>
    <Description>sample string 1</Description>
    <FYear>1</FYear>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Season>
  <ShortName>sample string 8</ShortName>
  <Status>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </Status>
  <Text1>sample string 9</Text1>
  <Text2>sample string 10</Text2>
  <Text3>sample string 11</Text3>
  <Text4>sample string 12</Text4>
  <TimeSlot>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </TimeSlot>
  <TvIndicator>true</TvIndicator>
  <Type>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Type>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:14:51.0303262-07:00</UpdatedDateTime>
  <ZoneMap>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <SeatMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </SeatMap>
  </ZoneMap>
</Performance>
Change Version Description Contract Old New
Property Added 15.1.13 Campaign has been added to Performance Performance Performance.Campaign
Property Removed 15.1.12 Campaign has been removed from Performance Performance Campaign
Property Added 15.1.10 Campaign has been added to Performance Performance Performance.Campaign
Parameter Changed 15.0.0 performanceId has been marked as required. Required