SeatStatuses Test
ReferenceData/SeatStatuses?maintenanceMode={maintenanceMode}
Get all seat statuses. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/SeatStatuses?maintenanceMode={maintenanceMode}

URI Parameters

Parameter Name Data Type Required Notes
maintenanceMode boolean N Ignore control grouping (default: false).

Request Body

None.

No request body.

Response object type : Collection of SeatStatus

Response object type Collection of SeatStatus has the following properties.
Property Name Data Type Length Required Readonly Notes
BackColor integer N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
ForeColor integer N
Id integer N
Inactive boolean N
StatusCode string N
StatusLegend string N
StatusPriority byte N
Tck string N
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "BackColor": 1,
    "CreatedDateTime": "2025-04-24T04:30:09.5149247-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "Description": "sample string 4",
    "ForeColor": 5,
    "Id": 1,
    "Inactive": true,
    "UpdatedDateTime": "2025-04-24T04:30:09.5149247-07:00",
    "UpdatedBy": "sample string 7",
    "StatusCode": "sample string 8",
    "StatusLegend": "sample string 9",
    "StatusPriority": 64,
    "Tck": "sample string 11"
  },
  {
    "BackColor": 1,
    "CreatedDateTime": "2025-04-24T04:30:09.5149247-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "Description": "sample string 4",
    "ForeColor": 5,
    "Id": 1,
    "Inactive": true,
    "UpdatedDateTime": "2025-04-24T04:30:09.5149247-07:00",
    "UpdatedBy": "sample string 7",
    "StatusCode": "sample string 8",
    "StatusLegend": "sample string 9",
    "StatusPriority": 64,
    "Tck": "sample string 11"
  }
]
<SeatStatuses xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <SeatStatus>
    <BackColor>1</BackColor>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T04:30:09.5149247-07:00</CreatedDateTime>
    <Description>sample string 4</Description>
    <ForeColor>5</ForeColor>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <StatusCode>sample string 8</StatusCode>
    <StatusLegend>sample string 9</StatusLegend>
    <StatusPriority>64</StatusPriority>
    <Tck>sample string 11</Tck>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:30:09.5149247-07:00</UpdatedDateTime>
  </SeatStatus>
  <SeatStatus>
    <BackColor>1</BackColor>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T04:30:09.5149247-07:00</CreatedDateTime>
    <Description>sample string 4</Description>
    <ForeColor>5</ForeColor>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <StatusCode>sample string 8</StatusCode>
    <StatusLegend>sample string 9</StatusLegend>
    <StatusPriority>64</StatusPriority>
    <Tck>sample string 11</Tck>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:30:09.5149247-07:00</UpdatedDateTime>
  </SeatStatus>
</SeatStatuses>

No entries in change log for this operation.