Performances Test
TXN/Performances/Search
Search for performances, based on provided criteria.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Performances/Search

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : PerformanceSearchRequest

Request object type PerformanceSearchRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
ArtistIds string N A comma separated list of artist Ids. A performance must have at least one of the artists as a credit to be included.
FK: T_ARTIST.art_no   Resource: Artists
BusinessUnitId integer N A performance must be assigned to this business unit (which is based on the performance’s season) to be included in the result set.
FK: TR_BU.id   Resource: BusinessUnits
ConstituentId integer N If provided, Will be used to calculate the 'Weight' of each performance, based on performance keywords and constituent interests.
FacilityIds string N A common separated list of facility IDs. A performance must be in one of the facilites to be included.
FK: T_FACILITY.facil_no   Resource: Facilities
FullTextSearch string Full Text search criteria, using the FreetextTable syntax.
KeywordAndOr string N Send ‘And’ to require that all performances have all of the keywords specified. Send ‘Or’ to require that performances have at least one of the keywords specified.
KeywordIds string N A comma separated list of keyword IDs. A performance must have at least one of the keywords to be included. The KeywordAndOr parameter can be set to require all keywords to be present.
FK: TR_TKW.id   Resource: ProductKeywords
ModeOfSaleId integer N Specifying a Mode of Sale will filter out performances that are not available at all for that MOS. Also, the start and end dates of the MOS for the performance will be returned when MOS is specified.
FK: TR_MOS.id   Resource: ModesOfSale
PerformanceEndDate date A performance date must be on or before this date to be included in the result set.
PerformanceStartDate date A performance date must be on or after this date to be included in the result set.
PerformanceTypeIds string N A comma separated list of performance type ids.
FK: TR_PERF_TYPE.perf_type   Resource: PerformanceTypes
ProductionSeasonIds string N A comma separated list of product seasons IDs. A performance must be in one of the production seasons to be included.
FK: T_PROD_SEASON.prod_season_no   Resource: ProductionSeasons
SeasonIds string N A comma separated list of season Ids. A performance must be in one of the seasons to be included.
FK: TR_SEASON.id   Resource: Seasons
{
  "PerformanceStartDate": "2025-04-24T05:09:50.9680147-07:00",
  "PerformanceEndDate": "2025-04-24T05:09:50.9680147-07:00",
  "ModeOfSaleId": 1,
  "BusinessUnitId": 1,
  "KeywordIds": "sample string 1",
  "KeywordAndOr": "sample string 2",
  "ArtistIds": "sample string 3",
  "SeasonIds": "sample string 4",
  "ConstituentId": 1,
  "ProductionSeasonIds": "sample string 5",
  "FullTextSearch": "sample string 6",
  "FacilityIds": "sample string 7",
  "PerformanceTypeIds": "sample string 8"
}
<PerformanceSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ArtistIds>sample string 3</ArtistIds>
  <BusinessUnitId>1</BusinessUnitId>
  <ConstituentId>1</ConstituentId>
  <FacilityIds>sample string 7</FacilityIds>
  <FullTextSearch>sample string 6</FullTextSearch>
  <KeywordAndOr>sample string 2</KeywordAndOr>
  <KeywordIds>sample string 1</KeywordIds>
  <ModeOfSaleId>1</ModeOfSaleId>
  <PerformanceEndDate>2025-04-24T05:09:50.9680147-07:00</PerformanceEndDate>
  <PerformanceStartDate>2025-04-24T05:09:50.9680147-07:00</PerformanceStartDate>
  <PerformanceTypeIds>sample string 8</PerformanceTypeIds>
  <ProductionSeasonIds>sample string 5</ProductionSeasonIds>
  <SeasonIds>sample string 4</SeasonIds>
</PerformanceSearchRequest>

Response object type : Collection of PerformanceSearchResponse

