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

URI Parameters

Parameter Name Data Type Required Notes
seasonId integer N

Request Body

None.

No request body.

Response object type : Collection of PerformanceGroupSummary

Response object type Collection of PerformanceGroupSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
Id integer
[
  {
    "Description": "sample string 1",
    "Id": 1
  },
  {
    "Description": "sample string 1",
    "Id": 1
  }
]
<PerformanceGroupSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PerformanceGroupSummary>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </PerformanceGroupSummary>
  <PerformanceGroupSummary>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </PerformanceGroupSummary>
</PerformanceGroupSummaries>

No entries in change log for this operation.