GET api/township/GetTownshipMapData?townshipId={townshipId}

This method will retrieve individual township data with property counts and statistical data for the heat map

Request Information

URI Parameters

NameDescriptionTypeAdditional information
townshipId

Township Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of

TownshipMapData
NameDescriptionTypeAdditional information
ExemptPropertyCount

integer

None.

VacantLandPropertyCount

integer

None.

TotalResidentialPropertyCount

integer

None.

SingleFamilyPropertyCount

integer

None.

ResidentialCondoPropertyCount

integer

None.

MultiFamilyPropertyCount

integer

None.

NotForProfitPropertyCount

integer

None.

CommercialPropertyCount

integer

None.

IndustrialPropertyCount

integer

None.

IndustrialIncentivePropertyCount

integer

None.

IndustrialBrownfieldIncentivePropertyCount

integer

None.

CommercialIncentivePropertyCount

integer

None.

CommercialIndustrialIncentivePropertyCount

integer

None.

MultiFamilyIncentivePropertyCount

integer

None.

ZipCodes

Collection of string

None.

Center

string

None.

CountyName

string

None.

StateShortName

string

None.

TaxYear

integer

None.

PaymentTaxYear

integer

None.

AppealYear

integer

None.

LastReAssessmentYear

integer

None.

NextReAssessmentYear

integer

None.

StateEqualizationFactor

decimal number

None.

TaxRateYear

integer

None.

MinTaxRate

decimal number

None.

AvgTaxRate

decimal number

None.

MaxTaxRate

decimal number

None.

TaxRegionName

string

None.

Id

integer

None.

Name

string

Max length: 50

Code

integer

None.

RangeNo

integer

None.

ShapeArea

decimal number

None.

ShapeLen

decimal number

None.

Geom

string

None.

Number

integer

None.

ReassessmentIntervalInYears

integer

None.

BaseReassessmentYear

integer

None.

FullName

string

None.

CountyId

integer

None.

TaxRegionId

integer

None.

County

County

None.

TaxRegion

TaxRegion

None.

Response Formats

application/json, text/json

Sample:
{
  "exemptPropertyCount": 1,
  "vacantLandPropertyCount": 2,
  "totalResidentialPropertyCount": 3,
  "singleFamilyPropertyCount": 4,
  "residentialCondoPropertyCount": 5,
  "multiFamilyPropertyCount": 6,
  "notForProfitPropertyCount": 7,
  "commercialPropertyCount": 8,
  "industrialPropertyCount": 9,
  "industrialIncentivePropertyCount": 10,
  "industrialBrownfieldIncentivePropertyCount": 11,
  "commercialIncentivePropertyCount": 12,
  "commercialIndustrialIncentivePropertyCount": 13,
  "multiFamilyIncentivePropertyCount": 14,
  "zipCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "center": "sample string 15",
  "countyName": "sample string 16",
  "stateShortName": "sample string 17",
  "taxYear": 18,
  "paymentTaxYear": 19,
  "appealYear": 20,
  "lastReAssessmentYear": 21,
  "nextReAssessmentYear": 22,
  "stateEqualizationFactor": 23.0,
  "taxRateYear": 24,
  "minTaxRate": 25.0,
  "avgTaxRate": 26.0,
  "maxTaxRate": 27.0,
  "taxRegionName": "sample string 28",
  "id": 29,
  "name": "sample string 30",
  "code": 31,
  "rangeNo": 32,
  "shapeArea": 33.1,
  "shapeLen": 34.1,
  "geom": "sample string 35",
  "number": 36,
  "reassessmentIntervalInYears": 37,
  "baseReassessmentYear": 38,
  "fullName": "sample string 39",
  "countyId": 40,
  "taxRegionId": 41,
  "county": {
    "id": 1,
    "name": "sample string 2",
    "description": "sample string 3",
    "appealProcessDescription": "sample string 4",
    "fipsCode": "sample string 5",
    "established": 1,
    "population": 1,
    "shapeArea": 1.1,
    "shapeLen": 1.1,
    "geom": "sample string 6",
    "pinFormat": "sample string 7",
    "propertyImageUrl": "sample string 8",
    "appealYearIncrement": 9,
    "taxPaymentYearIncrement": 10,
    "reassessmentCycleInYears": 11,
    "landArea": 12.1,
    "waterArea": 13.1,
    "reassessmentDescription": "sample string 14",
    "exemptionRefundPeriodInYears": 15,
    "assessorScheduleUrl": "sample string 16",
    "borScheduleUrl": "sample string 17",
    "stateId": 18,
    "isSupported": true,
    "assessmentPageUrl": "sample string 20",
    "propertyCardPageUrl": "sample string 21",
    "state": {
      "id": 1,
      "name": "sample string 2",
      "shortName": "sample string 3",
      "geom": "sample string 4",
      "isTerritory": true,
      "landArea": 6.1,
      "waterArea": 7.1
    }
  },
  "taxRegion": {
    "id": 1,
    "name": "sample string 2",
    "description": "sample string 3",
    "abbrv": "sample string 4",
    "countyId": 5,
    "county": {
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "appealProcessDescription": "sample string 4",
      "fipsCode": "sample string 5",
      "established": 1,
      "population": 1,
      "shapeArea": 1.1,
      "shapeLen": 1.1,
      "geom": "sample string 6",
      "pinFormat": "sample string 7",
      "propertyImageUrl": "sample string 8",
      "appealYearIncrement": 9,
      "taxPaymentYearIncrement": 10,
      "reassessmentCycleInYears": 11,
      "landArea": 12.1,
      "waterArea": 13.1,
      "reassessmentDescription": "sample string 14",
      "exemptionRefundPeriodInYears": 15,
      "assessorScheduleUrl": "sample string 16",
      "borScheduleUrl": "sample string 17",
      "stateId": 18,
      "isSupported": true,
      "assessmentPageUrl": "sample string 20",
      "propertyCardPageUrl": "sample string 21",
      "state": {
        "id": 1,
        "name": "sample string 2",
        "shortName": "sample string 3",
        "geom": "sample string 4",
        "isTerritory": true,
        "landArea": 6.1,
        "waterArea": 7.1
      }
    }
  }
}

