PerformanceGroups Test
TXN/PerformanceGroups?seasonId={seasonId}
Get all performance groups.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformanceGroups?seasonId={seasonId}

URI Parameters

Parameter Name Data Type Required Notes
seasonId integer N

Request Body

None.

No request body.

Response object type : Collection of PerformanceGroup

Response object type Collection of PerformanceGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
DisplayByZone boolean N
Facility FacilitySummary N
FixedSeatIndicator boolean N
Id integer N
Season SeasonSummary N
UpdatedBy string N
UpdatedDateTime date N
ZoneMap ZoneMapSummary N
[
  {
    "CreatedDateTime": "2025-04-24T05:25:29.9210492-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Description": "sample string 3",
    "DisplayByZone": true,
    "Facility": {
      "Description": "sample string 1",
      "Id": 1,
      "SeatMap": {
        "Description": "sample string 1",
        "Id": 1
      }
    },
    "FixedSeatIndicator": true,
    "Id": 1,
    "Season": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true
    },
    "ZoneMap": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "SeatMap": {
        "Description": "sample string 1",
        "Id": 1
      }
    },
    "UpdatedDateTime": "2025-04-24T05:25:29.9210492-07:00",
    "UpdatedBy": "sample string 6"
  },
  {
    "CreatedDateTime": "2025-04-24T05:25:29.9210492-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Description": "sample string 3",
    "DisplayByZone": true,
    "Facility": {
      "Description": "sample string 1",
      "Id": 1,
      "SeatMap": {
        "Description": "sample string 1",
        "Id": 1
      }
    },
    "FixedSeatIndicator": true,
    "Id": 1,
    "Season": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true
    },
    "ZoneMap": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "SeatMap": {
        "Description": "sample string 1",
        "Id": 1
      }
    },
    "UpdatedDateTime": "2025-04-24T05:25:29.9210492-07:00",
    "UpdatedBy": "sample string 6"
  }
]
<PerformanceGroups xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PerformanceGroup>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:25:29.9210492-07:00</CreatedDateTime>
    <Description>sample string 3</Description>
    <DisplayByZone>true</DisplayByZone>
    <Facility>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <SeatMap>
        <Description>sample string 1</Description>
        <Id>1</Id>
      </SeatMap>
    </Facility>
    <FixedSeatIndicator>true</FixedSeatIndicator>
    <Id>1</Id>
    <Season>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Season>
    <UpdatedBy>sample string 6</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:25:29.9210492-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>
  </PerformanceGroup>
  <PerformanceGroup>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:25:29.9210492-07:00</CreatedDateTime>
    <Description>sample string 3</Description>
    <DisplayByZone>true</DisplayByZone>
    <Facility>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <SeatMap>
        <Description>sample string 1</Description>
        <Id>1</Id>
      </SeatMap>
    </Facility>
    <FixedSeatIndicator>true</FixedSeatIndicator>
    <Id>1</Id>
    <Season>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Season>
    <UpdatedBy>sample string 6</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:25:29.9210492-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>
  </PerformanceGroup>
</PerformanceGroups>

No entries in change log for this operation.