Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ZoneGroups/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : Collection of ZoneGroupSummary
Response object type Collection of ZoneGroupSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
AliasDescription | string | ||||
Description | string | ||||
Id | integer | ||||
Inactive | boolean | ||||
Rank | integer |
[
{
"Id": 1,
"Description": "sample string 1",
"AliasDescription": "sample string 2",
"Inactive": true,
"Rank": 3
},
{
"Id": 1,
"Description": "sample string 1",
"AliasDescription": "sample string 2",
"Inactive": true,
"Rank": 3
}
]
<ZoneGroupSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ZoneGroup>
<AliasDescription>sample string 2</AliasDescription>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<Rank>3</Rank>
</ZoneGroup>
<ZoneGroup>
<AliasDescription>sample string 2</AliasDescription>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<Rank>3</Rank>
</ZoneGroup>
</ZoneGroupSummaries>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Property Added | 15.1.15 | AliasDescription has been added to ZoneGroupSummary | ZoneGroupSummary | ZoneGroupSummary.AliasDescription | |
Property Removed | 15.1.14 | AliasDescription has been removed from ZoneGroupSummary | ZoneGroupSummary | AliasDescription | |
Property Added | 15.1.13 | AliasDescription has been added to ZoneGroupSummary | ZoneGroupSummary | ZoneGroupSummary.AliasDescription |