Response object type Collection of PerformanceSearchResponse has the following properties.
Property Name Data Type Length Required Readonly Notes
AvailSaleIndicator string
BusinessUnitId integer
ConstituentInterestWeight integer
DoorsClose date
DoorsOpen date
Duration integer
Facility EntitySummary
FacilityDescription (DEPRECATED) string Obsolete: Will be removed in V16. Use Facility property instead
IsRestricted boolean True if the performance type has a country restriction and either there was not a constituentId provided OR there was a constituentId and that constituent’s primary Address is not one of the countries listed.
ModeOfSale EntitySummary
ModeOfSaleDescription (DEPRECATED) string Obsolete: Will be removed in V16. Use ModeOfSale property instead
ModeOfSaleEndDate date
ModeOfSaleStartDate date
PerformanceCode string
PerformanceDate date
PerformanceDescription string
PerformanceId integer
PerformanceShortName string
PerformanceStatus EntitySummary
PerformanceStatusDescription (DEPRECATED) string Obsolete: Will be removed in V16. Use PerformanceStatus property instead
PerformanceType PerformanceTypeSummary
ProductionSeason EntitySummary
PublishClientEndDate date
PublishClientStartDate date
PublishWebApiEndDate date
PublishWebApiStartDate date
RankType EntitySummary
RankTypeDescription (DEPRECATED) string Obsolete: Will be removed in V16. Use RankType property instead
SalesNotes string
SalesNotesRequired boolean
Season SeasonSummary
Text1 string
Text2 string
Text3 string
Text4 string
TimeSlot EntitySummary
TimeSlotDescription (DEPRECATED) string Obsolete: Will be removed in V16. Use TimeSlot property instead
ValidCountries string A comma separated list of valid countries for this performance base on the performance type.
ZoneMap EntitySummary
ZoneMapDescription (DEPRECATED) string Obsolete: Will be removed in V16. Use ZoneMap property instead
[
  {
    "PerformanceId": 1,
    "PerformanceCode": "sample string 2",
    "PerformanceDate": "2025-04-24T05:09:50.9680147-07:00",
    "Facility": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "FacilityDescription": "sample string 3",
    "PerformanceDescription": "sample string 4",
    "PerformanceShortName": "sample string 5",
    "ProductionSeason": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "BusinessUnitId": 6,
    "ZoneMap": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "ZoneMapDescription": "sample string 7",
    "AvailSaleIndicator": "sample string 8",
    "ConstituentInterestWeight": 1,
    "Season": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true
    },
    "PublishClientStartDate": "2025-04-24T05:09:50.9680147-07:00",
    "PublishClientEndDate": "2025-04-24T05:09:50.9680147-07:00",
    "PublishWebApiStartDate": "2025-04-24T05:09:50.9680147-07:00",
    "PublishWebApiEndDate": "2025-04-24T05:09:50.9680147-07:00",
    "DoorsOpen": "2025-04-24T05:09:50.9680147-07:00",
    "DoorsClose": "2025-04-24T05:09:50.9680147-07:00",
    "Duration": 1,
    "SalesNotes": "sample string 9",
    "SalesNotesRequired": true,
    "Text1": "sample string 11",
    "Text2": "sample string 12",
    "Text3": "sample string 13",
    "Text4": "sample string 14",
    "RankType": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "RankTypeDescription": "sample string 15",
    "PerformanceType": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "PerformanceStatus": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "PerformanceStatusDescription": "sample string 16",
    "TimeSlot": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "TimeSlotDescription": "sample string 17",
    "ModeOfSale": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "ModeOfSaleDescription": "sample string 18",
    "ModeOfSaleStartDate": "2025-04-24T05:09:50.9680147-07:00",
    "ModeOfSaleEndDate": "2025-04-24T05:09:50.9680147-07:00",
    "IsRestricted": true,
    "ValidCountries": "sample string 20"
  },
  {
    "PerformanceId": 1,
    "PerformanceCode": "sample string 2",
    "PerformanceDate": "2025-04-24T05:09:50.9680147-07:00",
    "Facility": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "FacilityDescription": "sample string 3",
    "PerformanceDescription": "sample string 4",
    "PerformanceShortName": "sample string 5",
    "ProductionSeason": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "BusinessUnitId": 6,
    "ZoneMap": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "ZoneMapDescription": "sample string 7",
    "AvailSaleIndicator": "sample string 8",
    "ConstituentInterestWeight": 1,
    "Season": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true
    },
    "PublishClientStartDate": "2025-04-24T05:09:50.9680147-07:00",
    "PublishClientEndDate": "2025-04-24T05:09:50.9680147-07:00",
    "PublishWebApiStartDate": "2025-04-24T05:09:50.9680147-07:00",
    "PublishWebApiEndDate": "2025-04-24T05:09:50.9680147-07:00",
    "DoorsOpen": "2025-04-24T05:09:50.9680147-07:00",
    "DoorsClose": "2025-04-24T05:09:50.9680147-07:00",
    "Duration": 1,
    "SalesNotes": "sample string 9",
    "SalesNotesRequired": true,
    "Text1": "sample string 11",
    "Text2": "sample string 12",
    "Text3": "sample string 13",
    "Text4": "sample string 14",
    "RankType": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "RankTypeDescription": "sample string 15",
    "PerformanceType": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "PerformanceStatus": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "PerformanceStatusDescription": "sample string 16",
    "TimeSlot": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "TimeSlotDescription": "sample string 17",
    "ModeOfSale": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "ModeOfSaleDescription": "sample string 18",
    "ModeOfSaleStartDate": "2025-04-24T05:09:50.9680147-07:00",
    "ModeOfSaleEndDate": "2025-04-24T05:09:50.9680147-07:00",
    "IsRestricted": true,
    "ValidCountries": "sample string 20"
  }
]
<PerformanceSearchResponses xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PerformanceSearchResponse>
    <AvailSaleIndicator>sample string 8</AvailSaleIndicator>
    <BusinessUnitId>6</BusinessUnitId>
    <ConstituentInterestWeight>1</ConstituentInterestWeight>
    <DoorsClose>2025-04-24T05:09:50.9680147-07:00</DoorsClose>
    <DoorsOpen>2025-04-24T05:09:50.9680147-07:00</DoorsOpen>
    <Duration>1</Duration>
    <Facility>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </Facility>
    <FacilityDescription>sample string 3</FacilityDescription>
    <IsRestricted>true</IsRestricted>
    <ModeOfSale>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </ModeOfSale>
    <ModeOfSaleDescription>sample string 18</ModeOfSaleDescription>
    <ModeOfSaleEndDate>2025-04-24T05:09:50.9680147-07:00</ModeOfSaleEndDate>
    <ModeOfSaleStartDate>2025-04-24T05:09:50.9680147-07:00</ModeOfSaleStartDate>
    <PerformanceCode>sample string 2</PerformanceCode>
    <PerformanceDate>2025-04-24T05:09:50.9680147-07:00</PerformanceDate>
    <PerformanceDescription>sample string 4</PerformanceDescription>
    <PerformanceId>1</PerformanceId>
    <PerformanceShortName>sample string 5</PerformanceShortName>
    <PerformanceStatus>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </PerformanceStatus>
    <PerformanceStatusDescription>sample string 16</PerformanceStatusDescription>
    <PerformanceType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </PerformanceType>
    <ProductionSeason>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </ProductionSeason>
    <PublishClientEndDate>2025-04-24T05:09:50.9680147-07:00</PublishClientEndDate>
    <PublishClientStartDate>2025-04-24T05:09:50.9680147-07:00</PublishClientStartDate>
    <PublishWebApiEndDate>2025-04-24T05:09:50.9680147-07:00</PublishWebApiEndDate>
    <PublishWebApiStartDate>2025-04-24T05:09:50.9680147-07:00</PublishWebApiStartDate>
    <RankType>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </RankType>
    <RankTypeDescription>sample string 15</RankTypeDescription>
    <SalesNotes>sample string 9</SalesNotes>
    <SalesNotesRequired>true</SalesNotesRequired>
    <Season>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Season>
    <Text1>sample string 11</Text1>
    <Text2>sample string 12</Text2>
    <Text3>sample string 13</Text3>
    <Text4>sample string 14</Text4>
    <TimeSlot>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </TimeSlot>
    <TimeSlotDescription>sample string 17</TimeSlotDescription>
    <ValidCountries>sample string 20</ValidCountries>
    <ZoneMap>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </ZoneMap>
    <ZoneMapDescription>sample string 7</ZoneMapDescription>
  </PerformanceSearchResponse>
  <PerformanceSearchResponse>
    <AvailSaleIndicator>sample string 8</AvailSaleIndicator>
    <BusinessUnitId>6</BusinessUnitId>
    <ConstituentInterestWeight>1</ConstituentInterestWeight>
    <DoorsClose>2025-04-24T05:09:50.9680147-07:00</DoorsClose>
    <DoorsOpen>2025-04-24T05:09:50.9680147-07:00</DoorsOpen>
    <Duration>1</Duration>
    <Facility>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </Facility>
    <FacilityDescription>sample string 3</FacilityDescription>
    <IsRestricted>true</IsRestricted>
    <ModeOfSale>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </ModeOfSale>
    <ModeOfSaleDescription>sample string 18</ModeOfSaleDescription>
    <ModeOfSaleEndDate>2025-04-24T05:09:50.9680147-07:00</ModeOfSaleEndDate>
    <ModeOfSaleStartDate>2025-04-24T05:09:50.9680147-07:00</ModeOfSaleStartDate>
    <PerformanceCode>sample string 2</PerformanceCode>
    <PerformanceDate>2025-04-24T05:09:50.9680147-07:00</PerformanceDate>
    <PerformanceDescription>sample string 4</PerformanceDescription>
    <PerformanceId>1</PerformanceId>
    <PerformanceShortName>sample string 5</PerformanceShortName>
    <PerformanceStatus>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </PerformanceStatus>
    <PerformanceStatusDescription>sample string 16</PerformanceStatusDescription>
    <PerformanceType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </PerformanceType>
    <ProductionSeason>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </ProductionSeason>
    <PublishClientEndDate>2025-04-24T05:09:50.9680147-07:00</PublishClientEndDate>
    <PublishClientStartDate>2025-04-24T05:09:50.9680147-07:00</PublishClientStartDate>
    <PublishWebApiEndDate>2025-04-24T05:09:50.9680147-07:00</PublishWebApiEndDate>
    <PublishWebApiStartDate>2025-04-24T05:09:50.9680147-07:00</PublishWebApiStartDate>
    <RankType>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </RankType>
    <RankTypeDescription>sample string 15</RankTypeDescription>
    <SalesNotes>sample string 9</SalesNotes>
    <SalesNotesRequired>true</SalesNotesRequired>
    <Season>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Season>
    <Text1>sample string 11</Text1>
    <Text2>sample string 12</Text2>
    <Text3>sample string 13</Text3>
    <Text4>sample string 14</Text4>
    <TimeSlot>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </TimeSlot>
    <TimeSlotDescription>sample string 17</TimeSlotDescription>
    <ValidCountries>sample string 20</ValidCountries>
    <ZoneMap>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </ZoneMap>
    <ZoneMapDescription>sample string 7</ZoneMapDescription>
  </PerformanceSearchResponse>
