Zones Test
TXN/Zones/{zoneMapId},{zoneId}
Get details of a specific zone.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Zones/{zoneMapId},{zoneId}

URI Parameters

Parameter Name Data Type Required Notes
zoneMapId integer Y
zoneId integer Y

Request Body

None.

No request body.

Response object type : Zone

Response object type Zone has the following properties.
Property Name Data Type Length Required Readonly Notes
Abbreviation string N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
EndTime string
Id integer N
Rank integer N
ShortDescription string N
StartTime string
UpdatedBy string N
UpdatedDateTime date N
ZoneGroup ZoneGroupSummary N
FK: TR_ZONE_GROUP.id   Resource: ZoneGroups
ZoneLegend string N
ZoneMapId integer N
FK: T_ZMAP.zmap_no   Resource: ZoneMaps
ZoneTime string
{
  "Abbreviation": "sample string 1",
  "Description": "sample string 2",
  "Rank": 3,
  "ShortDescription": "sample string 4",
  "ZoneGroup": {
    "Id": 1,
    "Description": "sample string 1",
    "AliasDescription": "sample string 2",
    "Inactive": true,
    "Rank": 3
  },
  "ZoneTime": "sample string 5",
  "StartTime": "sample string 6",
  "EndTime": "sample string 7",
  "ZoneLegend": "sample string 8",
  "ZoneMapId": 9,
  "Id": 10,
  "CreatedDateTime": "2025-04-24T05:18:57.3128897-07:00",
  "CreateLocation": "sample string 11",
  "CreatedBy": "sample string 12",
  "UpdatedDateTime": "2025-04-24T05:18:57.3128897-07:00",
  "UpdatedBy": "sample string 13"
}
<Zone xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Abbreviation>sample string 1</Abbreviation>
  <CreateLocation>sample string 11</CreateLocation>
  <CreatedBy>sample string 12</CreatedBy>
  <CreatedDateTime>2025-04-24T05:18:57.3128897-07:00</CreatedDateTime>
  <Description>sample string 2</Description>
  <EndTime>sample string 7</EndTime>
  <Id>10</Id>
  <Rank>3</Rank>
  <ShortDescription>sample string 4</ShortDescription>
  <StartTime>sample string 6</StartTime>
  <UpdatedBy>sample string 13</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:18:57.3128897-07:00</UpdatedDateTime>
  <ZoneGroup>
    <AliasDescription>sample string 2</AliasDescription>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Rank>3</Rank>
  </ZoneGroup>
  <ZoneLegend>sample string 8</ZoneLegend>
  <ZoneMapId>9</ZoneMapId>
  <ZoneTime>sample string 5</ZoneTime>
</Zone>
Change Version Description Contract Old New
Parameter Changed 15.0.0 zoneMapId has been marked as required. Required
Parameter Added 15.0.0 zoneId has changed from String to int String int
Parameter Changed 15.0.0 zoneId has been marked as required. Required