GET api/county/comparable-guidelines?countyId={countyId}
This method will retrieve comparable property guidelines for a county
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countyId |
County id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of
ComparablePropertyGuideline| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Guideline | string |
Max length: 50 |
|
| IsRequired | boolean |
None. |
|
| AffectiveDate | date |
None. |
|
| CountyId | integer |
None. |
|
| County | County |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"guideline": "sample string 2",
"isRequired": true,
"affectiveDate": "2025-11-16T23:13:49.4134641-06:00",
"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:
{"id":1,"guideline":"sample string 2","isRequired":true,"affectiveDate":"2025-11-16T23:13:49.4134641-06:00","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:
<ComparablePropertyGuideline xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
<Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
<AffectiveDate>2025-11-16T23:13:49.4134641-06:00</AffectiveDate>
<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>
<Guideline>sample string 2</Guideline>
<IsRequired>true</IsRequired>
</ComparablePropertyGuideline>