NScanAccessAreas Test
ReferenceData/NScanAccessAreas?filter={filter}&maintenanceMode={maintenanceMode}
Get details of all NScan Access Areas. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get them in maintenance mode (which ignores 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/NScanAccessAreas?filter={filter}&maintenanceMode={maintenanceMode}

URI Parameters

Parameter Name Data Type Required Notes
filter string N Filter by user access (default: readwrite).
maintenanceMode boolean N Ignore control grouping (default: false).

Request Body

None.

No request body.

Response object type : Collection of NScanAccessArea

Response object type Collection of NScanAccessArea has the following properties.
Property Name Data Type Length Required Readonly Notes
AreaCode string N
ConstituencyIds string N
ControlGroup ControlGroupSummary N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
EndDateTime date N
Id integer N
Inactive boolean N
KeywordId integer N
KeywordValue string N
ListId integer N
MaxEntries integer N
MembershipLevelIds string N
PerformanceIds string N
PriceTypeIds string N
PriceZoneIds string N
PromptQuantity boolean N
StartDateTime date N
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "AreaCode": "sample string 1",
    "ConstituencyIds": "sample string 2",
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    },
    "CreatedDateTime": "2025-04-24T03:59:05.0550885-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "Description": "sample string 5",
    "EndDateTime": "2025-04-24T03:59:05.0550885-07:00",
    "Id": 1,
    "Inactive": true,
    "KeywordId": 1,
    "KeywordValue": "sample string 7",
    "UpdatedDateTime": "2025-04-24T03:59:05.0550885-07:00",
    "UpdatedBy": "sample string 8",
    "ListId": 1,
    "MaxEntries": 1,
    "MembershipLevelIds": "sample string 9",
    "PerformanceIds": "sample string 10",
    "PriceTypeIds": "sample string 11",
    "PriceZoneIds": "sample string 12",
    "PromptQuantity": true,
    "StartDateTime": "2025-04-24T03:59:05.0550885-07:00"
  },
  {
    "AreaCode": "sample string 1",
    "ConstituencyIds": "sample string 2",
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    },
    "CreatedDateTime": "2025-04-24T03:59:05.0550885-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "Description": "sample string 5",
    "EndDateTime": "2025-04-24T03:59:05.0550885-07:00",
    "Id": 1,
    "Inactive": true,
    "KeywordId": 1,
    "KeywordValue": "sample string 7",
    "UpdatedDateTime": "2025-04-24T03:59:05.0550885-07:00",
    "UpdatedBy": "sample string 8",
    "ListId": 1,
    "MaxEntries": 1,
    "MembershipLevelIds": "sample string 9",
    "PerformanceIds": "sample string 10",
    "PriceTypeIds": "sample string 11",
    "PriceZoneIds": "sample string 12",
    "PromptQuantity": true,
    "StartDateTime": "2025-04-24T03:59:05.0550885-07:00"
  }
]
<NScanAccessAreas xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <NScanAccessArea>
    <AreaCode>sample string 1</AreaCode>
    <ConstituencyIds>sample string 2</ConstituencyIds>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T03:59:05.0550885-07:00</CreatedDateTime>
    <Description>sample string 5</Description>
    <EndDateTime>2025-04-24T03:59:05.0550885-07:00</EndDateTime>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <KeywordId>1</KeywordId>
    <KeywordValue>sample string 7</KeywordValue>
    <ListId>1</ListId>
    <MaxEntries>1</MaxEntries>
    <MembershipLevelIds>sample string 9</MembershipLevelIds>
    <PerformanceIds>sample string 10</PerformanceIds>
    <PriceTypeIds>sample string 11</PriceTypeIds>
    <PriceZoneIds>sample string 12</PriceZoneIds>
    <PromptQuantity>true</PromptQuantity>
    <StartDateTime>2025-04-24T03:59:05.0550885-07:00</StartDateTime>
    <UpdatedBy>sample string 8</UpdatedBy>
    <UpdatedDateTime>2025-04-24T03:59:05.0550885-07:00</UpdatedDateTime>
  </NScanAccessArea>
  <NScanAccessArea>
    <AreaCode>sample string 1</AreaCode>
    <ConstituencyIds>sample string 2</ConstituencyIds>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T03:59:05.0550885-07:00</CreatedDateTime>
    <Description>sample string 5</Description>
    <EndDateTime>2025-04-24T03:59:05.0550885-07:00</EndDateTime>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <KeywordId>1</KeywordId>
    <KeywordValue>sample string 7</KeywordValue>
    <ListId>1</ListId>
    <MaxEntries>1</MaxEntries>
    <MembershipLevelIds>sample string 9</MembershipLevelIds>
    <PerformanceIds>sample string 10</PerformanceIds>
    <PriceTypeIds>sample string 11</PriceTypeIds>
    <PriceZoneIds>sample string 12</PriceZoneIds>
    <PromptQuantity>true</PromptQuantity>
    <StartDateTime>2025-04-24T03:59:05.0550885-07:00</StartDateTime>
    <UpdatedBy>sample string 8</UpdatedBy>
    <UpdatedDateTime>2025-04-24T03:59:05.0550885-07:00</UpdatedDateTime>
  </NScanAccessArea>
</NScanAccessAreas>

No entries in change log for this operation.