GET api/me/properties/analysis/history?startDate={startDate}&endDate={endDate}&keywords={keywords}

Requires Authorization!

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

string

Required

endDate

string

Required

keywords

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AnalyzedPropertyModel
NameDescriptionTypeAdditional information
PropertyAddressId

integer

None.

FullAddress

string

None.

PropertyAssessorUrl

string

None.

Pin

string

None.

PurchasePrice

decimal number

None.

PurchaseDate

string

None.

Township

string

None.

AppealRecommendation

string

None.

EstimatedOverpayment

decimal number

None.

NextAppealDate

string

None.

ReportUrl

string

None.

AnalyzedPropertyId

integer

None.

IsAppealRecommended

boolean

None.

ManualReviewRequired

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "propertyAddressId": 1,
    "fullAddress": "sample string 2",
    "propertyAssessorUrl": "sample string 3",
    "pin": "sample string 4",
    "purchasePrice": 1.0,
    "purchaseDate": "sample string 5",
    "township": "sample string 6",
    "appealRecommendation": "sample string 7",
    "estimatedOverpayment": 8.0,
    "nextAppealDate": "sample string 9",
    "reportUrl": "sample string 10",
    "analyzedPropertyId": 11,
    "isAppealRecommended": true,
    "manualReviewRequired": true
  },
  {
    "propertyAddressId": 1,
    "fullAddress": "sample string 2",
    "propertyAssessorUrl": "sample string 3",
    "pin": "sample string 4",
    "purchasePrice": 1.0,
    "purchaseDate": "sample string 5",
    "township": "sample string 6",
    "appealRecommendation": "sample string 7",
    "estimatedOverpayment": 8.0,
    "nextAppealDate": "sample string 9",
    "reportUrl": "sample string 10",
    "analyzedPropertyId": 11,
    "isAppealRecommended": true,
    "manualReviewRequired": true
  }
]

text/html

Sample:
[{"propertyAddressId":1,"fullAddress":"sample string 2","propertyAssessorUrl":"sample string 3","pin":"sample string 4","purchasePrice":1.0,"purchaseDate":"sample string 5","township":"sample string 6","appealRecommendation":"sample string 7","estimatedOverpayment":8.0,"nextAppealDate":"sample string 9","reportUrl":"sample string 10","analyzedPropertyId":11,"isAppealRecommended":true,"manualReviewRequired":true},{"propertyAddressId":1,"fullAddress":"sample string 2","propertyAssessorUrl":"sample string 3","pin":"sample string 4","purchasePrice":1.0,"purchaseDate":"sample string 5","township":"sample string 6","appealRecommendation":"sample string 7","estimatedOverpayment":8.0,"nextAppealDate":"sample string 9","reportUrl":"sample string 10","analyzedPropertyId":11,"isAppealRecommended":true,"manualReviewRequired":true}]

application/xml, text/xml

Sample:
<ArrayOfAnalyzedPropertyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.PropertyBinding">
  <AnalyzedPropertyModel>
    <AnalyzedPropertyId>11</AnalyzedPropertyId>
    <AppealRecommendation>sample string 7</AppealRecommendation>
    <EstimatedOverpayment>8</EstimatedOverpayment>
    <FullAddress>sample string 2</FullAddress>
    <IsAppealRecommended>true</IsAppealRecommended>
    <ManualReviewRequired>true</ManualReviewRequired>
    <NextAppealDate>sample string 9</NextAppealDate>
    <Pin>sample string 4</Pin>
    <PropertyAddressId>1</PropertyAddressId>
    <PropertyAssessorUrl>sample string 3</PropertyAssessorUrl>
    <PurchaseDate>sample string 5</PurchaseDate>
    <PurchasePrice>1</PurchasePrice>
    <ReportUrl>sample string 10</ReportUrl>
    <Township>sample string 6</Township>
  </AnalyzedPropertyModel>
  <AnalyzedPropertyModel>
    <AnalyzedPropertyId>11</AnalyzedPropertyId>
    <AppealRecommendation>sample string 7</AppealRecommendation>
    <EstimatedOverpayment>8</EstimatedOverpayment>
    <FullAddress>sample string 2</FullAddress>
    <IsAppealRecommended>true</IsAppealRecommended>
    <ManualReviewRequired>true</ManualReviewRequired>
    <NextAppealDate>sample string 9</NextAppealDate>
    <Pin>sample string 4</Pin>
    <PropertyAddressId>1</PropertyAddressId>
    <PropertyAssessorUrl>sample string 3</PropertyAssessorUrl>
    <PurchaseDate>sample string 5</PurchaseDate>
    <PurchasePrice>1</PurchasePrice>
    <ReportUrl>sample string 10</ReportUrl>
    <Township>sample string 6</Township>
  </AnalyzedPropertyModel>
</ArrayOfAnalyzedPropertyModel>