Sections Test
ReferenceData/Sections?seatMapId={seatMapId}&maintenanceMode={maintenanceMode}
Get all sections. To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Sections?seatMapId={seatMapId}&maintenanceMode={maintenanceMode}

URI Parameters

Parameter Name Data Type Required Notes
seatMapId string N If seatMapId is supplied, only sections located within the specified seat map will be returned.
maintenanceMode boolean N Ignore control grouping (default: false).

Request Body

None.

No request body.

Response object type : Collection of Section

Response object type Collection of Section has the following properties.
Property Name Data Type Length Required Readonly Notes
AdditionalText string N
AdditionalText2 string N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
Id integer N
PrintDesc string N
PrintSequence byte N
SectionLegend string N
ShortDesc string N
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "AdditionalText": "sample string 1",
    "AdditionalText2": "sample string 2",
    "CreatedDateTime": "2025-07-29T16:37:37.3349606-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "Description": "sample string 5",
    "Id": 1,
    "UpdatedDateTime": "2025-07-29T16:37:37.3349606-07:00",
    "UpdatedBy": "sample string 6",
    "PrintDesc": "sample string 7",
    "PrintSequence": 64,
    "SectionLegend": "sample string 9",
    "ShortDesc": "sample string 10"
  },
  {
    "AdditionalText": "sample string 1",
    "AdditionalText2": "sample string 2",
    "CreatedDateTime": "2025-07-29T16:37:37.3349606-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "Description": "sample string 5",
    "Id": 1,
    "UpdatedDateTime": "2025-07-29T16:37:37.3349606-07:00",
    "UpdatedBy": "sample string 6",
    "PrintDesc": "sample string 7",
    "PrintSequence": 64,
    "SectionLegend": "sample string 9",
    "ShortDesc": "sample string 10"
  }
]
<Sections xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Section>
    <AdditionalText>sample string 1</AdditionalText>
    <AdditionalText2>sample string 2</AdditionalText2>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-07-29T16:37:37.3349606-07:00</CreatedDateTime>
    <Description>sample string 5</Description>
    <Id>1</Id>
    <PrintDesc>sample string 7</PrintDesc>
    <PrintSequence>64</PrintSequence>
    <SectionLegend>sample string 9</SectionLegend>
    <ShortDesc>sample string 10</ShortDesc>
    <UpdatedBy>sample string 6</UpdatedBy>
    <UpdatedDateTime>2025-07-29T16:37:37.3349606-07:00</UpdatedDateTime>
  </Section>
  <Section>
    <AdditionalText>sample string 1</AdditionalText>
    <AdditionalText2>sample string 2</AdditionalText2>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-07-29T16:37:37.3349606-07:00</CreatedDateTime>
    <Description>sample string 5</Description>
    <Id>1</Id>
    <PrintDesc>sample string 7</PrintDesc>
    <PrintSequence>64</PrintSequence>
    <SectionLegend>sample string 9</SectionLegend>
    <ShortDesc>sample string 10</ShortDesc>
    <UpdatedBy>sample string 6</UpdatedBy>
    <UpdatedDateTime>2025-07-29T16:37:37.3349606-07:00</UpdatedDateTime>
  </Section>
</Sections>

No entries in change log for this operation.