text/html

Sample:
{"exemptPropertyCount":1,"vacantLandPropertyCount":2,"totalResidentialPropertyCount":3,"singleFamilyPropertyCount":4,"residentialCondoPropertyCount":5,"multiFamilyPropertyCount":6,"notForProfitPropertyCount":7,"commercialPropertyCount":8,"industrialPropertyCount":9,"industrialIncentivePropertyCount":10,"industrialBrownfieldIncentivePropertyCount":11,"commercialIncentivePropertyCount":12,"commercialIndustrialIncentivePropertyCount":13,"multiFamilyIncentivePropertyCount":14,"zipCodes":["sample string 1","sample string 2"],"center":"sample string 15","countyName":"sample string 16","stateShortName":"sample string 17","taxYear":18,"paymentTaxYear":19,"appealYear":20,"lastReAssessmentYear":21,"nextReAssessmentYear":22,"stateEqualizationFactor":23.0,"taxRateYear":24,"minTaxRate":25.0,"avgTaxRate":26.0,"maxTaxRate":27.0,"taxRegionName":"sample string 28","id":29,"name":"sample string 30","code":31,"rangeNo":32,"shapeArea":33.1,"shapeLen":34.1,"geom":"sample string 35","number":36,"reassessmentIntervalInYears":37,"baseReassessmentYear":38,"fullName":"sample string 39","countyId":40,"taxRegionId":41,"county":{"id":1,"name":"sample string 2","description":"sample string 3","appealProcessDescription":"sample string 4","fipsCode":"sample string 5","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 6","pinFormat":"sample string 7","propertyImageUrl":"sample string 8","appealYearIncrement":9,"taxPaymentYearIncrement":10,"reassessmentCycleInYears":11,"landArea":12.1,"waterArea":13.1,"reassessmentDescription":"sample string 14","exemptionRefundPeriodInYears":15,"assessorScheduleUrl":"sample string 16","borScheduleUrl":"sample string 17","stateId":18,"isSupported":true,"assessmentPageUrl":"sample string 20","propertyCardPageUrl":"sample string 21","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}},"taxRegion":{"id":1,"name":"sample string 2","description":"sample string 3","abbrv":"sample string 4","countyId":5,"county":{"id":1,"name":"sample string 2","description":"sample string 3","appealProcessDescription":"sample string 4","fipsCode":"sample string 5","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 6","pinFormat":"sample string 7","propertyImageUrl":"sample string 8","appealYearIncrement":9,"taxPaymentYearIncrement":10,"reassessmentCycleInYears":11,"landArea":12.1,"waterArea":13.1,"reassessmentDescription":"sample string 14","exemptionRefundPeriodInYears":15,"assessorScheduleUrl":"sample string 16","borScheduleUrl":"sample string 17","stateId":18,"isSupported":true,"assessmentPageUrl":"sample string 20","propertyCardPageUrl":"sample string 21","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}}}}

application/xml, text/xml

