Performances Test
TXN/Performances/Summary?performanceIds={performanceIds}&seasonIds={seasonIds}&productionSeasonId={productionSeasonId}
Get Summary performance information

For single production season, a comma separated list of performances, seasons, or a single production season. At least one filter parameter is required.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Performances/Summary?performanceIds={performanceIds}&seasonIds={seasonIds}&productionSeasonId={productionSeasonId}

URI Parameters

Parameter Name Data Type Required Notes
performanceIds string N One or more performance IDs.
seasonIds string N One or more season IDs, optional.
productionSeasonId integer N a single production season ID, optional.

Request Body

None.

No request body.

Response object type : Collection of PerformanceSummary

Response object type Collection of PerformanceSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Code string N The Performance Code.
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
Duration integer N
FacilityId integer N Facility ID.
Id integer N Performance ID.
PerformanceDateTime date N
ProductionSeason Entity Production Season Summary.
Season SeasonSummary N Season summary: ID, Description, FYear, and Inactive flag.
TimeSlot TimeSlotSummary N Time slot summary: ID, Description, and Inactive flag.
ZoneMapId integer N Price zone map ID.
[
  {
    "Id": 1,
    "Code": "sample string 1",
    "DefaultEndSaleDateTime": "2025-04-24T05:30:24.7962192-07:00",
    "DefaultStartSaleDateTime": "2025-04-24T05:30:24.7962192-07:00",
    "PerformanceDateTime": "2025-04-24T05:30:24.7962192-07:00",
    "ProductionSeason": {
      "Id": 1
    },
    "Duration": 1,
    "TimeSlot": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "ZoneMapId": 3,
    "FacilityId": 4,
    "Description": "sample string 5",
    "Season": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true
    }
  },
  {
    "Id": 1,
    "Code": "sample string 1",
    "DefaultEndSaleDateTime": "2025-04-24T05:30:24.7962192-07:00",
    "DefaultStartSaleDateTime": "2025-04-24T05:30:24.7962192-07:00",
    "PerformanceDateTime": "2025-04-24T05:30:24.7962192-07:00",
    "ProductionSeason": {
      "Id": 1
    },
    "Duration": 1,
    "TimeSlot": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "ZoneMapId": 3,
    "FacilityId": 4,
    "Description": "sample string 5",
    "Season": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true
    }
  }
]
<PerformanceSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Performance>
    <Code>sample string 1</Code>
    <DefaultEndSaleDateTime>2025-04-24T05:30:24.7962192-07:00</DefaultEndSaleDateTime>
    <DefaultStartSaleDateTime>2025-04-24T05:30:24.7962192-07:00</DefaultStartSaleDateTime>
    <Description>sample string 5</Description>
    <Duration>1</Duration>
    <FacilityId>4</FacilityId>
    <Id>1</Id>
    <PerformanceDateTime>2025-04-24T05:30:24.7962192-07:00</PerformanceDateTime>
    <ProductionSeason>
      <Id>1</Id>
    </ProductionSeason>
    <Season>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Season>
    <TimeSlot>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </TimeSlot>
    <ZoneMapId>3</ZoneMapId>
  </Performance>
  <Performance>
    <Code>sample string 1</Code>
    <DefaultEndSaleDateTime>2025-04-24T05:30:24.7962192-07:00</DefaultEndSaleDateTime>
    <DefaultStartSaleDateTime>2025-04-24T05:30:24.7962192-07:00</DefaultStartSaleDateTime>
    <Description>sample string 5</Description>
    <Duration>1</Duration>
    <FacilityId>4</FacilityId>
    <Id>1</Id>
    <PerformanceDateTime>2025-04-24T05:30:24.7962192-07:00</PerformanceDateTime>
    <ProductionSeason>
      <Id>1</Id>
    </ProductionSeason>
    <Season>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Season>
    <TimeSlot>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </TimeSlot>
    <ZoneMapId>3</ZoneMapId>
  </Performance>
</PerformanceSummaries>

No entries in change log for this operation.