Countries Test
ReferenceData/Countries?maintenanceMode={maintenanceMode}
Get all countries. 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/Countries?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 Country

Response object type Collection of Country has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
DecimalSeparator string N
Description string N
Id integer N
Inactive boolean N
IsoAlpha2Code string N
IsoAlpha3Code string N
PhoneCode string N
PhoneEditstring string N
PhoneMask string N
PhoneValidLengths string N
ReqCity boolean N
ReqPcode boolean N
ShortDesc string N
UpdatedBy string N
UpdatedDateTime date N
UseAvs string N
UseStateField string N
ZipEditstring string N
ZipMask string N
ZipValidLengths string N
[
  {
    "CreatedDateTime": "2025-04-24T04:10:49.8421686-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "DecimalSeparator": "sample string 3",
    "Description": "sample string 4",
    "Id": 1,
    "Inactive": true,
    "IsoAlpha3Code": "sample string 5",
    "IsoAlpha2Code": "sample string 6",
    "UpdatedDateTime": "2025-04-24T04:10:49.8421686-07:00",
    "UpdatedBy": "sample string 7",
    "PhoneCode": "sample string 8",
    "PhoneEditstring": "sample string 9",
    "PhoneMask": "sample string 10",
    "PhoneValidLengths": "sample string 11",
    "ReqCity": true,
    "ReqPcode": true,
    "ShortDesc": "sample string 13",
    "UseAvs": "sample string 14",
    "UseStateField": "sample string 15",
    "ZipEditstring": "sample string 16",
    "ZipMask": "sample string 17",
    "ZipValidLengths": "sample string 18"
  },
  {
    "CreatedDateTime": "2025-04-24T04:10:49.8421686-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "DecimalSeparator": "sample string 3",
    "Description": "sample string 4",
    "Id": 1,
    "Inactive": true,
    "IsoAlpha3Code": "sample string 5",
    "IsoAlpha2Code": "sample string 6",
    "UpdatedDateTime": "2025-04-24T04:10:49.8421686-07:00",
    "UpdatedBy": "sample string 7",
    "PhoneCode": "sample string 8",
    "PhoneEditstring": "sample string 9",
    "PhoneMask": "sample string 10",
    "PhoneValidLengths": "sample string 11",
    "ReqCity": true,
    "ReqPcode": true,
    "ShortDesc": "sample string 13",
    "UseAvs": "sample string 14",
    "UseStateField": "sample string 15",
    "ZipEditstring": "sample string 16",
    "ZipMask": "sample string 17",
    "ZipValidLengths": "sample string 18"
  }
]
<Countries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Country>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T04:10:49.8421686-07:00</CreatedDateTime>
    <DecimalSeparator>sample string 3</DecimalSeparator>
    <Description>sample string 4</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <IsoAlpha2Code>sample string 6</IsoAlpha2Code>
    <IsoAlpha3Code>sample string 5</IsoAlpha3Code>
    <PhoneCode>sample string 8</PhoneCode>
    <PhoneEditstring>sample string 9</PhoneEditstring>
    <PhoneMask>sample string 10</PhoneMask>
    <PhoneValidLengths>sample string 11</PhoneValidLengths>
    <ReqCity>true</ReqCity>
    <ReqPcode>true</ReqPcode>
    <ShortDesc>sample string 13</ShortDesc>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:10:49.8421686-07:00</UpdatedDateTime>
    <UseAvs>sample string 14</UseAvs>
    <UseStateField>sample string 15</UseStateField>
    <ZipEditstring>sample string 16</ZipEditstring>
    <ZipMask>sample string 17</ZipMask>
    <ZipValidLengths>sample string 18</ZipValidLengths>
  </Country>
  <Country>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T04:10:49.8421686-07:00</CreatedDateTime>
    <DecimalSeparator>sample string 3</DecimalSeparator>
    <Description>sample string 4</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <IsoAlpha2Code>sample string 6</IsoAlpha2Code>
    <IsoAlpha3Code>sample string 5</IsoAlpha3Code>
    <PhoneCode>sample string 8</PhoneCode>
    <PhoneEditstring>sample string 9</PhoneEditstring>
    <PhoneMask>sample string 10</PhoneMask>
    <PhoneValidLengths>sample string 11</PhoneValidLengths>
    <ReqCity>true</ReqCity>
    <ReqPcode>true</ReqPcode>
    <ShortDesc>sample string 13</ShortDesc>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:10:49.8421686-07:00</UpdatedDateTime>
    <UseAvs>sample string 14</UseAvs>
    <UseStateField>sample string 15</UseStateField>
    <ZipEditstring>sample string 16</ZipEditstring>
    <ZipMask>sample string 17</ZipMask>
    <ZipValidLengths>sample string 18</ZipValidLengths>
  </Country>
</Countries>
Change Version Description Contract Old New
Property Added 15.2.34 IsoAlpha2Code has been added to Country Country Country.IsoAlpha2Code