</PerformanceSearchResponses>
Change Version Description Contract Old New
Property Removed 15.1.15 RestrictedCountries has been removed from PerformanceSearchResponse PerformanceSearchResponse RestrictedCountries
Property Added 15.1.15 ValidCountries has been added to PerformanceSearchResponse PerformanceSearchResponse PerformanceSearchResponse.ValidCountries
Property Removed 15.1.14 ValidCountries has been removed from PerformanceSearchResponse PerformanceSearchResponse ValidCountries
Property Added 15.1.14 RestrictedCountries has been added to PerformanceSearchResponse PerformanceSearchResponse PerformanceSearchResponse.RestrictedCountries
Property Added 15.1.13 IsRestricted has been added to PerformanceSearchResponse PerformanceSearchResponse PerformanceSearchResponse.IsRestricted
Property Added 15.1.13 ValidCountries has been added to PerformanceSearchResponse PerformanceSearchResponse PerformanceSearchResponse.ValidCountries
Property Deprecated 15.1.0 FacilityDescription has been marked as deprecated. PerformanceSearchResponse Deprecated
Property Deprecated 15.1.0 ModeOfSaleDescription has been marked as deprecated. PerformanceSearchResponse Deprecated
Property Deprecated 15.1.0 PerformanceStatusDescription has been marked as deprecated. PerformanceSearchResponse Deprecated
Property Deprecated 15.1.0 RankTypeDescription has been marked as deprecated. PerformanceSearchResponse Deprecated
Property Deprecated 15.1.0 TimeSlotDescription has been marked as deprecated. PerformanceSearchResponse Deprecated
Property Deprecated 15.1.0 ZoneMapDescription has been marked as deprecated. PerformanceSearchResponse Deprecated
Property Added 15.1.0 Facility has been added to PerformanceSearchResponse PerformanceSearchResponse PerformanceSearchResponse.Facility
Property Added 15.1.0 ModeOfSale has been added to PerformanceSearchResponse PerformanceSearchResponse PerformanceSearchResponse.ModeOfSale
Property Added 15.1.0 PerformanceStatus has been added to PerformanceSearchResponse PerformanceSearchResponse PerformanceSearchResponse.PerformanceStatus
Property Added 15.1.0 RankType has been added to PerformanceSearchResponse PerformanceSearchResponse PerformanceSearchResponse.RankType
Property Added 15.1.0 TimeSlot has been added to PerformanceSearchResponse PerformanceSearchResponse PerformanceSearchResponse.TimeSlot
Property Added 15.1.0 ZoneMap has been added to PerformanceSearchResponse PerformanceSearchResponse PerformanceSearchResponse.ZoneMap