GET api/me/userproperties/{userPropertyId}/appeal-history

This method should be used to appeal history records for a property

Requires Authorization!

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userPropertyId

User property record id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of

Collection of PropertyAppealHistoryRecordResponseModel
NameDescriptionTypeAdditional information
Id

integer

None.

CaseNumber

string

None.

DocketNumber

string

None.

UserPropertyId

integer

None.

AppealStatus

string

None.

PrimaryAppealType

string

None.

CurrentTotalAssessment

decimal number

None.

ProposedTotalAssessment

decimal number

None.

FinalTotalAssessment

decimal number

None.

AgencyStatus

string

None.

AgencyReason

string

None.

CreatedDate

date

None.

AppealYear

integer

None.

TaxYear

integer

None.

AvReduction

decimal number

None.

AppealSavings

decimal number

None.

ResultDate

string

None.

AgencyName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "caseNumber": "sample string 2",
    "docketNumber": "sample string 3",
    "userPropertyId": 1,
    "appealStatus": "sample string 4",
    "primaryAppealType": "sample string 5",
    "currentTotalAssessment": 1.0,
    "proposedTotalAssessment": 1.0,
    "finalTotalAssessment": 1.0,
    "agencyStatus": "sample string 6",
    "agencyReason": "sample string 7",
    "createdDate": "2025-05-20T16:09:49.9464671-05:00",
    "appealYear": 9,
    "taxYear": 10,
    "avReduction": 1.0,
    "appealSavings": 1.0,
    "resultDate": "sample string 11",
    "agencyName": "sample string 12"
  },
  {
    "id": 1,
    "caseNumber": "sample string 2",
    "docketNumber": "sample string 3",
    "userPropertyId": 1,
    "appealStatus": "sample string 4",
    "primaryAppealType": "sample string 5",
    "currentTotalAssessment": 1.0,
    "proposedTotalAssessment": 1.0,
    "finalTotalAssessment": 1.0,
    "agencyStatus": "sample string 6",
    "agencyReason": "sample string 7",
    "createdDate": "2025-05-20T16:09:49.9464671-05:00",
    "appealYear": 9,
    "taxYear": 10,
    "avReduction": 1.0,
    "appealSavings": 1.0,
    "resultDate": "sample string 11",
    "agencyName": "sample string 12"
  }
]

text/html

Sample:
[{"id":1,"caseNumber":"sample string 2","docketNumber":"sample string 3","userPropertyId":1,"appealStatus":"sample string 4","primaryAppealType":"sample string 5","currentTotalAssessment":1.0,"proposedTotalAssessment":1.0,"finalTotalAssessment":1.0,"agencyStatus":"sample string 6","agencyReason":"sample string 7","createdDate":"2025-05-20T16:09:49.9464671-05:00","appealYear":9,"taxYear":10,"avReduction":1.0,"appealSavings":1.0,"resultDate":"sample string 11","agencyName":"sample string 12"},{"id":1,"caseNumber":"sample string 2","docketNumber":"sample string 3","userPropertyId":1,"appealStatus":"sample string 4","primaryAppealType":"sample string 5","currentTotalAssessment":1.0,"proposedTotalAssessment":1.0,"finalTotalAssessment":1.0,"agencyStatus":"sample string 6","agencyReason":"sample string 7","createdDate":"2025-05-20T16:09:49.9464671-05:00","appealYear":9,"taxYear":10,"avReduction":1.0,"appealSavings":1.0,"resultDate":"sample string 11","agencyName":"sample string 12"}]

application/xml, text/xml

Sample:
<ArrayOfPropertyAppealHistoryRecordResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.CaseBinding">
  <PropertyAppealHistoryRecordResponseModel>
    <AgencyName>sample string 12</AgencyName>
    <AgencyReason>sample string 7</AgencyReason>
    <AgencyStatus>sample string 6</AgencyStatus>
    <AppealSavings>1</AppealSavings>
    <AppealStatus>sample string 4</AppealStatus>
    <AppealYear>9</AppealYear>
    <AvReduction>1</AvReduction>
    <CaseNumber>sample string 2</CaseNumber>
    <CreatedDate>2025-05-20T16:09:49.9464671-05:00</CreatedDate>
    <CurrentTotalAssessment>1</CurrentTotalAssessment>
    <DocketNumber>sample string 3</DocketNumber>
    <FinalTotalAssessment>1</FinalTotalAssessment>
    <Id>1</Id>
    <PrimaryAppealType>sample string 5</PrimaryAppealType>
    <ProposedTotalAssessment>1</ProposedTotalAssessment>
    <ResultDate>sample string 11</ResultDate>
    <TaxYear>10</TaxYear>
    <UserPropertyId>1</UserPropertyId>
  </PropertyAppealHistoryRecordResponseModel>
  <PropertyAppealHistoryRecordResponseModel>
    <AgencyName>sample string 12</AgencyName>
    <AgencyReason>sample string 7</AgencyReason>
    <AgencyStatus>sample string 6</AgencyStatus>
    <AppealSavings>1</AppealSavings>
    <AppealStatus>sample string 4</AppealStatus>
    <AppealYear>9</AppealYear>
    <AvReduction>1</AvReduction>
    <CaseNumber>sample string 2</CaseNumber>
    <CreatedDate>2025-05-20T16:09:49.9464671-05:00</CreatedDate>
    <CurrentTotalAssessment>1</CurrentTotalAssessment>
    <DocketNumber>sample string 3</DocketNumber>
    <FinalTotalAssessment>1</FinalTotalAssessment>
    <Id>1</Id>
    <PrimaryAppealType>sample string 5</PrimaryAppealType>
    <ProposedTotalAssessment>1</ProposedTotalAssessment>
    <ResultDate>sample string 11</ResultDate>
    <TaxYear>10</TaxYear>
    <UserPropertyId>1</UserPropertyId>
  </PropertyAppealHistoryRecordResponseModel>
</ArrayOfPropertyAppealHistoryRecordResponseModel>