Sample:
<TownshipMapData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
  <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">29</Id>
  <BaseReassessmentYear xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">38</BaseReassessmentYear>
  <Code xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">31</Code>
  <County xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
    <AppealProcessDescription>sample string 4</AppealProcessDescription>
    <AppealYearIncrement>9</AppealYearIncrement>
    <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
    <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
    <BorScheduleUrl>sample string 17</BorScheduleUrl>
    <Description>sample string 3</Description>
    <Established>1</Established>
    <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
    <FipsCode>sample string 5</FipsCode>
    <Geom>sample string 6</Geom>
    <IsSupported>true</IsSupported>
    <LandArea>12.1</LandArea>
    <Name>sample string 2</Name>
    <PinFormat>sample string 7</PinFormat>
    <Population>1</Population>
    <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
    <PropertyImageUrl>sample string 8</PropertyImageUrl>
    <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
    <ReassessmentDescription>sample string 14</ReassessmentDescription>
    <ShapeArea>1.1</ShapeArea>
    <ShapeLen>1.1</ShapeLen>
    <State>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <Geom>sample string 4</Geom>
      <IsTerritory>true</IsTerritory>
      <LandArea>6.1</LandArea>
      <Name>sample string 2</Name>
      <ShortName>sample string 3</ShortName>
      <WaterArea>7.1</WaterArea>
    </State>
    <StateId>18</StateId>
    <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
    <WaterArea>13.1</WaterArea>
  </County>
  <CountyId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">40</CountyId>
  <FullName xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 39</FullName>
  <Geom xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 35</Geom>
  <Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 30</Name>
  <Number xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">36</Number>
  <RangeNo xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">32</RangeNo>
  <ReassessmentIntervalInYears xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">37</ReassessmentIntervalInYears>
  <ShapeArea xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">33.1</ShapeArea>
  <ShapeLen xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">34.1</ShapeLen>
  <TaxRegion xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
    <Abbrv>sample string 4</Abbrv>
    <County>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <AppealProcessDescription>sample string 4</AppealProcessDescription>
      <AppealYearIncrement>9</AppealYearIncrement>
      <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
      <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
      <BorScheduleUrl>sample string 17</BorScheduleUrl>
      <Description>sample string 3</Description>
      <Established>1</Established>
      <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
      <FipsCode>sample string 5</FipsCode>
      <Geom>sample string 6</Geom>
      <IsSupported>true</IsSupported>
      <LandArea>12.1</LandArea>
      <Name>sample string 2</Name>
      <PinFormat>sample string 7</PinFormat>
      <Population>1</Population>
      <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
      <PropertyImageUrl>sample string 8</PropertyImageUrl>
      <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
      <ReassessmentDescription>sample string 14</ReassessmentDescription>
      <ShapeArea>1.1</ShapeArea>
      <ShapeLen>1.1</ShapeLen>
      <State>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <Geom>sample string 4</Geom>
        <IsTerritory>true</IsTerritory>
        <LandArea>6.1</LandArea>
        <Name>sample string 2</Name>
        <ShortName>sample string 3</ShortName>
        <WaterArea>7.1</WaterArea>
      </State>
      <StateId>18</StateId>
      <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
      <WaterArea>13.1</WaterArea>
    </County>
    <CountyId>5</CountyId>
    <Description>sample string 3</Description>
    <Name>sample string 2</Name>
  </TaxRegion>
  <TaxRegionId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">41</TaxRegionId>
  <AppealYear>20</AppealYear>
  <AvgTaxRate>26</AvgTaxRate>
  <Center>sample string 15</Center>
  <CountyName>sample string 16</CountyName>
  <LastReAssessmentYear>21</LastReAssessmentYear>
  <MaxTaxRate>27</MaxTaxRate>
  <MinTaxRate>25</MinTaxRate>
  <NextReAssessmentYear>22</NextReAssessmentYear>
  <PaymentTaxYear>19</PaymentTaxYear>
  <StateEqualizationFactor>23</StateEqualizationFactor>
  <StateShortName>sample string 17</StateShortName>
  <TaxRateYear>24</TaxRateYear>
  <TaxRegionName>sample string 28</TaxRegionName>
  <TaxYear>18</TaxYear>
  <CommercialIncentivePropertyCount>12</CommercialIncentivePropertyCount>
  <CommercialIndustrialIncentivePropertyCount>13</CommercialIndustrialIncentivePropertyCount>
  <CommercialPropertyCount>8</CommercialPropertyCount>
  <ExemptPropertyCount>1</ExemptPropertyCount>
  <IndustrialBrownfieldIncentivePropertyCount>11</IndustrialBrownfieldIncentivePropertyCount>
  <IndustrialIncentivePropertyCount>10</IndustrialIncentivePropertyCount>
  <IndustrialPropertyCount>9</IndustrialPropertyCount>
  <MultiFamilyIncentivePropertyCount>14</MultiFamilyIncentivePropertyCount>
  <MultiFamilyPropertyCount>6</MultiFamilyPropertyCount>
  <NotForProfitPropertyCount>7</NotForProfitPropertyCount>
  <ResidentialCondoPropertyCount>5</ResidentialCondoPropertyCount>
  <SingleFamilyPropertyCount>4</SingleFamilyPropertyCount>
  <TotalResidentialPropertyCount>3</TotalResidentialPropertyCount>
  <VacantLandPropertyCount>2</VacantLandPropertyCount>
  <ZipCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ZipCodes>
</TownshipMapData>