{"items":[{"type":"link","label":"PropertyRadar API","link":"/api","routeSlug":"/api","content":{"contentType":"overview","meta":{"name":"PropertyRadar API"},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"api.json","url":"/_bundle/api.json?download"},{"kind":"download","label":"api.yaml","url":"/_bundle/api.yaml?download"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[{"kind":"externallink","label":"Terms of Service","labelTranslationKey":"info.termsOfService","url":"http://www.propertyradar.com/user-agreement"}]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"curl","title":"curl","lang":"curl"},{"key":"javascript","title":"JavaScript","lang":"JavaScript"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"python","title":"Python","lang":"Python"},{"key":"java","title":"Java","lang":"Java"},{"key":"csharp","title":"C#","lang":"C#"},{"key":"php","title":"PHP","lang":"PHP"},{"key":"go","title":"Go","lang":"Go"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"r","title":"R","lang":"R"},{"key":"payload","title":"Payload","lang":"Payload"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"PropertyRadar API (5.2.1.0)","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":"PropertyRadar Public API"}],"sectionId":"/api"}],"sectionId":"/api"}]}]}},{"type":"group","label":"Properties","link":"/api/properties","routeSlug":"/api/properties","items":[{"label":"Evictions","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/properties/get/properties/radarid/evictions","routeSlug":"/api/properties/get/properties/radarid/evictions","metadata":{"seo":{"title":"Evictions","description":"Returns information about the eviction records of a property."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/properties/RadarID/evictions","name":"Evictions","isWebhook":false,"pointer":"/paths/~1v1~1properties~1{RadarID}~1evictions/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Evictions","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns information about the eviction records of a property."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"RadarID","in":"path","schemaId":"schema_687","description":"A unique identifier for the property.","required":true,"example":"P79FFB09"}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1evictions/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_688","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Limit","in":"query","schemaId":"schema_689","description":"Maximum number of records to return.","example":10},{"name":"Start","in":"query","schemaId":"schema_690","description":"Offset from which to begin returning records. Used for paging."},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1evictions/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/properties/{RadarID}/evictions","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"RadarID","in":"path","required":true,"example":"P79FFB09","schemaId":"schema_687"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_688","explode":false},{"name":"Limit","in":"query","example":10,"schemaId":"schema_689"},{"name":"Start","in":"query","schemaId":"schema_690"},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/properties/{RadarID}/evictions","href":"properties/get/properties/radarid/evictions","openApiOperationId":"GET/properties/RadarID/evictions","summary":"Evictions","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_692"}},"schemaId":"schema_692"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1evictions/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_692","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_692"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/properties/get/properties/radarid/evictions"}],"panels":[]}]},"httpPath":"/v1/properties/{RadarID}/evictions"},{"label":"Property from RadarID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/properties/get/properties/radarid","routeSlug":"/api/properties/get/properties/radarid","metadata":{"seo":{"title":"Property from RadarID","description":"Returns information about the property.  Use Fields param to choose fields or fieldsets to be returned."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/properties/RadarID","name":"Property from RadarID","isWebhook":false,"pointer":"/paths/~1v1~1properties~1{RadarID}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Property from RadarID","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns information about the property.  Use Fields param to choose fields or fieldsets to be returned."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"details","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"summary","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Click here for fieldsets"},"children":[]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/grid","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/grid"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Grid"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Owner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PhoneAvailability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EmailAvailability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DistressScore"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/gridimport","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/gridimport"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"GridImport"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"County"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APN"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Owner"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/gridoptional","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/gridoptional"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"GridOptional"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"County"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Subdivision"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APN"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSizeAcres"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Units"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Stories"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pool"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AnnualTaxes"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EstimatedTaxRate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValuePerSF"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EquityPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NumberLoans"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EstimatedRent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferSeller"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferDownPaymentPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PriorTransferChangeInPrice"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PriorTransferChangeInPricePercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PriorTransferMonthsSince"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstLenderOriginal"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstPurpose"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstRate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureStage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OriginalSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PreviousSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleTime"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SalePlace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PostReason"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OpeningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"WinningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LisPendensType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Trustee"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteePhone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeSaleNum"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Attorney"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CaseNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTPosition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosingLender"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPrice"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DaysOnMarket"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isExpiredListing"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inForeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isNotSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFreeAndClear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isHighEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isCashBuyer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isUnderwater"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceasedProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inTaxDelinquency"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inDivorce"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inBankruptcyProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenPersonLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasRecentEviction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inProbateProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LikelyListingScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LikelyPurchaseScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LikelyRefinanceScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LikelyHelocScore"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/card","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/card"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Card"},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"⚠️ The "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Card"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" fieldset swaps "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", depending on which best approximates the property value."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AdvancedPropertyType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Owner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Owner2"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isNotSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isHighEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isUnderwater"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFreeAndClear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentFlip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isCashBuyer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceasedProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inTaxDelinquency"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inForeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Persons"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inDivorce"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inBankruptcyProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenPersonLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DistressScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasRecentEviction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inProbateProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isExpiredListing"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/map","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/map"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Map"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Latitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Longitude"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/mobile","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/mobile"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Mobile"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailing"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isNotSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isHighEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isUnderwater"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFreeAndClear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentFlip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isCashBuyer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceasedProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inTaxDelinquency"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inForeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inDivorce"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inBankruptcyProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenPersonLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DistressScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasRecentEviction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inProbateProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isExpiredListing"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/overview","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview"},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"⚠️ The "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" fieldset swaps "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", depending on which best approximates the property value."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AdvancedPropertyType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Latitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Longitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inTaxDelinquency"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"StatusLevel"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"InterestLevel"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSizeAcres"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inForeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailing"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isNotSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isHighEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isUnderwater"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFreeAndClear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentFlip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isCashBuyer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceasedProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inDivorce"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inBankruptcyProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenPersonLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DistressScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasRecentEviction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inProbateProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isExpiredListing"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/propertytab","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/propertytab"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PropertyTab"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"County"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APN"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Latitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Longitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Subdivision"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SiteCongressionalDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SchoolDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CensusTract"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CensusBlock"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CarrierRoute"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxRateArea"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Range"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Township"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Section"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalBookPage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalBlock"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalLots"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FullLegal"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DirectionsURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessorURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AdvancedPropertyType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSizeAcres"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotFrontFootage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotDepthFootage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Zoning"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"UtilitiesType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ViewType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LocationInfluence"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZoneRisk"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodMapDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodMapNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Units"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Stories"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Rooms"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GarageSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pool"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Fireplace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AirCond"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Heating"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementFinishType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GarageSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ImprovementCondition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BuildingQuality"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ConstructionType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FoundationType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FrameType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ExteriorWallType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloorType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RoofType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LandValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ImpValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AnnualTaxes"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EstimatedTaxRate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SecondInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SecondInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ThirdInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ThirdInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FourthInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FourthInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NumberDelinquentInstallments"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Taxpayer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MailCongressionalDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerExemption"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxRateArea"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxSearchURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/transactionstab","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/transactionstab"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TransactionsTab"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Transactions"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureSelector"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"County"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RecorderSearchURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NoticeKey"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EvictionFilings"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/listingstab","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/listingstab"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ListingsTab"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerFirstName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerLastName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerCity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerState"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/valuetab","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/valuetab"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ValueTab"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferDownPayment"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValuePerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValueDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPrice"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPricePerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEven"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEvenPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEvenDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CompsSales"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CompsListingsForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRentPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRentDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRentPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRentDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEven"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEvenPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEvenDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/myinfotab","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/myinfotab"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MyInfoTab"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/limitedrei","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/limitedrei"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LimitedREI"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AdvancedPropertyType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AirCond"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMReliability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementFinishType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ConstructionType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DaysOnMarket"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EquityPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ExteriorWallType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstAmountLTV"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstConcurrent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstLenderOriginal"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstLoanType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstPurpose"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstRate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstRateType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstTermInYears"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZoneRisk"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloorType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureStage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FoundationType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FrameType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GarageSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Heating"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HVAC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ImprovementCondition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inBankruptcyProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inDivorce"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inForeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inTaxDelinquency"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isCashBuyer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceasedProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFreeAndClear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isHighEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isNotSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentFlip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailing"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isUnderwater"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DistressScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasRecentEviction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inProbateProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferDownPayment"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferDownPaymentPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferSeller"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LisPendensType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPrice"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSizeAcres"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NoticeKey"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NumberDelinquentInstallments"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NumberLoans"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OpeningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OriginalSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Owner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerCity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerFirstName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerLastName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnershipType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerState"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Persons"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pool"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PostReason"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PreviousSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenPersonLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RoofType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Rooms"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SalePlace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Stories"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Subdivision"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxSearchURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Trustee"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeCityStZip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteePhone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeSaleNum"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Units"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"UtilitiesType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ViewType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"WinningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Zoning"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/request/all","deepLinkHash":"/properties/get/properties/radarid#properties/get/properties/radarid/request/all"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"All"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"County"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APN"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Latitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Longitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Subdivision"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CensusTract"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CensusBlock"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CarrierRoute"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxRateArea"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxSearchURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessorURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RecorderSearchURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Range"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Township"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Section"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalBookPage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalBlock"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalLots"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalTractNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FullLegal"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DirectionsURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SiteCongressionalDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SchoolDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MailCongressionalDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AdvancedPropertyType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSizeAcres"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Zoning"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Units"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Stories"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Rooms"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GarageSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pool"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Fireplace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AirCond"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Heating"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementFinishType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ImprovementCondition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BuildingQuality"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ConstructionType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FoundationType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FrameType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ExteriorWallType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloorType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RoofType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"UtilitiesType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ViewType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LocationInfluence"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GarageSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotFrontFootage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotDepthFootage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LandValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ImpValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AnnualTaxes"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EstimatedTaxRate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerExemption"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Transactions"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CountyRecorderLink"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CLTV"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EquityPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureSelector"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NoticeKey"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureStage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeSaleNum"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleTime"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SalePlace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PostReason"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PreviousSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OriginalSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OpeningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"WinningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureDocNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeCityStZip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Trustee"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteePhone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureBookNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosurePageNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Attorney"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AttorneyPhone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CaseNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LisPendensType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTDocNum"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTPosition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosingLender"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LenderAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LenderCityStZip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Taxpayer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PhoneAvailability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EmailAvailability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferDownPayment"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValuePerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValueDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPrice"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPricePerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DaysOnMarket"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEven"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEvenPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEvenDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRentPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRentDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRentPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRentDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEven"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEvenPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEvenDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CompsSales"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CompsListingsForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SecondInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SecondInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ThirdInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ThirdInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FourthInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FourthInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NumberDelinquentInstallments"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZoneRisk"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodMapDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodMapNumber"},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"RadarID","in":"path","schemaId":"schema_697","description":"Unique ID for locating properties within PropertyRadar.\n","required":true,"examples":{"Groundhog_Day_House":{"summary":"Groundhog Day House","value":"P8A0E18D"},"Brady_Bunch_House":{"summary":"Brady Bunch House","value":"P16926CB"}}}],"pointer":"/paths/~1v1~1properties~1{RadarID}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_698","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"balance for each record returned according to the terms of your subscription package.  Charges are non-refundable. If you are requesting only RadarIDs "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"?Fields=RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you won't be charged regardless of the value of Purchase."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1properties~1{RadarID}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/properties/{RadarID}","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"RadarID","in":"path","required":true,"example":"P8A0E18D","schemaId":"schema_697"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_698","explode":false},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/properties/{RadarID}","href":"properties/get/properties/radarid","openApiOperationId":"GET/properties/RadarID","summary":"Property from RadarID","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_699"}},"schemaId":"schema_699"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1properties~1{RadarID}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_699","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_699"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/properties/get/properties/radarid"}],"panels":[]}]},"httpPath":"/v1/properties/{RadarID}"},{"label":"Properties from criteria","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/properties/post/properties","routeSlug":"/api/properties/post/properties","metadata":{"seo":{"title":"Properties from criteria","description":"Returns properties info based on the passed Criteria and Fields."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST/properties","name":"Properties from criteria","isWebhook":false,"pointer":"/paths/~1v1~1properties/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Properties from criteria","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns properties info based on the passed Criteria and Fields."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"details","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"summary","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Click here for fieldsets"},"children":[]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/grid","deepLinkHash":"/properties/post/properties#properties/post/properties/request/grid"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Grid"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Owner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PhoneAvailability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EmailAvailability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DistressScore"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/gridimport","deepLinkHash":"/properties/post/properties#properties/post/properties/request/gridimport"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"GridImport"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"County"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APN"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Owner"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/gridoptional","deepLinkHash":"/properties/post/properties#properties/post/properties/request/gridoptional"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"GridOptional"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"County"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Subdivision"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APN"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSizeAcres"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Units"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Stories"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pool"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AnnualTaxes"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EstimatedTaxRate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValuePerSF"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EquityPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NumberLoans"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EstimatedRent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferSeller"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferDownPaymentPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PriorTransferChangeInPrice"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PriorTransferChangeInPricePercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PriorTransferMonthsSince"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstLenderOriginal"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstPurpose"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstRate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureStage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OriginalSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PreviousSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleTime"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SalePlace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PostReason"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OpeningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"WinningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LisPendensType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Trustee"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteePhone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeSaleNum"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Attorney"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CaseNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTPosition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosingLender"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPrice"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DaysOnMarket"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isExpiredListing"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inForeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isNotSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFreeAndClear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isHighEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isCashBuyer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isUnderwater"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceasedProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inTaxDelinquency"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inDivorce"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inBankruptcyProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenPersonLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasRecentEviction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inProbateProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LikelyListingScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LikelyPurchaseScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LikelyRefinanceScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LikelyHelocScore"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/card","deepLinkHash":"/properties/post/properties#properties/post/properties/request/card"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Card"},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"⚠️ The "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Card"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" fieldset swaps "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", depending on which best approximates the property value."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AdvancedPropertyType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Owner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Owner2"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isNotSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isHighEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isUnderwater"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFreeAndClear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentFlip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isCashBuyer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceasedProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inTaxDelinquency"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inForeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Persons"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inDivorce"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inBankruptcyProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenPersonLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DistressScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasRecentEviction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inProbateProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isExpiredListing"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/map","deepLinkHash":"/properties/post/properties#properties/post/properties/request/map"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Map"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Latitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Longitude"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/mobile","deepLinkHash":"/properties/post/properties#properties/post/properties/request/mobile"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Mobile"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailing"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isNotSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isHighEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isUnderwater"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFreeAndClear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentFlip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isCashBuyer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceasedProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inTaxDelinquency"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inForeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inDivorce"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inBankruptcyProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenPersonLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DistressScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasRecentEviction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inProbateProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isExpiredListing"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/overview","deepLinkHash":"/properties/post/properties#properties/post/properties/request/overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview"},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"⚠️ The "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" fieldset swaps "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", depending on which best approximates the property value."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AdvancedPropertyType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Latitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Longitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inTaxDelinquency"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"StatusLevel"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"InterestLevel"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSizeAcres"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inForeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailing"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isNotSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isHighEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isUnderwater"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFreeAndClear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentFlip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isCashBuyer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceasedProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inDivorce"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inBankruptcyProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenPersonLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DistressScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasRecentEviction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inProbateProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isExpiredListing"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/propertytab","deepLinkHash":"/properties/post/properties#properties/post/properties/request/propertytab"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PropertyTab"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"County"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APN"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Latitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Longitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Subdivision"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SiteCongressionalDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SchoolDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CensusTract"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CensusBlock"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CarrierRoute"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxRateArea"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Range"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Township"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Section"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalBookPage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalBlock"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalLots"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FullLegal"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DirectionsURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessorURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AdvancedPropertyType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSizeAcres"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotFrontFootage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotDepthFootage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Zoning"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"UtilitiesType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ViewType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LocationInfluence"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZoneRisk"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodMapDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodMapNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Units"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Stories"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Rooms"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GarageSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pool"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Fireplace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AirCond"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Heating"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementFinishType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GarageSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ImprovementCondition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BuildingQuality"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ConstructionType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FoundationType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FrameType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ExteriorWallType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloorType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RoofType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LandValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ImpValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AnnualTaxes"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EstimatedTaxRate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SecondInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SecondInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ThirdInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ThirdInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FourthInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FourthInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NumberDelinquentInstallments"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Taxpayer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MailCongressionalDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerExemption"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxRateArea"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxSearchURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/transactionstab","deepLinkHash":"/properties/post/properties#properties/post/properties/request/transactionstab"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TransactionsTab"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Transactions"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureSelector"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"County"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RecorderSearchURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NoticeKey"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EvictionFilings"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/listingstab","deepLinkHash":"/properties/post/properties#properties/post/properties/request/listingstab"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ListingsTab"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerFirstName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerLastName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerCity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerState"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/valuetab","deepLinkHash":"/properties/post/properties#properties/post/properties/request/valuetab"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ValueTab"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferDownPayment"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValuePerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValueDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPrice"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPricePerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEven"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEvenPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEvenDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CompsSales"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CompsListingsForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRentPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRentDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRentPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRentDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEven"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEvenPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEvenDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/myinfotab","deepLinkHash":"/properties/post/properties#properties/post/properties/request/myinfotab"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MyInfoTab"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/limitedrei","deepLinkHash":"/properties/post/properties#properties/post/properties/request/limitedrei"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LimitedREI"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AdvancedPropertyType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AirCond"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMReliability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementFinishType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ConstructionType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DaysOnMarket"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EquityPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ExteriorWallType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstAmountLTV"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstConcurrent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstLenderOriginal"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstLoanType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstPurpose"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstRate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstRateType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstTermInYears"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZoneRisk"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloorType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureStage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FoundationType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FrameType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GarageSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Heating"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HVAC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ImprovementCondition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inBankruptcyProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inDivorce"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inForeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inTaxDelinquency"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isCashBuyer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceasedProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFreeAndClear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isHighEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSaleByOwner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isNotSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentFlip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isRecentSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailing"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSameMailingOrExempt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isUnderwater"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DistressScore"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasRecentEviction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"inProbateProperty"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferDownPayment"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferDownPaymentPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferSeller"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LisPendensType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPrice"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSizeAcres"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NoticeKey"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NumberDelinquentInstallments"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NumberLoans"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OpeningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OriginalSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Owner"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerCity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerFirstName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerLastName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnershipType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerState"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Persons"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pool"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PostReason"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PreviousSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PropertyHasOpenPersonLiens"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RoofType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Rooms"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SalePlace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Stories"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Subdivision"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxSearchURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Trustee"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeCityStZip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteePhone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeSaleNum"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Units"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"UtilitiesType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ViewType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"WinningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Zoning"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/post/properties/request/all","deepLinkHash":"/properties/post/properties#properties/post/properties/request/all"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"All"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"State"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ZipFive"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"County"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APN"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Latitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Longitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Subdivision"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CensusTract"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CensusBlock"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CarrierRoute"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxRateArea"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxSearchURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessorURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RecorderSearchURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Range"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Township"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Section"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalBookPage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalBlock"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalLots"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LegalTractNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FullLegal"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DirectionsURL"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SiteCongressionalDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isSiteVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SchoolDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MailCongressionalDistrict"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isMailVacant"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AdvancedPropertyType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSizeAcres"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Zoning"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Units"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Stories"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Rooms"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GarageSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Pool"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Fireplace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AirCond"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Heating"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementFinishType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BasementSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ImprovementCondition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BuildingQuality"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ConstructionType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FoundationType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FrameType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ExteriorWallType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloorType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RoofType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"UtilitiesType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ViewType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LocationInfluence"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GarageSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotFrontFootage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotDepthFootage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LandValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ImpValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AnnualTaxes"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EstimatedTaxRate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnerExemption"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Transactions"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CountyRecorderLink"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CLTV"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EquityPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureSelector"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NoticeKey"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureStage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeSaleNum"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleTime"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SalePlace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PostReason"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PreviousSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OriginalSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OpeningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"WinningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureDocNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeCityStZip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Trustee"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteePhone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureBookNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosurePageNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Attorney"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AttorneyPhone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CaseNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LisPendensType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTDocNum"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DOTPosition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosingLender"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LenderAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LenderCityStZip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Taxpayer"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DisclaimerDetails"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PhoneAvailability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EmailAvailability"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPreforeclosure"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isAuction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isBankOwned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferRecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastTransferDownPayment"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValuePerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyValueDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVMAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPrice"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPricePerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DaysOnMarket"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEven"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEvenPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RentBreakEvenDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRentPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MyRentDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRentPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"HUDRentDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEven"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEvenPerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ValueBreakEvenDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CompsSales"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CompsListingsForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isListedForSale"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TaxYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SecondInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SecondInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ThirdInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ThirdInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FourthInstallmentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FourthInstallmentPaid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentYear"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DelinquentAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NumberDelinquentInstallments"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodZoneRisk"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodMapDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FloodMapNumber"},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_698","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Limit","in":"query","schemaId":"schema_700","description":"Maximum number of records to return.","example":10},{"name":"Sort","in":"query","schemaId":"schema_687","description":"Comma-delimited list of fields upon which to sort."},{"name":"Start","in":"query","schemaId":"schema_690","description":"Offset from which to begin returning records. Used for paging."},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"balance for each record returned according to the terms of your subscription package.  Charges are non-refundable. If you are requesting only RadarIDs "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"?Fields=RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you won't be charged regardless of the value of Purchase."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1properties/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_701"}},"schemaId":"schema_701","pointer":"/paths/~1v1~1properties/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/properties","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[],"query":[{"name":"Fields","in":"query","schemaId":"schema_698","explode":false},{"name":"Limit","in":"query","example":10,"schemaId":"schema_700"},{"name":"Sort","in":"query","schemaId":"schema_687"},{"name":"Start","in":"query","schemaId":"schema_690"},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_701"}},"responseCodes":["200","400","402","403","404"],"pointer":"/v1/properties","href":"properties/post/properties","openApiOperationId":"POST/properties","summary":"Properties from criteria","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"schemaId":"schema_701","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_701"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_699"}},"schemaId":"schema_699"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1properties/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_699","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_699"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/properties/post/properties"}],"panels":[]}]},"httpPath":"/v1/properties"},{"label":"Comparable sales","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/properties/get/properties/radarid/comps/sales","routeSlug":"/api/properties/get/properties/radarid/comps/sales","metadata":{"seo":{"title":"Comparable sales","description":"Returns recent sales comps by looking up subject via RadarID. You can override the subject property values such as Beds, Bath, SqFt, etc. using the corresponding query params.  This is useful if the public records data for the subject property is incorrect, or you want to consider a \"what-if\" scenario."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/properties/RadarID/comps/sales","name":"Comparable sales","isWebhook":false,"pointer":"/paths/~1v1~1properties~1{RadarID}~1comps~1sales/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Comparable sales","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns recent sales comps by looking up subject via RadarID. You can override the subject property values such as Beds, Bath, SqFt, etc. using the corresponding query params.  This is useful if the public records data for the subject property is incorrect, or you want to consider a \"what-if\" scenario."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"details","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"summary","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Click here for fieldsets"},"children":[]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/comps/sales/request/default","deepLinkHash":"/properties/get/properties/radarid/comps/sales#properties/get/properties/radarid/comps/sales/request/default"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"default"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ItemNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Latitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Longitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TransferDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TransferValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PricePerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Score"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TransferType"},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"RadarID","in":"path","schemaId":"schema_697","description":"Unique ID for locating properties within PropertyRadar.\n","required":true,"examples":{"Groundhog_Day_House":{"summary":"Groundhog Day House","value":"P8A0E18D"},"Brady_Bunch_House":{"summary":"Brady Bunch House","value":"P16926CB"}}}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1comps~1sales/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_702","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"balance for each record returned according to the terms of your subscription package.  Charges are non-refundable. If you are requesting only RadarIDs "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"?Fields=RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you won't be charged regardless of the value of Purchase."},"children":[]}]}]}],"required":true,"example":1},{"name":"Limit","in":"query","schemaId":"schema_703","description":"Maximum number of records to return."},{"name":"PType","in":"query","schemaId":"schema_704","description":"Override the basic property type of the subject property","example":"SFR"},{"name":"Beds","in":"query","schemaId":"schema_705","description":"The number of bedrooms in the primary structure.\n","example":"2"},{"name":"Baths","in":"query","schemaId":"schema_687","description":"The number of bathrooms in the primary structure (.5 is toilet and sink only, .75 adds shower but no tub).\n","example":"1.25"},{"name":"Units","in":"query","schemaId":"schema_705","description":"The number of units, if the property contains more than one.\n","example":10},{"name":"SqFt","in":"query","schemaId":"schema_705","description":"The square footage of the primary structure.\n","example":"2,400"},{"name":"LotSize","in":"query","schemaId":"schema_705","description":"The size of the lot in square feet.\n","example":888},{"name":"YearBuilt","in":"query","schemaId":"schema_687","description":"The year the property was built. Note that many counties will only have this data for newer properties after whatever date they began tracking it.\n","example":"1974"},{"name":"TransferType","in":"query","schemaId":"schema_706","description":"The transfer type of the most recent ownership change.\n"}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1comps~1sales/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/properties/{RadarID}/comps/sales","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"RadarID","in":"path","required":true,"example":"P8A0E18D","schemaId":"schema_697"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_702","explode":false},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"},{"name":"Limit","in":"query","schemaId":"schema_703"},{"name":"PType","in":"query","example":"SFR","schemaId":"schema_704","explode":false},{"name":"Beds","in":"query","example":"2","schemaId":"schema_705"},{"name":"Baths","in":"query","example":"1.25","schemaId":"schema_687"},{"name":"Units","in":"query","example":10,"schemaId":"schema_705"},{"name":"SqFt","in":"query","example":"2,400","schemaId":"schema_705"},{"name":"LotSize","in":"query","example":888,"schemaId":"schema_705"},{"name":"YearBuilt","in":"query","example":"1974","schemaId":"schema_687"},{"name":"TransferType","in":"query","schemaId":"schema_706","explode":false}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/properties/{RadarID}/comps/sales","href":"properties/get/properties/radarid/comps/sales","openApiOperationId":"GET/properties/RadarID/comps/sales","summary":"Comparable sales","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_707"}},"schemaId":"schema_707"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1comps~1sales/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_707","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_707"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/properties/get/properties/radarid/comps/sales"}],"panels":[]}]},"httpPath":"/v1/properties/{RadarID}/comps/sales"},{"label":"Comparable listings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/properties/get/properties/radarid/comps/forsale","routeSlug":"/api/properties/get/properties/radarid/comps/forsale","metadata":{"seo":{"title":"Comparable listings","description":"Sale listings comps by looking up subject via RadarID. You can override the subject property values such as Beds, Bath, SqFt, etc. using the corresponding query params.  This is useful if the public records data for the subject property is incorrect, or you want to consider a \"what-if\" scenario."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/properties/RadarID/comps/forsale","name":"Comparable listings","isWebhook":false,"pointer":"/paths/~1v1~1properties~1{RadarID}~1comps~1forsale/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Comparable listings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale listings comps by looking up subject via RadarID. You can override the subject property values such as Beds, Bath, SqFt, etc. using the corresponding query params.  This is useful if the public records data for the subject property is incorrect, or you want to consider a \"what-if\" scenario."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"details","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"summary","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Click here for fieldsets"},"children":[]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/comps/forsale/request/default","deepLinkHash":"/properties/get/properties/radarid/comps/forsale#properties/get/properties/radarid/comps/forsale/request/default"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"default"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ItemNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Latitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Longitude"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"City"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Beds"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Baths"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"YearBuilt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DaysOnMarket"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPrice"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingPricePerSqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Score"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListingType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LotSize"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ListedOn"},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"RadarID","in":"path","schemaId":"schema_697","description":"Unique ID for locating properties within PropertyRadar.\n","required":true,"examples":{"Groundhog_Day_House":{"summary":"Groundhog Day House","value":"P8A0E18D"},"Brady_Bunch_House":{"summary":"Brady Bunch House","value":"P16926CB"}}}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1comps~1forsale/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_708","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"balance for each record returned according to the terms of your subscription package.  Charges are non-refundable. If you are requesting only RadarIDs "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"?Fields=RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you won't be charged regardless of the value of Purchase."},"children":[]}]}]}],"required":true,"example":1},{"name":"Limit","in":"query","schemaId":"schema_703","description":"Maximum number of records to return."},{"name":"PType","in":"query","schemaId":"schema_704","description":"Override the basic property type of the subject property","example":"SFR"},{"name":"Beds","in":"query","schemaId":"schema_705","description":"The number of bedrooms in the primary structure.\n","example":"2"},{"name":"Baths","in":"query","schemaId":"schema_687","description":"The number of bathrooms in the primary structure (.5 is toilet and sink only, .75 adds shower but no tub).\n","example":"1.25"},{"name":"Units","in":"query","schemaId":"schema_705","description":"The number of units, if the property contains more than one.\n","example":10},{"name":"SqFt","in":"query","schemaId":"schema_705","description":"The square footage of the primary structure.\n","example":"2,400"},{"name":"LotSize","in":"query","schemaId":"schema_705","description":"The size of the lot in square feet.\n","example":888},{"name":"YearBuilt","in":"query","schemaId":"schema_687","description":"The year the property was built. Note that many counties will only have this data for newer properties after whatever date they began tracking it.\n","example":"1974"},{"name":"ListingType","in":"query","schemaId":"schema_709","description":"The type of listing. Either MLS (Market, ShortSale, Auction, REO, QuickSale, Distressed, NonMarket) or FSBO.\n"}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1comps~1forsale/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/properties/{RadarID}/comps/forsale","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"RadarID","in":"path","required":true,"example":"P8A0E18D","schemaId":"schema_697"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_708","explode":false},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"},{"name":"Limit","in":"query","schemaId":"schema_703"},{"name":"PType","in":"query","example":"SFR","schemaId":"schema_704","explode":false},{"name":"Beds","in":"query","example":"2","schemaId":"schema_705"},{"name":"Baths","in":"query","example":"1.25","schemaId":"schema_687"},{"name":"Units","in":"query","example":10,"schemaId":"schema_705"},{"name":"SqFt","in":"query","example":"2,400","schemaId":"schema_705"},{"name":"LotSize","in":"query","example":888,"schemaId":"schema_705"},{"name":"YearBuilt","in":"query","example":"1974","schemaId":"schema_687"},{"name":"ListingType","in":"query","schemaId":"schema_709","explode":false}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/properties/{RadarID}/comps/forsale","href":"properties/get/properties/radarid/comps/forsale","openApiOperationId":"GET/properties/RadarID/comps/forsale","summary":"Comparable listings","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_710"}},"schemaId":"schema_710"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1comps~1forsale/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_710","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_710"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/properties/get/properties/radarid/comps/forsale"}],"panels":[]}]},"httpPath":"/v1/properties/{RadarID}/comps/forsale"},{"label":"Parcel boundaries","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/properties/get/properties/radarid/parcels","routeSlug":"/api/properties/get/properties/radarid/parcels","metadata":{"seo":{"title":"Parcel boundaries","description":"Returns the parcel shapes for a given RadarID. Make sure to iterate over the results to build a complete parcel shape for instance in cases where a parcel is bisected by a road."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/properties/RadarID/parcels","name":"Parcel boundaries","isWebhook":false,"pointer":"/paths/~1v1~1properties~1{RadarID}~1parcels/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Parcel boundaries","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the parcel shapes for a given RadarID.  \n        Make sure to iterate over the results to build a complete parcel shape \n        for instance in cases where a parcel is bisected by a road."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"RadarID","in":"path","schemaId":"schema_697","description":"Unique ID for locating properties within PropertyRadar.\n","required":true,"examples":{"Groundhog_Day_House":{"summary":"Groundhog Day House","value":"P8A0E18D"},"Brady_Bunch_House":{"summary":"Brady Bunch House","value":"P16926CB"}}}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1parcels/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1parcels/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/properties/{RadarID}/parcels","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"RadarID","in":"path","required":true,"example":"P8A0E18D","schemaId":"schema_697"}],"query":[{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/properties/{RadarID}/parcels","href":"properties/get/properties/radarid/parcels","openApiOperationId":"GET/properties/RadarID/parcels","summary":"Parcel boundaries","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_711"}},"schemaId":"schema_711"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1parcels/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_711","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_711"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/properties/get/properties/radarid/parcels"}],"panels":[]}]},"httpPath":"/v1/properties/{RadarID}/parcels"},{"label":"Transaction history","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/properties/get/properties/radarid/transactions","routeSlug":"/api/properties/get/properties/radarid/transactions","metadata":{"seo":{"title":"Transaction history","description":"Returns filtered transaction history including user modifications. Fields defaults to the backward-compatible Standard fieldset; custom field lists accept at most 50 field IDs."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/properties/RadarID/transactions","name":"Transaction history","isWebhook":false,"pointer":"/paths/~1v1~1properties~1{RadarID}~1transactions/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Transaction history","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns filtered transaction history including user modifications. Fields defaults to the backward-compatible Standard fieldset; custom field lists accept at most 50 field IDs."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"details","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"summary","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Click here for fieldsets"},"children":[]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/transactions/request/internalstandard","deepLinkHash":"/properties/get/properties/radarid/transactions#properties/get/properties/radarid/transactions/request/internalstandard"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"InternalStandard"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DocTypeUI"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Status"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purpose"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LoanPosition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DocNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Grantor"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Grantee"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Amount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LTVorDown"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasDocumentImage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFirstCurrentOwnerRecord"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isParentType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DocumentID"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"properties/get/properties/radarid/transactions/request/standard","deepLinkHash":"/properties/get/properties/radarid/transactions#properties/get/properties/radarid/transactions/request/standard"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Standard"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DocTypeUI"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Status"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purpose"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LoanPosition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DocNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Grantor"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Grantee"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Amount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LTVorDown"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"hasDocumentImage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFirstCurrentOwnerRecord"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isParentType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DocumentID"},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"RadarID","in":"path","schemaId":"schema_697","description":"Unique identifier for the Property.\nUnique ID for locating properties within PropertyRadar.\n","required":true,"examples":{"Groundhog_Day_House":{"summary":"Groundhog Day House","value":"P8A0E18D"},"Brady_Bunch_House":{"summary":"Brady Bunch House","value":"P16926CB"}}}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1transactions/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_712","description":"Standard (default) or a comma-separated custom list of at most 50 field IDs."},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1},{"name":"Filter","in":"query","schemaId":"schema_713","description":"Filter by CurrentOwner or All"},{"name":"DocType","in":"query","schemaId":"schema_687","description":"One or more comma-separated raw three-letter document type codes. Applied before counting, limiting, and billing."},{"name":"RecDate","in":"query","schemaId":"schema_714","description":"Recording date filter using RelativeDate grammar (for example, from: 01/01/2020 to: 12/31/2020). Applied before counting, limiting, and billing."},{"name":"Limit","in":"query","schemaId":"schema_700","description":"Maximum number of records to return.","example":10},{"name":"DocumentID","in":"query","schemaId":"schema_715","description":"Document identifier scoped to RadarID. Returns at most one row and bypasses Limit.","examples":{"Example_1":{"summary":"Example 1","value":"d654159205"},"Example_2":{"summary":"Example 2","value":"n502122396"}}}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1transactions/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/properties/{RadarID}/transactions","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"RadarID","in":"path","required":true,"example":"P8A0E18D","schemaId":"schema_697"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_712","explode":false},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"},{"name":"Filter","in":"query","schemaId":"schema_713"},{"name":"DocType","in":"query","schemaId":"schema_687"},{"name":"RecDate","in":"query","schemaId":"schema_714"},{"name":"Limit","in":"query","example":10,"schemaId":"schema_700"},{"name":"DocumentID","in":"query","example":"d654159205","schemaId":"schema_715"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/properties/{RadarID}/transactions","href":"properties/get/properties/radarid/transactions","openApiOperationId":"GET/properties/RadarID/transactions","summary":"Transaction history","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_716"}},"schemaId":"schema_716"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1transactions/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_716","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_716"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/properties/get/properties/radarid/transactions"}],"panels":[]}]},"httpPath":"/v1/properties/{RadarID}/transactions"}],"content":{"contentType":"group","meta":{"name":"Properties"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Properties","showPageActions":true},{"nodeType":"markdoc","content":"Find owners, properties, parcels and documents"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/properties/{RadarID}/evictions","summary":"Evictions","prefix":{"name":"get","color":"get"},"badges":[],"link":"/properties/get/properties/radarid/evictions","deprecated":false},{"title":"/v1/properties/{RadarID}","summary":"Property from RadarID","prefix":{"name":"get","color":"get"},"badges":[],"link":"/properties/get/properties/radarid","deprecated":false},{"title":"/v1/properties","summary":"Properties from criteria","prefix":{"name":"post","color":"post"},"badges":[],"link":"/properties/post/properties","deprecated":false},{"title":"/v1/properties/{RadarID}/comps/sales","summary":"Comparable sales","prefix":{"name":"get","color":"get"},"badges":[],"link":"/properties/get/properties/radarid/comps/sales","deprecated":false},{"title":"/v1/properties/{RadarID}/comps/forsale","summary":"Comparable listings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/properties/get/properties/radarid/comps/forsale","deprecated":false},{"title":"/v1/properties/{RadarID}/parcels","summary":"Parcel boundaries","prefix":{"name":"get","color":"get"},"badges":[],"link":"/properties/get/properties/radarid/parcels","deprecated":false},{"title":"/v1/properties/{RadarID}/transactions","summary":"Transaction history","prefix":{"name":"get","color":"get"},"badges":[],"link":"/properties/get/properties/radarid/transactions","deprecated":false}]}]}]}]}},{"type":"group","label":"Persons","link":"/api/persons","routeSlug":"/api/persons","items":[{"label":"Owners of a property","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/persons/get/properties/radarid/persons","routeSlug":"/api/persons/get/properties/radarid/persons","metadata":{"seo":{"title":"Owners of a property","description":"View information about the owners of a property."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/properties/RadarID/persons","name":"Owners of a property","isWebhook":false,"pointer":"/paths/~1v1~1properties~1{RadarID}~1persons/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Owners of a property","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"View information about the owners of a property."},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ℹ️ TIP -"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" The fields in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"overview"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" fieldset are also returned in the Persons object from the"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#operation/GET/properties/RadarID"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Property from RadarID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#operation/POST/properties"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Properties from Criteria"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoints, so"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"you can get both persons and property information at the same time by using those endpoints."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"details","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"summary","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Click here for fieldsets"},"children":[]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"persons/get/properties/radarid/persons/request/default","deepLinkHash":"/persons/get/properties/radarid/persons#persons/get/properties/radarid/persons/request/default"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"default"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPrimaryContact"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnershipRole"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Status"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MiddleName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Suffix"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EntityName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Age"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Gender"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Phone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Email"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SocialAccounts"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MailAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PrimaryResidence"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OtherProperties"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Occupation"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceased"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"persons/get/properties/radarid/persons/request/overview","deepLinkHash":"/persons/get/properties/radarid/persons#persons/get/properties/radarid/persons/request/overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"overview"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isPrimaryContact"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OwnershipRole"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"FirstName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"MiddleName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LastName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Suffix"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"EntityName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Age"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Gender"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Occupation"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Phone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Email"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SocialAccounts"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isDeceased"},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"RadarID","in":"path","schemaId":"schema_697","description":"Unique ID for locating properties within PropertyRadar.\n","required":true,"examples":{"Groundhog_Day_House":{"summary":"Groundhog Day House","value":"P8A0E18D"},"Brady_Bunch_House":{"summary":"Brady Bunch House","value":"P16926CB"}}}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1persons/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_717","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1persons/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/properties/{RadarID}/persons","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"RadarID","in":"path","required":true,"example":"P8A0E18D","schemaId":"schema_697"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_717","explode":false},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/properties/{RadarID}/persons","href":"persons/get/properties/radarid/persons","openApiOperationId":"GET/properties/RadarID/persons","summary":"Owners of a property","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_718"}},"schemaId":"schema_718"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1properties~1{RadarID}~1persons/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_718","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_718"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/get/properties/radarid/persons"}],"panels":[]}]},"httpPath":"/v1/properties/{RadarID}/persons"},{"label":"Bankruptcies","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/persons/get/persons/personkey/bankruptcies","routeSlug":"/api/persons/get/persons/personkey/bankruptcies","metadata":{"seo":{"title":"Bankruptcies","description":"Returns information about the bankruptcy records of a person."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/persons/PersonKey/bankruptcies","name":"Bankruptcies","isWebhook":false,"pointer":"/paths/~1v1~1persons~1{PersonKey}~1bankruptcies/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Bankruptcies","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns information about the bankruptcy records of a person."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"details","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"summary","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Click here for fieldsets"},"children":[]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"persons/get/persons/personkey/bankruptcies/request/table","deepLinkHash":"/persons/get/persons/personkey/bankruptcies#persons/get/persons/personkey/bankruptcies/request/table"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Table"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BankruptcyID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BankruptcyCaseNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BankruptcyRecordingDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BankruptcyChapter"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BankruptcyStatus"},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"PersonKey","in":"path","schemaId":"schema_687","description":"A unique identifier for the person.","required":true,"example":"p123123"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1bankruptcies/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_719","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Limit","in":"query","schemaId":"schema_689","description":"Maximum number of records to return.","example":10},{"name":"Start","in":"query","schemaId":"schema_690","description":"Offset from which to begin returning records. Used for paging."},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1bankruptcies/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/persons/{PersonKey}/bankruptcies","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"PersonKey","in":"path","required":true,"example":"p123123","schemaId":"schema_687"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_719","explode":false},{"name":"Limit","in":"query","example":10,"schemaId":"schema_689"},{"name":"Start","in":"query","schemaId":"schema_690"},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/persons/{PersonKey}/bankruptcies","href":"persons/get/persons/personkey/bankruptcies","openApiOperationId":"GET/persons/PersonKey/bankruptcies","summary":"Bankruptcies","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_720"}},"schemaId":"schema_720"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1bankruptcies/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_720","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_720"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/get/persons/personkey/bankruptcies"}],"panels":[]}]},"httpPath":"/v1/persons/{PersonKey}/bankruptcies"},{"label":"Divorces","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/persons/get/persons/personkey/divorces","routeSlug":"/api/persons/get/persons/personkey/divorces","metadata":{"seo":{"title":"Divorces","description":"Returns information about divorce cases for a person."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/persons/PersonKey/divorces","name":"Divorces","isWebhook":false,"pointer":"/paths/~1v1~1persons~1{PersonKey}~1divorces/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Divorces","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns information about divorce cases for a person."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"PersonKey","in":"path","schemaId":"schema_687","description":"A unique identifier for the person.","required":true,"example":"p123123"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1divorces/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_721","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Limit","in":"query","schemaId":"schema_689","description":"Maximum number of records to return.","example":10},{"name":"Start","in":"query","schemaId":"schema_690","description":"Offset from which to begin returning records. Used for paging."},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1divorces/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/persons/{PersonKey}/divorces","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"PersonKey","in":"path","required":true,"example":"p123123","schemaId":"schema_687"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_721","explode":false},{"name":"Limit","in":"query","example":10,"schemaId":"schema_689"},{"name":"Start","in":"query","schemaId":"schema_690"},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/persons/{PersonKey}/divorces","href":"persons/get/persons/personkey/divorces","openApiOperationId":"GET/persons/PersonKey/divorces","summary":"Divorces","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_722"}},"schemaId":"schema_722"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1divorces/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_722","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_722"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/get/persons/personkey/divorces"}],"panels":[]}]},"httpPath":"/v1/persons/{PersonKey}/divorces"},{"label":"Liens","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/persons/get/persons/personkey/liens","routeSlug":"/api/persons/get/persons/personkey/liens","metadata":{"seo":{"title":"Liens","description":"Returns lien records for a person."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/persons/PersonKey/liens","name":"Liens","isWebhook":false,"pointer":"/paths/~1v1~1persons~1{PersonKey}~1liens/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Liens","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns lien records for a person."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"PersonKey","in":"path","schemaId":"schema_687","description":"A unique identifier for the person.","required":true,"example":"p123123"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1liens/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_723","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Limit","in":"query","schemaId":"schema_700","description":"Maximum number of records to return.","example":10},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1liens/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/persons/{PersonKey}/liens","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"PersonKey","in":"path","required":true,"example":"p123123","schemaId":"schema_687"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_723","explode":false},{"name":"Limit","in":"query","example":10,"schemaId":"schema_700"},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/persons/{PersonKey}/liens","href":"persons/get/persons/personkey/liens","openApiOperationId":"GET/persons/PersonKey/liens","summary":"Liens","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_724"}},"schemaId":"schema_724"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1liens/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_724","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_724"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/get/persons/personkey/liens"}],"panels":[]}]},"httpPath":"/v1/persons/{PersonKey}/liens"},{"label":"Probates","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/persons/get/persons/personkey/probates","routeSlug":"/api/persons/get/persons/personkey/probates","metadata":{"seo":{"title":"Probates","description":"Returns information about the probate records for a person."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/persons/PersonKey/probates","name":"Probates","isWebhook":false,"pointer":"/paths/~1v1~1persons~1{PersonKey}~1probates/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Probates","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns information about the probate records for a person."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"PersonKey","in":"path","schemaId":"schema_687","description":"A unique identifier for the person.","required":true,"example":"12345"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1probates/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_725","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Limit","in":"query","schemaId":"schema_689","description":"Maximum number of records to return.","example":10},{"name":"Start","in":"query","schemaId":"schema_690","description":"Offset from which to begin returning records. Used for paging."},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1probates/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/persons/{PersonKey}/probates","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"PersonKey","in":"path","required":true,"example":"12345","schemaId":"schema_687"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_725","explode":false},{"name":"Limit","in":"query","example":10,"schemaId":"schema_689"},{"name":"Start","in":"query","schemaId":"schema_690"},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/persons/{PersonKey}/probates","href":"persons/get/persons/personkey/probates","openApiOperationId":"GET/persons/PersonKey/probates","summary":"Probates","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_726"}},"schemaId":"schema_726"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1probates/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_726","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_726"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/get/persons/personkey/probates"}],"panels":[]}]},"httpPath":"/v1/persons/{PersonKey}/probates"},{"label":"Purchase a person’s phone","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/persons/post/persons/personkey/phone","routeSlug":"/api/persons/post/persons/personkey/phone","metadata":{"seo":{"title":"Purchase a person’s phone","description":"Purchase a phone for a specific person.  You can obtain the PersonKey you needby using the Property from RadarID or Properties from Criteria endpointswhile requesting the Persons field, (e.g. ?Fields=overview,Persons).  Or you can use theOwners of a property endpoint."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST/persons/PersonKey/Phone","name":"Purchase a person’s phone","isWebhook":false,"pointer":"/paths/~1v1~1persons~1{PersonKey}~1Phone/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Purchase a person’s phone","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Purchase a phone for a specific person.  You can obtain the PersonKey you need"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"by using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#operation/GET/properties/RadarID"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Property from RadarID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" or "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#operation/POST/properties"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Properties from Criteria"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoints"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"while requesting the Persons field, (e.g. "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"?Fields=overview,Persons"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":").  Or you can use the"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/api/persons/get/properties/radarid/persons"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Owners of a property"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"PersonKey","in":"path","schemaId":"schema_687","description":"A unique identifier for the person","required":true,"example":"p123123"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1Phone/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1Phone/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/persons/{PersonKey}/Phone","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"PersonKey","in":"path","required":true,"example":"p123123","schemaId":"schema_687"}],"query":[{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/persons/{PersonKey}/Phone","href":"persons/post/persons/personkey/phone","openApiOperationId":"POST/persons/PersonKey/Phone","summary":"Purchase a person’s phone","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_727"}},"schemaId":"schema_727"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1Phone/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_727","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_727"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/post/persons/personkey/phone"}],"panels":[]}]},"httpPath":"/v1/persons/{PersonKey}/Phone"},{"label":"Purchase a person’s email","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/persons/post/persons/personkey/email","routeSlug":"/api/persons/post/persons/personkey/email","metadata":{"seo":{"title":"Purchase a person’s email","description":"Purchase a email for a specific person.  You can obtain the PersonKey you needby using the Property from RadarID or Properties from Criteria endpointswhile requesting the Persons field, (e.g. ?Fields=overview,Persons).  Or you can use theOwners of a property endpoint."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST/persons/PersonKey/Email","name":"Purchase a person’s email","isWebhook":false,"pointer":"/paths/~1v1~1persons~1{PersonKey}~1Email/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Purchase a person’s email","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Purchase a email for a specific person.  You can obtain the PersonKey you need"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"by using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#operation/GET/properties/RadarID"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Property from RadarID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" or "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#operation/POST/properties"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Properties from Criteria"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoints"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"while requesting the Persons field, (e.g. "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"?Fields=overview,Persons"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":").  Or you can use the"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/api/persons/get/properties/radarid/persons"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Owners of a property"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"PersonKey","in":"path","schemaId":"schema_687","description":"A unique identifier for the person","required":true,"example":"p123123"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1Email/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1Email/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/persons/{PersonKey}/Email","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"PersonKey","in":"path","required":true,"example":"p123123","schemaId":"schema_687"}],"query":[{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/persons/{PersonKey}/Email","href":"persons/post/persons/personkey/email","openApiOperationId":"POST/persons/PersonKey/Email","summary":"Purchase a person’s email","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_727"}},"schemaId":"schema_727"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1Email/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_727","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_727"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/post/persons/personkey/email"}],"panels":[]}]},"httpPath":"/v1/persons/{PersonKey}/Email"},{"label":"Relatives","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/persons/get/persons/personkey/relatives","routeSlug":"/api/persons/get/persons/personkey/relatives","metadata":{"seo":{"title":"Relatives","description":"Returns information about the relatives of a person"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/persons/PersonKey/relatives","name":"Relatives","isWebhook":false,"pointer":"/paths/~1v1~1persons~1{PersonKey}~1relatives/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Relatives","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns information about the relatives of a person"},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"PersonKey","in":"path","schemaId":"schema_687","description":"A unique identifier for the person.","required":true,"example":"p123123"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1relatives/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"example":1}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1relatives/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/persons/{PersonKey}/relatives","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"PersonKey","in":"path","required":true,"example":"p123123","schemaId":"schema_687"}],"query":[{"name":"Purchase","in":"query","example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/persons/{PersonKey}/relatives","href":"persons/get/persons/personkey/relatives","openApiOperationId":"GET/persons/PersonKey/relatives","summary":"Relatives","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_728"}},"schemaId":"schema_728"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1persons~1{PersonKey}~1relatives/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_728","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_728"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/get/persons/personkey/relatives"}],"panels":[]}]},"httpPath":"/v1/persons/{PersonKey}/relatives"}],"content":{"contentType":"group","meta":{"name":"Persons"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Persons","showPageActions":true},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"View and Export owners, including trusts & business entities"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Find and purchase phones and emails and get details on property owners, called \"Contacts\" in the app."},"children":[]}]}]}]}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/properties/{RadarID}/persons","summary":"Owners of a property","prefix":{"name":"get","color":"get"},"badges":[],"link":"/persons/get/properties/radarid/persons","deprecated":false},{"title":"/v1/persons/{PersonKey}/bankruptcies","summary":"Bankruptcies","prefix":{"name":"get","color":"get"},"badges":[],"link":"/persons/get/persons/personkey/bankruptcies","deprecated":false},{"title":"/v1/persons/{PersonKey}/divorces","summary":"Divorces","prefix":{"name":"get","color":"get"},"badges":[],"link":"/persons/get/persons/personkey/divorces","deprecated":false},{"title":"/v1/persons/{PersonKey}/liens","summary":"Liens","prefix":{"name":"get","color":"get"},"badges":[],"link":"/persons/get/persons/personkey/liens","deprecated":false},{"title":"/v1/persons/{PersonKey}/probates","summary":"Probates","prefix":{"name":"get","color":"get"},"badges":[],"link":"/persons/get/persons/personkey/probates","deprecated":false},{"title":"/v1/persons/{PersonKey}/Phone","summary":"Purchase a person’s phone","prefix":{"name":"post","color":"post"},"badges":[],"link":"/persons/post/persons/personkey/phone","deprecated":false},{"title":"/v1/persons/{PersonKey}/Email","summary":"Purchase a person’s email","prefix":{"name":"post","color":"post"},"badges":[],"link":"/persons/post/persons/personkey/email","deprecated":false},{"title":"/v1/persons/{PersonKey}/relatives","summary":"Relatives","prefix":{"name":"get","color":"get"},"badges":[],"link":"/persons/get/persons/personkey/relatives","deprecated":false}]}]}]}]}},{"type":"group","label":"Lists","link":"/api/lists","routeSlug":"/api/lists","items":[{"label":"Create a list","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/lists/post/lists","routeSlug":"/api/lists/post/lists","metadata":{"seo":{"title":"Create a list","description":"Creates a new list from a Criteria object. Learn about the types of lists you can create."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST/lists","name":"Create a list","isWebhook":false,"pointer":"/paths/~1v1~1lists/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a list","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Creates a new list from a Criteria object. "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#tag/Lists"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Learn about the types of lists"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you can create."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_729"}},"schemaId":"schema_729","pointer":"/paths/~1v1~1lists/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/lists","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_729"}},"responseCodes":["200","400","403","404"],"pointer":"/v1/lists","href":"lists/post/lists","openApiOperationId":"POST/lists","summary":"Create a list","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"schemaId":"schema_729","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_729"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_730"}},"schemaId":"schema_730"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_730","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_730"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/lists/post/lists"}],"panels":[]}]},"httpPath":"/v1/lists"},{"label":"View all lists","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/lists/get/lists","routeSlug":"/api/lists/get/lists","metadata":{"seo":{"title":"View all lists","description":"Returns all the lists for this user, ordered by count, then by name alphabetically"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/lists","name":"View all lists","isWebhook":false,"pointer":"/paths/~1v1~1lists/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"View all lists","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns all the lists for this user, ordered by count, then by name alphabetically"},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_731","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"ListType","in":"query","schemaId":"schema_732","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#tag/Lists"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of list"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" between dynamic, static and import."},"children":[]}]}]}]},{"name":"isMonitored","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Whether monitoring, insights & automations are turned on or off."},"children":[]}]}]}],"example":1},{"name":"ImportType","in":"query","schemaId":"schema_733","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates if the list is focused on matching by property or by person."},"children":[]}]}]}]},{"name":"GroupName","in":"query","schemaId":"schema_687","description":"Name of the list group.","example":"My Lists"},{"name":"DisplayOrder","in":"query","schemaId":"schema_705","description":"Display order of the list within its group.","example":1},{"name":"Limit","in":"query","schemaId":"schema_734","description":"Maximum number of records to return.","example":10},{"name":"Sort","in":"query","schemaId":"schema_735","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-delimited list of fields upon which to sort. Sortable fields are "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ListName"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TotalCount"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", and "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DisplayOrder"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"name":"Dir","in":"query","schemaId":"schema_736","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-delimited list of directions (asc or desc) for fields provided in Sort param.  For instance if you were sorting on A ascending first, then on B descending (in cases of multiple identical values of A) you would specify "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"&Sort=A,B&Dir=asc,desc"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" This field doesn't apply for "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DisplayOrder"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" which is always ascending."},"children":[]}]}]}]}],"pointer":"/paths/~1v1~1lists/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/lists","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[],"query":[{"name":"Fields","in":"query","schemaId":"schema_731","explode":false},{"name":"ListType","in":"query","schemaId":"schema_732"},{"name":"isMonitored","in":"query","example":1,"schemaId":"schema_691"},{"name":"ImportType","in":"query","schemaId":"schema_733"},{"name":"GroupName","in":"query","example":"My Lists","schemaId":"schema_687"},{"name":"DisplayOrder","in":"query","example":1,"schemaId":"schema_705"},{"name":"Limit","in":"query","example":10,"schemaId":"schema_734"},{"name":"Sort","in":"query","schemaId":"schema_735"},{"name":"Dir","in":"query","schemaId":"schema_736"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/lists","href":"lists/get/lists","openApiOperationId":"GET/lists","summary":"View all lists","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_737"}},"schemaId":"schema_737"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_737","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_737"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/lists/get/lists"}],"panels":[]}]},"httpPath":"/v1/lists"},{"label":"View a list’s details","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/lists/get/lists/listid","routeSlug":"/api/lists/get/lists/listid","metadata":{"seo":{"title":"View a list’s details","description":"Returns a single list by Id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/lists/ListID","name":"View a list’s details","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"View a list’s details","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a single list by Id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Unique identifier for the list.","required":true}],"pointer":"/paths/~1v1~1lists~1{ListID}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/lists/{ListID}","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"schemaId":"schema_705"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/lists/{ListID}","href":"lists/get/lists/listid","openApiOperationId":"GET/lists/ListID","summary":"View a list’s details","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_738"}},"schemaId":"schema_738"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_738","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_738"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/lists/get/lists/listid"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}"},{"label":"Update the attributes of a list","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/lists/patch/lists/listid","routeSlug":"/api/lists/patch/lists/listid","metadata":{"seo":{"title":"Update the attributes of a list","description":"Updates the attributes of a list, except for Criteria."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"PATCH/lists/ListID","name":"Update the attributes of a list","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update the attributes of a list","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updates the attributes of a list, except for Criteria."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Unique identifier for the list.","required":true}],"pointer":"/paths/~1v1~1lists~1{ListID}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_739"}},"schemaId":"schema_739","pointer":"/paths/~1v1~1lists~1{ListID}/patch/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/v1/lists/{ListID}","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"schemaId":"schema_705"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_739"}},"responseCodes":["200","400","403","404"],"pointer":"/v1/lists/{ListID}","href":"lists/patch/lists/listid","openApiOperationId":"PATCH/lists/ListID","summary":"Update the attributes of a list","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"schemaId":"schema_739","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_739"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_740"}},"schemaId":"schema_740"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_740","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_740"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/lists/patch/lists/listid"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}"},{"label":"Delete a list","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/lists/delete/lists/listid","routeSlug":"/api/lists/delete/lists/listid","metadata":{"seo":{"title":"Delete a list","description":"Deletes a list"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE/lists/ListID","name":"Delete a list","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a list","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes a list"},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Unique identifier for the list.","required":true}],"pointer":"/paths/~1v1~1lists~1{ListID}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/lists/{ListID}","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"schemaId":"schema_705"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/lists/{ListID}","href":"lists/delete/lists/listid","openApiOperationId":"DELETE/lists/ListID","summary":"Delete a list","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_741"}},"schemaId":"schema_741"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_741","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_741"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/lists/delete/lists/listid"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}"},{"label":"View list items","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/lists/get/lists/listid/items","routeSlug":"/api/lists/get/lists/listid/items","metadata":{"seo":{"title":"View list items","description":"View the RadarIDs for all items in a list."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/lists/ListID/items","name":"View list items","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}~1items/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"View list items","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"View the RadarIDs for all items in a list."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The query parameters offer approximately a dozen filters, mostly having to do with data you've added or actions you've taken on the property."},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ℹ️ TIP -"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"  If you'd like view complete details for each item in your list, use the"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#operation/POST/properties"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Properties from Criteria"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint, along with Criteria in the"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"form:"},"children":[]}]}]},{"$$mdtype":"Node","type":"fence","attributes":{"content":"[{\"name\":\"InList\", \"value\":\"{ListID}\"}]\n"},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[{\"name\":\"InList\", \"value\":\"{ListID}\"}]\n"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"details","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"summary","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Click here for fieldsets"},"children":[]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"lists/get/lists/listid/items/request/gridforeclosureoptional","deepLinkHash":"/lists/get/lists/listid/items#lists/get/lists/listid/items/request/gridforeclosureoptional"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"GridForeclosureOptional"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"lists/get/lists/listid/items/request/gridoptional","deepLinkHash":"/lists/get/lists/listid/items#lists/get/lists/listid/items/request/gridoptional"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"GridOptional"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"lists/get/lists/listid/items/request/card","deepLinkHash":"/lists/get/lists/listid/items#lists/get/lists/listid/items/request/card"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Card"},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"⚠️ The "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Card"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" fieldset swaps "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", depending on which best approximates the property value."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"lists/get/lists/listid/items/request/map","deepLinkHash":"/lists/get/lists/listid/items#lists/get/lists/listid/items/request/map"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Map"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"lists/get/lists/listid/items/request/mobile","deepLinkHash":"/lists/get/lists/listid/items#lists/get/lists/listid/items/request/mobile"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Mobile"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"lists/get/lists/listid/items/request/overview","deepLinkHash":"/lists/get/lists/listid/items#lists/get/lists/listid/items/request/overview"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview"},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"⚠️ The "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overview"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" fieldset swaps "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AVM"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AvailableEquity"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssessedValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TotalLoanBalance"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", depending on which best approximates the property value."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"lists/get/lists/listid/items/request/details","deepLinkHash":"/lists/get/lists/listid/items#lists/get/lists/listid/items/request/details"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Details"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"lists/get/lists/listid/items/request/propertytab","deepLinkHash":"/lists/get/lists/listid/items#lists/get/lists/listid/items/request/propertytab"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PropertyTab"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]}]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"lists/get/lists/listid/items/request/limitedrei","deepLinkHash":"/lists/get/lists/listid/items#lists/get/lists/listid/items/request/limitedrei"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LimitedREI"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Unique identifier for the list","required":true}],"pointer":"/paths/~1v1~1lists~1{ListID}~1items/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Start","in":"query","schemaId":"schema_690","description":"Offset from which to begin returning records. Used for paging."},{"name":"Limit","in":"query","schemaId":"schema_734","description":"Maximum number of records to return.","example":10},{"name":"InterestLevel","in":"query","schemaId":"schema_742","description":[{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ℹ️ Zero can be used to filter to properties that are not starred, but have other saved data."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The level of interest you selected for the property, from 1 to 5 stars."},"children":[]}]}]}]},{"name":"StatusLevel","in":"query","schemaId":"schema_705","description":[{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"⚠️"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" The enumerated list below shows the "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"default"},"children":[]}]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" statuses, which you may have adjusted. Use the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#operation/GET/accounts/preferences/statuses"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"View status level labels"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint to see the labels for "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"your"},"children":[]}]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" statuses."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ℹ️"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" Status values begin with 1, not 0."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status you assigned to the property. You can define possible values for status by selecting Edit Status Settings."},"children":[]}]}]}]},{"name":"hasPhotos","in":"query","schemaId":"schema_691","description":"Whether or not you have added any photos of the property.\n","example":1},{"name":"hasNotes","in":"query","schemaId":"schema_691","description":"Whether or not you have added any notes to the property.\n","example":1},{"name":"hasAnalysis","in":"query","schemaId":"schema_691","description":"Whether or not you have edited the investment analysis of a property.","example":1},{"name":"hasDocs","in":"query","schemaId":"schema_691","description":"Whether or not you have added or edited any documents in the transaction history of a property.\n","example":1},{"name":"PType","in":"query","schemaId":"schema_704","description":""},{"name":"LastTransferRecDate","in":"query","schemaId":"schema_714","description":"The date the most recent change of ownership was recorded at the county recorder's office. If you select Before a specific date, this search will also return any properties for which we do not have a purchase date, as those properties would all have been purchased before we started getting data for that county.\n","example":"1984-01-24"},{"name":"AddedSince","in":"query","schemaId":"schema_687","description":"Filter properties based on whether they were added to the list after a specific date and/or time."},{"name":"MostRecentCall","in":"query","schemaId":"schema_743","description":"Filter properties based on when the most recent call was made, or choose \"None\" for properties that have not been called."},{"name":"MostRecentText","in":"query","schemaId":"schema_743","description":"Filter properties based on when the most recent text was sent, or choose \"None\" for properties that have not been texted."},{"name":"MostRecentVoicemail","in":"query","schemaId":"schema_743","description":"Filter properties based on when the most recent voicemail was sent, or choose \"None\" for properties for which no voicemail has been sent."},{"name":"MostRecentDirectMail","in":"query","schemaId":"schema_714","description":"Filter properties based on when the most recent direct mail was sent, or choose \"None\" for properties for which no direct mail has been sent."},{"name":"MostRecentEmail","in":"query","schemaId":"schema_743","description":"Filter properties based on when the most recent email was sent, or choose \"None\" for properties for which the contacts no email has been sent."}],"pointer":"/paths/~1v1~1lists~1{ListID}~1items/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/lists/{ListID}/items","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"schemaId":"schema_705"}],"query":[{"name":"Start","in":"query","schemaId":"schema_690"},{"name":"Limit","in":"query","example":10,"schemaId":"schema_734"},{"name":"InterestLevel","in":"query","schemaId":"schema_742","explode":false},{"name":"StatusLevel","in":"query","schemaId":"schema_705"},{"name":"hasPhotos","in":"query","example":1,"schemaId":"schema_691"},{"name":"hasNotes","in":"query","example":1,"schemaId":"schema_691"},{"name":"hasAnalysis","in":"query","example":1,"schemaId":"schema_691"},{"name":"hasDocs","in":"query","example":1,"schemaId":"schema_691"},{"name":"PType","in":"query","schemaId":"schema_704","explode":false},{"name":"LastTransferRecDate","in":"query","example":"1984-01-24","schemaId":"schema_714"},{"name":"AddedSince","in":"query","schemaId":"schema_687"},{"name":"MostRecentCall","in":"query","schemaId":"schema_743"},{"name":"MostRecentText","in":"query","schemaId":"schema_743"},{"name":"MostRecentVoicemail","in":"query","schemaId":"schema_743"},{"name":"MostRecentDirectMail","in":"query","schemaId":"schema_714"},{"name":"MostRecentEmail","in":"query","schemaId":"schema_743"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/lists/{ListID}/items","href":"lists/get/lists/listid/items","openApiOperationId":"GET/lists/ListID/items","summary":"View list items","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_744"}},"schemaId":"schema_744"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}~1items/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_744","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_744"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/lists/get/lists/listid/items"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}/items"},{"label":"Add items to list","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/lists/put/lists/listid/items","routeSlug":"/api/lists/put/lists/listid/items","metadata":{"seo":{"title":"Add items to list","description":"Adds one or more properties defined by criteria to a list, this doesn't apply to a dynamic or import list."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"PUT/lists/ListID/items","name":"Add items to list","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}~1items/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Add items to list","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Adds one or more properties defined by criteria to a list, this doesn't apply to a dynamic or import list."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"details","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"summary","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Click here for fieldsets"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Unique identifier for the list","required":true}],"pointer":"/paths/~1v1~1lists~1{ListID}~1items/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_745"}},"schemaId":"schema_745","pointer":"/paths/~1v1~1lists~1{ListID}~1items/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/v1/lists/{ListID}/items","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"schemaId":"schema_705"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_745"}},"responseCodes":["200","400","403","404"],"pointer":"/v1/lists/{ListID}/items","href":"lists/put/lists/listid/items","openApiOperationId":"PUT/lists/ListID/items","summary":"Add items to list","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"schemaId":"schema_745","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_745"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_740"}},"schemaId":"schema_740"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}~1items/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_740","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_740"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/lists/put/lists/listid/items"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}/items"},{"label":"Delete an item from a list","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/lists/delete/lists/listid/items/radarid","routeSlug":"/api/lists/delete/lists/listid/items/radarid","metadata":{"seo":{"title":"Delete an item from a list","description":"Deletes a property from a list"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE/lists/ListID/items/RadarID","name":"Delete an item from a list","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}~1items~1{RadarID}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete an item from a list","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deletes a property from a list"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"details","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"summary","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Click here for fieldsets"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Unique identifier for the list","required":true},{"name":"RadarID","in":"path","schemaId":"schema_697","description":"Unique ID for locating properties within PropertyRadar.\n","required":true,"examples":{"Groundhog_Day_House":{"summary":"Groundhog Day House","value":"P8A0E18D"},"Brady_Bunch_House":{"summary":"Brady Bunch House","value":"P16926CB"}}}],"pointer":"/paths/~1v1~1lists~1{ListID}~1items~1{RadarID}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/lists/{ListID}/items/{RadarID}","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"schemaId":"schema_705"},{"name":"RadarID","in":"path","required":true,"example":"P8A0E18D","schemaId":"schema_697"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/lists/{ListID}/items/{RadarID}","href":"lists/delete/lists/listid/items/radarid","openApiOperationId":"DELETE/lists/ListID/items/RadarID","summary":"Delete an item from a list","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_741"}},"schemaId":"schema_741"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}~1items~1{RadarID}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_741","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_741"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/lists/delete/lists/listid/items/radarid"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}/items/{RadarID}"}],"content":{"contentType":"group","meta":{"name":"Lists"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Lists","showPageActions":true},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"About Lists"},"children":[]}]},{"$$mdtype":"Node","type":"hardbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"View and manage potential customers and properties, by sorting properties into organized groups, called lists"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PropertyRadar supports 3 different kinds of lists, and each type can be monitored or unmonitored."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Dynamic lists"},"children":[]}]},{"$$mdtype":"Node","type":"hardbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Dynamic lists are created from a "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/criteria#understanding-criteria"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Criteria object"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", and are updated automatically when monitored. If a Dynamic list is unmonitored, it is updated whenever you make a call to view the items in the list, such as "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/api/properties/post/properties"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Properties from Criteria"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (using InList), or "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/api/lists/get/lists/listid/items"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"View list items"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Static lists"},"children":[]}]},{"$$mdtype":"Node","type":"hardbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Static Lists are created by adding properties to a list using "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/api/lists/put/lists/listid/items"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Add items to list"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". They do not have search criteria. Properties on Static lists only change when you add or remove properties, or set up an "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/api/automations"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"automation"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to do so."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import lists"},"children":[]}]},{"$$mdtype":"Node","type":"hardbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"With import lists, you provide raw unmatched data such as addresses or emails via "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/api/imports/post/lists/listid/import/items"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Match and import to list"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", and we match that data with our records and create a list of matching records."},"children":[]}]}]}]}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/lists","summary":"Create a list","prefix":{"name":"post","color":"post"},"badges":[],"link":"/lists/post/lists","deprecated":false},{"title":"/v1/lists","summary":"View all lists","prefix":{"name":"get","color":"get"},"badges":[],"link":"/lists/get/lists","deprecated":false},{"title":"/v1/lists/{ListID}","summary":"View a list’s details","prefix":{"name":"get","color":"get"},"badges":[],"link":"/lists/get/lists/listid","deprecated":false},{"title":"/v1/lists/{ListID}","summary":"Update the attributes of a list","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/lists/patch/lists/listid","deprecated":false},{"title":"/v1/lists/{ListID}","summary":"Delete a list","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/lists/delete/lists/listid","deprecated":false},{"title":"/v1/lists/{ListID}/items","summary":"View list items","prefix":{"name":"get","color":"get"},"badges":[],"link":"/lists/get/lists/listid/items","deprecated":false},{"title":"/v1/lists/{ListID}/items","summary":"Add items to list","prefix":{"name":"put","color":"put"},"badges":[],"link":"/lists/put/lists/listid/items","deprecated":false},{"title":"/v1/lists/{ListID}/items/{RadarID}","summary":"Delete an item from a list","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/lists/delete/lists/listid/items/radarid","deprecated":false}]}]}]}]}},{"type":"group","label":"Suggestions","link":"/api/suggestions","routeSlug":"/api/suggestions","items":[{"label":"View address suggestions","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/suggestions/post/suggestions/siteaddress","routeSlug":"/api/suggestions/post/suggestions/siteaddress","metadata":{"seo":{"title":"View address suggestions","description":"Returns Site Addresses based on SuggestionInput and an optional criteria object. Returns a criteria object which specifies City, State, etc. for the given address."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST/suggestions/SiteAddress","name":"View address suggestions","isWebhook":false,"pointer":"/paths/~1v1~1suggestions~1SiteAddress/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"View address suggestions","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns Site Addresses based on SuggestionInput and an optional criteria object. Returns a criteria object which specifies City, State, etc. for the given address."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"SuggestionInput","in":"query","schemaId":"schema_687","description":"Typically this is the first few keystrokes the user has entered.  Suggestions are filtered to match.","example":"100 LEXINGTON"},{"name":"Limit","in":"query","schemaId":"schema_746","description":"Maximum number of records to return.","example":10},{"name":"Start","in":"query","schemaId":"schema_690","description":"Offset from which to begin returning records. Used for paging."}],"pointer":"/paths/~1v1~1suggestions~1SiteAddress/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_747"}},"schemaId":"schema_747","pointer":"/paths/~1v1~1suggestions~1SiteAddress/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/suggestions/SiteAddress","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[],"query":[{"name":"SuggestionInput","in":"query","example":"100 LEXINGTON","schemaId":"schema_687"},{"name":"Limit","in":"query","example":10,"schemaId":"schema_746"},{"name":"Start","in":"query","schemaId":"schema_690"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_747"}},"responseCodes":["200","400","403","404"],"pointer":"/v1/suggestions/SiteAddress","href":"suggestions/post/suggestions/siteaddress","openApiOperationId":"POST/suggestions/SiteAddress","summary":"View address suggestions","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"schemaId":"schema_747","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_747"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_748"}},"schemaId":"schema_748"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1suggestions~1SiteAddress/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_748","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_748"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/suggestions/post/suggestions/siteaddress"}],"panels":[]}]},"httpPath":"/v1/suggestions/SiteAddress"},{"label":"View FIPS and Counties","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/suggestions/post/suggestions/county","routeSlug":"/api/suggestions/post/suggestions/county","metadata":{"seo":{"title":"View FIPS and Counties","description":"Returns valid Counties and their associated FIPS based on SuggestionInput and an optional criteria object. Returns a criteria object which specifies the FIPS for the given County."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST/suggestions/County","name":"View FIPS and Counties","isWebhook":false,"pointer":"/paths/~1v1~1suggestions~1County/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"View FIPS and Counties","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns valid Counties and their associated FIPS based on SuggestionInput and an optional criteria object. Returns a criteria object which specifies the FIPS for the given County."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"SuggestionInput","in":"query","schemaId":"schema_687","description":"Typically this is the first few keystrokes the user has entered.  Suggestions are filtered to match.","example":"Springfield"}],"pointer":"/paths/~1v1~1suggestions~1County/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_749"}},"schemaId":"schema_749","pointer":"/paths/~1v1~1suggestions~1County/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/suggestions/County","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[],"query":[{"name":"SuggestionInput","in":"query","example":"Springfield","schemaId":"schema_687"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_749"}},"responseCodes":["200","400","403","404"],"pointer":"/v1/suggestions/County","href":"suggestions/post/suggestions/county","openApiOperationId":"POST/suggestions/County","summary":"View FIPS and Counties","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"schemaId":"schema_749","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_749"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_750"}},"schemaId":"schema_750"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1suggestions~1County/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_750","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_750"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/suggestions/post/suggestions/county"}],"panels":[]}]},"httpPath":"/v1/suggestions/County"}],"content":{"contentType":"group","meta":{"name":"Suggestions"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Suggestions","showPageActions":true},{"nodeType":"markdoc","content":"Get typeahead menus"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/suggestions/SiteAddress","summary":"View address suggestions","prefix":{"name":"post","color":"post"},"badges":[],"link":"/suggestions/post/suggestions/siteaddress","deprecated":false},{"title":"/v1/suggestions/County","summary":"View FIPS and Counties","prefix":{"name":"post","color":"post"},"badges":[],"link":"/suggestions/post/suggestions/county","deprecated":false}]}]}]}]}},{"type":"group","label":"Integrations","link":"/api/integrations","routeSlug":"/api/integrations","items":[{"label":"View all webhooks","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/integrations/get/integrations/webhooks","routeSlug":"/api/integrations/get/integrations/webhooks","metadata":{"seo":{"title":"View all webhooks","description":"Returns all active webhooks"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/integrations/webhooks","name":"View all webhooks","isWebhook":false,"pointer":"/paths/~1v1~1integrations~1webhooks/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"View all webhooks","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns all active webhooks"},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_751","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Limit","in":"query","schemaId":"schema_689","description":"Maximum number of records to return.","example":10},{"name":"Sort","in":"query","schemaId":"schema_752","description":"Comma-delimited list of fields upon which to sort."},{"name":"Dir","in":"query","schemaId":"schema_753","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-delimited list of directions (asc or desc) for fields provided in Sort param.  For instance if you were sorting on A ascending first, then on B descending (in cases of multiple identical values of A) you would specify "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"&Sort=A,B&Dir=asc,desc"},"children":[]}]}]}]},{"name":"Start","in":"query","schemaId":"schema_690","description":"Offset from which to begin returning records. Used for paging."}],"pointer":"/paths/~1v1~1integrations~1webhooks/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/integrations/webhooks","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[],"query":[{"name":"Fields","in":"query","schemaId":"schema_751","explode":false},{"name":"Limit","in":"query","example":10,"schemaId":"schema_689"},{"name":"Sort","in":"query","schemaId":"schema_752"},{"name":"Dir","in":"query","schemaId":"schema_753"},{"name":"Start","in":"query","schemaId":"schema_690"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/integrations/webhooks","href":"integrations/get/integrations/webhooks","openApiOperationId":"GET/integrations/webhooks","summary":"View all webhooks","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_754"}},"schemaId":"schema_754"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1integrations~1webhooks/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_754","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_754"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/integrations/get/integrations/webhooks"}],"panels":[]}]},"httpPath":"/v1/integrations/webhooks"},{"label":"Register new webhook","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/integrations/post/integrations/webhooks","routeSlug":"/api/integrations/post/integrations/webhooks","metadata":{"seo":{"title":"Register new webhook","description":"Creates a new webhook"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST/integrations/webhooks","name":"Register new webhook","isWebhook":false,"pointer":"/paths/~1v1~1integrations~1webhooks/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Register new webhook","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new webhook"},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_755"}},"schemaId":"schema_755","pointer":"/paths/~1v1~1integrations~1webhooks/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/integrations/webhooks","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_755"}},"responseCodes":["200","400","403","404"],"pointer":"/v1/integrations/webhooks","href":"integrations/post/integrations/webhooks","openApiOperationId":"POST/integrations/webhooks","summary":"Register new webhook","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"schemaId":"schema_755","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_755"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_756"}},"schemaId":"schema_756"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1integrations~1webhooks/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_756","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_756"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/integrations/post/integrations/webhooks"}],"panels":[]}]},"httpPath":"/v1/integrations/webhooks"},{"label":"Delete a webhook","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/integrations/delete/integrations/webhooks/webhookid","routeSlug":"/api/integrations/delete/integrations/webhooks/webhookid","metadata":{"seo":{"title":"Delete a webhook","description":"Deletes an existing webhook given the Id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE/integrations/webhooks/WebhookID","name":"Delete a webhook","isWebhook":false,"pointer":"/paths/~1v1~1integrations~1webhooks~1{WebhookID}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a webhook","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes an existing webhook given the Id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"WebhookID","in":"path","schemaId":"schema_705","description":"Unique identifier for the webhook.","required":true,"example":123}],"pointer":"/paths/~1v1~1integrations~1webhooks~1{WebhookID}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/integrations/webhooks/{WebhookID}","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"WebhookID","in":"path","required":true,"example":123,"schemaId":"schema_705"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/integrations/webhooks/{WebhookID}","href":"integrations/delete/integrations/webhooks/webhookid","openApiOperationId":"DELETE/integrations/webhooks/WebhookID","summary":"Delete a webhook","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_741"}},"schemaId":"schema_741"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1integrations~1webhooks~1{WebhookID}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_741","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_741"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/integrations/delete/integrations/webhooks/webhookid"}],"panels":[]}]},"httpPath":"/v1/integrations/webhooks/{WebhookID}"}],"content":{"contentType":"group","meta":{"name":"Integrations"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Integrations","showPageActions":true},{"nodeType":"markdoc","content":"Connect PropertyRadar to your sales, marketing, and productivity apps"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/integrations/webhooks","summary":"View all webhooks","prefix":{"name":"get","color":"get"},"badges":[],"link":"/integrations/get/integrations/webhooks","deprecated":false},{"title":"/v1/integrations/webhooks","summary":"Register new webhook","prefix":{"name":"post","color":"post"},"badges":[],"link":"/integrations/post/integrations/webhooks","deprecated":false},{"title":"/v1/integrations/webhooks/{WebhookID}","summary":"Delete a webhook","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/integrations/delete/integrations/webhooks/webhookid","deprecated":false}]}]}]}]}},{"type":"group","label":"Imports","link":"/api/imports","routeSlug":"/api/imports","items":[{"label":"Match and import to list","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/imports/post/lists/listid/import/items","routeSlug":"/api/imports/post/lists/listid/import/items","metadata":{"seo":{"title":"Match and import to list","description":"Import records into a given list and match them. The request body is a JSON array of items to be imported for matching."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST/lists/ListID/import/items","name":"Match and import to list","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Match and import to list","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import records into a given list and match them. The request body is a JSON array of items to be imported for matching."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"First you'll need to use "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#operation/POST/lists"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Create a List"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to create a list.  Make sure to set:"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ImportSource=api"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ListType=import"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Unique identifier for the list.","required":true,"example":123456}],"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_757","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_758"}},"schemaId":"schema_758","pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/lists/{ListID}/import/items","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"example":123456,"schemaId":"schema_705"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_757","explode":false},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_758"}},"responseCodes":["200","400","402","403","404"],"pointer":"/v1/lists/{ListID}/import/items","href":"imports/post/lists/listid/import/items","openApiOperationId":"POST/lists/ListID/import/items","summary":"Match and import to list","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"schemaId":"schema_758","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_758"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_759"}},"schemaId":"schema_759"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_759","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_759"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/imports/post/lists/listid/import/items"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}/import/items"},{"label":"View imported matches","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/imports/get/lists/listid/import/items","routeSlug":"/api/imports/get/lists/listid/import/items","metadata":{"seo":{"title":"View imported matches","description":"List the imported items with match info."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/lists/ListID/import/items","name":"View imported matches","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"View imported matches","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"List the imported items with match info."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Unique identifier for the list.","required":true,"example":123456}],"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_760","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"Limit","in":"query","schemaId":"schema_689","description":"Maximum number of records to return.","example":10},{"name":"Sort","in":"query","schemaId":"schema_761","description":"Comma-delimited list of fields upon which to sort."},{"name":"Dir","in":"query","schemaId":"schema_753","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-delimited list of directions (asc or desc) for fields provided in Sort param.  For instance if you were sorting on A ascending first, then on B descending (in cases of multiple identical values of A) you would specify "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"&Sort=A,B&Dir=asc,desc"},"children":[]}]}]}]},{"name":"Start","in":"query","schemaId":"schema_690","description":"Offset from which to begin returning records. Used for paging."},{"name":"MatchScore","in":"query","schemaId":"schema_705","description":"Matching score between 0 and 100.","example":50},{"name":"PropertyStatus","in":"query","schemaId":"schema_762","description":"Property import status between Selected, Matched, Pending, Not Found."},{"name":"PersonStatus","in":"query","schemaId":"schema_763","description":"Person import status between Matched Primary, Matched Set as Primary, Added as Primary, Matched, Selected as Primary, Selected, Not Found, No Longer at Property."}],"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/lists/{ListID}/import/items","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"example":123456,"schemaId":"schema_705"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_760","explode":false},{"name":"Limit","in":"query","example":10,"schemaId":"schema_689"},{"name":"Sort","in":"query","schemaId":"schema_761"},{"name":"Dir","in":"query","schemaId":"schema_753"},{"name":"Start","in":"query","schemaId":"schema_690"},{"name":"MatchScore","in":"query","example":50,"schemaId":"schema_705"},{"name":"PropertyStatus","in":"query","schemaId":"schema_762"},{"name":"PersonStatus","in":"query","schemaId":"schema_763"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/lists/{ListID}/import/items","href":"imports/get/lists/listid/import/items","openApiOperationId":"GET/lists/ListID/import/items","summary":"View imported matches","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_764"}},"schemaId":"schema_764"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_764","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_764"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/imports/get/lists/listid/import/items"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}/import/items"},{"label":"Update an import match","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/imports/patch/lists/listid/import/items/listimportitemid","routeSlug":"/api/imports/patch/lists/listid/import/items/listimportitemid","metadata":{"seo":{"title":"Update an import match","description":"Update an import match"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"PATCH/lists/ListID/import/items/ListImportItemID","name":"Update an import match","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items~1{ListImportItemID}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update an import match","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update an import match"},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Unique identifier for the list.","required":true,"example":123456},{"name":"ListImportItemID","in":"path","schemaId":"schema_705","description":"Unique identifier for the import list item.","required":true,"example":123456}],"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items~1{ListImportItemID}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_765"}},"schemaId":"schema_765","pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items~1{ListImportItemID}/patch/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/v1/lists/{ListID}/import/items/{ListImportItemID}","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"example":123456,"schemaId":"schema_705"},{"name":"ListImportItemID","in":"path","required":true,"example":123456,"schemaId":"schema_705"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_765"}},"responseCodes":["200","400","403","404"],"pointer":"/v1/lists/{ListID}/import/items/{ListImportItemID}","href":"imports/patch/lists/listid/import/items/listimportitemid","openApiOperationId":"PATCH/lists/ListID/import/items/ListImportItemID","summary":"Update an import match","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"schemaId":"schema_765","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_765"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_764"}},"schemaId":"schema_764"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items~1{ListImportItemID}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_764","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_764"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/imports/patch/lists/listid/import/items/listimportitemid"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}/import/items/{ListImportItemID}"},{"label":"Remove import match","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/imports/delete/lists/listid/import/items/listimportitemid","routeSlug":"/api/imports/delete/lists/listid/import/items/listimportitemid","metadata":{"seo":{"title":"Remove import match","description":"Delete an import match and revert actions such as setting primary contact."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE/lists/ListID/import/items/ListImportItemID","name":"Remove import match","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items~1{ListImportItemID}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remove import match","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete an import match and revert actions such as setting primary contact."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Unique identifier for the list.","required":true,"example":123456},{"name":"ListImportItemID","in":"path","schemaId":"schema_705","description":"Unique identifier for the import list item.","required":true,"example":123456}],"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items~1{ListImportItemID}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/lists/{ListID}/import/items/{ListImportItemID}","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"example":123456,"schemaId":"schema_705"},{"name":"ListImportItemID","in":"path","required":true,"example":123456,"schemaId":"schema_705"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/lists/{ListID}/import/items/{ListImportItemID}","href":"imports/delete/lists/listid/import/items/listimportitemid","openApiOperationId":"DELETE/lists/ListID/import/items/ListImportItemID","summary":"Remove import match","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_741"}},"schemaId":"schema_741"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}~1import~1items~1{ListImportItemID}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_741","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_741"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/imports/delete/lists/listid/import/items/listimportitemid"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}/import/items/{ListImportItemID}"}],"content":{"contentType":"group","meta":{"name":"Imports"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Imports","showPageActions":true},{"nodeType":"markdoc","content":"Import and match properties and people"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/lists/{ListID}/import/items","summary":"Match and import to list","prefix":{"name":"post","color":"post"},"badges":[],"link":"/imports/post/lists/listid/import/items","deprecated":false},{"title":"/v1/lists/{ListID}/import/items","summary":"View imported matches","prefix":{"name":"get","color":"get"},"badges":[],"link":"/imports/get/lists/listid/import/items","deprecated":false},{"title":"/v1/lists/{ListID}/import/items/{ListImportItemID}","summary":"Update an import match","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/imports/patch/lists/listid/import/items/listimportitemid","deprecated":false},{"title":"/v1/lists/{ListID}/import/items/{ListImportItemID}","summary":"Remove import match","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/imports/delete/lists/listid/import/items/listimportitemid","deprecated":false}]}]}]}]}},{"type":"group","label":"Automations","link":"/api/automations","routeSlug":"/api/automations","items":[{"label":"Update an automation","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/automations/put/lists/listid/automations","routeSlug":"/api/automations/put/lists/listid/automations","metadata":{"seo":{"title":"Update an automation","description":"Update an existing automation or configure new automation for a list."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"PUT/lists/ListID/automations","name":"Update an automation","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}~1automations/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update an automation","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Update an existing automation or configure new automation for a list."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This operation overwrites any existing automation configuration for this list.  So make sure you use "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /lists/{ListID}/automations"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to get a copy of the existing configuration to populate your PUT request body with any values you do not wish to change."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Identifies the list that triggers this automation.","required":true,"example":123456}],"pointer":"/paths/~1v1~1lists~1{ListID}~1automations/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_766"}},"schemaId":"schema_766","pointer":"/paths/~1v1~1lists~1{ListID}~1automations/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/v1/lists/{ListID}/automations","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"example":123456,"schemaId":"schema_705"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_766"}},"responseCodes":["200","400","403","404"],"pointer":"/v1/lists/{ListID}/automations","href":"automations/put/lists/listid/automations","openApiOperationId":"PUT/lists/ListID/automations","summary":"Update an automation","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"schemaId":"schema_766","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_766"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_740"}},"schemaId":"schema_740"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}~1automations/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_740","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_740"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/automations/put/lists/listid/automations"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}/automations"},{"label":"View an automation","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/automations/get/lists/listid/automations","routeSlug":"/api/automations/get/lists/listid/automations","metadata":{"seo":{"title":"View an automation","description":"View the details of the automation for the list."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/lists/ListID/automations","name":"View an automation","isWebhook":false,"pointer":"/paths/~1v1~1lists~1{ListID}~1automations/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"View an automation","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"View the details of the automation for the list."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"ListID","in":"path","schemaId":"schema_705","description":"Identifies the list that triggers this automation.","required":true,"example":123456}],"pointer":"/paths/~1v1~1lists~1{ListID}~1automations/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/lists/{ListID}/automations","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"ListID","in":"path","required":true,"example":123456,"schemaId":"schema_705"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/lists/{ListID}/automations","href":"automations/get/lists/listid/automations","openApiOperationId":"GET/lists/ListID/automations","summary":"View an automation","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_767"}},"schemaId":"schema_767"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1lists~1{ListID}~1automations/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_767","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_767"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/automations/get/lists/listid/automations"}],"panels":[]}]},"httpPath":"/v1/lists/{ListID}/automations"}],"content":{"contentType":"group","meta":{"name":"Automations"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Automations","showPageActions":true},{"nodeType":"markdoc","content":"Configure Alerts and Automations"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/lists/{ListID}/automations","summary":"Update an automation","prefix":{"name":"put","color":"put"},"badges":[],"link":"/automations/put/lists/listid/automations","deprecated":false},{"title":"/v1/lists/{ListID}/automations","summary":"View an automation","prefix":{"name":"get","color":"get"},"badges":[],"link":"/automations/get/lists/listid/automations","deprecated":false}]}]}]}]}},{"type":"group","label":"Accounts","link":"/api/accounts","routeSlug":"/api/accounts","items":[{"label":"View the account's members","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/accounts/get/accounts/members","routeSlug":"/api/accounts/get/accounts/members","metadata":{"seo":{"title":"View the account's members","description":"View all members of an account.This service merges the users from account_members and account_invitations."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/accounts/members","name":"View the account's members","isWebhook":false,"pointer":"/paths/~1v1~1accounts~1members/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"View the account's members","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"View all members of an account.This service merges the users from account_members and account_invitations."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/accounts/members","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/accounts/members","href":"accounts/get/accounts/members","openApiOperationId":"GET/accounts/members","summary":"View the account's members","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_768"}},"schemaId":"schema_768"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1accounts~1members/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_768","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_768"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/accounts/get/accounts/members"}],"panels":[]}]},"httpPath":"/v1/accounts/members"},{"label":"View status level labels","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/accounts/get/accounts/preferences/statuses","routeSlug":"/api/accounts/get/accounts/preferences/statuses","metadata":{"seo":{"title":"View status level labels","description":"View the labels associated with each of the 9 status levels."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/accounts/preferences/statuses","name":"View status level labels","isWebhook":false,"pointer":"/paths/~1v1~1accounts~1preferences~1statuses/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"View status level labels","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"View the labels associated with each of the 9 status levels."},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Layout","in":"query","schemaId":"schema_769","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Controls how the data is returned."},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"compact"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" returns a single comma-delimited string of values"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" returns associative array with keys label1, label2, etc"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"menu"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" returns indexed array or objects with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Value"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Label"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" attributes"},"children":[]}]}]}]}]}],"pointer":"/paths/~1v1~1accounts~1preferences~1statuses/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/accounts/preferences/statuses","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[],"query":[{"name":"Layout","in":"query","schemaId":"schema_769"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","403","404"],"pointer":"/v1/accounts/preferences/statuses","href":"accounts/get/accounts/preferences/statuses","openApiOperationId":"GET/accounts/preferences/statuses","summary":"View status level labels","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_770"}},"schemaId":"schema_770"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1accounts~1preferences~1statuses/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_770","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_770"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/accounts/get/accounts/preferences/statuses"}],"panels":[]}]},"httpPath":"/v1/accounts/preferences/statuses"}],"content":{"contentType":"group","meta":{"name":"Accounts"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Accounts","showPageActions":true},{"nodeType":"markdoc","content":"Account info and preferences"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/accounts/members","summary":"View the account's members","prefix":{"name":"get","color":"get"},"badges":[],"link":"/accounts/get/accounts/members","deprecated":false},{"title":"/v1/accounts/preferences/statuses","summary":"View status level labels","prefix":{"name":"get","color":"get"},"badges":[],"link":"/accounts/get/accounts/preferences/statuses","deprecated":false}]}]}]}]}},{"type":"group","label":"Documents","link":"/api/documents","routeSlug":"/api/documents","items":[{"label":"Document details","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/documents/get/documents/documentid","routeSlug":"/api/documents/get/documents/documentid","metadata":{"seo":{"title":"Document details","description":"Get a specific document by DocumentID. Returns document metadata including recording details, parties, and document type.Examples:"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET/documents/DocumentID","name":"Document details","isWebhook":false,"pointer":"/paths/~1v1~1documents~1{DocumentID}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Document details","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get a specific document by DocumentID. Returns document metadata including recording details, parties, and document type.Examples:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"GRT Cash Transaction d567867140"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"GRT w/ Down Payment d654160296"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"details","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"summary","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Click here for fieldsets"},"children":[]}]},{"$$mdtype":"Node","type":"heading","attributes":{"level":4,"id":"documents/get/documents/documentid/request/all","deepLinkHash":"/documents/get/documents/documentid#documents/get/documents/documentid/request/all"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"All"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RadarID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DocumentID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Status"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DocType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DocNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RecDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CountyST"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Grantor"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GrantorType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Grantee"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GranteeType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Amount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TitleCo"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DocImage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssociatedProperties"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TransferType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DownPayment"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DownPaymentPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isCashTransaction"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isFullValue"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"isArmsLength"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"wasListed"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LoanPurpose"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LoanType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LoanPosition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LoanPositionNum"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LoanStatus"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Concurrent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CashOut"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LTV"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Term"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Lender"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Assigned"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AssignmentDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LenderCurrent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Rate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"RateType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ARMIndex"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ARMMargin"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ARMFreq"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ARMInitial"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ARMNext"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ARMPrepay"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ARMPrepayDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ARMIntOnly"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ARMPayOption"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ARMNegAm"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LienFilingDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LienRate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LienStatus"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PersonLienStatus"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LienPosition"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LienPositionNum"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LienContractDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LienType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LienCourtCaseNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LienNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ParentDocumentID"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosureStage"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeSaleNum"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DefaultAsOf"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleTime"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SalePlace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PostReason"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PreviousSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OriginalSaleDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SaleAmount"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OpeningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"WinningBid"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ForeclosingLender"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LenderAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LenderCityStZip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LenderPhone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Trustee"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteeCityStZip"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"TrusteePhone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"BookNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PageNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Attorney"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"AttorneyPhone"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"CaseNumber"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LisPendensType"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"PublishedBidDiscountToAVMPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OpeningBidDiscountToAVMPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"OpeningBidDiscountToPubBidPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"WinningBidDiscountToAVMPercent"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"WinningBidDiscountToPubBidPercent"},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"api_key_bearer","scopes":[],"type":"http","scheme":"bearer"}]},{"schemes":[{"name":"x_radar_access_token","scopes":[],"type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"DocumentID","in":"path","schemaId":"schema_715","description":"Unique identifier for a document (or notice, or user-created document)","required":true,"examples":{"Example_1":{"summary":"Example 1","value":"d654159205"},"Example_2":{"summary":"Example 2","value":"n502122396"}}}],"pointer":"/paths/~1v1~1documents~1{DocumentID}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"Fields","in":"query","schemaId":"schema_771","description":"A list of fields or fieldsets the client would like returned from the service.  Fields can be suppressed by prepending \"-\""},{"name":"RadarID","in":"query","schemaId":"schema_697","description":"Unique ID for locating properties within PropertyRadar.\n","examples":{"Groundhog_Day_House":{"summary":"Groundhog Day House","value":"P8A0E18D"},"Brady_Bunch_House":{"summary":"Brady Bunch House","value":"P16926CB"}}},{"name":"DryRun","in":"query","schemaId":"schema_772","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Determines whether the altered data is saved to the database.  If DryRun=1, then the submitted data and is not saved in the database, service returns results with some information.  If DryRun=0, the submitted data is saved to the database."},"children":[]}]}]}]},{"name":"Purchase","in":"query","schemaId":"schema_691","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Calls to this endpoint are charged per record returned.  To get a preview of the cost, set Purchase=0.  If Purchase is set to '1' or 'true', you will be charged against your balance for each record returned according to the terms of your subscription package. Charges are non-refundable."},"children":[]}]}]}],"required":true,"example":1}],"pointer":"/paths/~1v1~1documents~1{DocumentID}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/documents/{DocumentID}","servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"parameters":{"path":[{"name":"DocumentID","in":"path","required":true,"example":"d654159205","schemaId":"schema_715"}],"query":[{"name":"Fields","in":"query","schemaId":"schema_771","explode":false},{"name":"RadarID","in":"query","example":"P8A0E18D","schemaId":"schema_697"},{"name":"DryRun","in":"query","schemaId":"schema_772"},{"name":"Purchase","in":"query","required":true,"example":1,"schemaId":"schema_691"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"api_key_bearer","type":"http","scheme":"bearer"}],"scopes":[]},{"schemes":[{"id":"x_radar_access_token","type":"apiKey","name":"X-Radar-Access-Token","in":"header"}],"scopes":[]}],"responseCodes":["200","400","402","403","404"],"pointer":"/v1/documents/{DocumentID}","href":"documents/get/documents/documentid","openApiOperationId":"GET/documents/DocumentID","summary":"Document details","securityGroups":[{"api_key_bearer":[]},{"x_radar_access_token":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_773"}},"schemaId":"schema_773"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}},"schemaId":"schema_693"},{"code":"402","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Insufficient Balance. Returned when the account balance is too low to cover the cost of the purchase this request would incur (i.e. when the request charges for records and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=1"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Add to your balance to retry; an unpaid cost quote can be obtained with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Purchase=0"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}},"schemaId":"schema_694"},{"code":"403","description":"Forbidden. Returned when the access token is valid but the request is denied for authorization reasons. Common cases include an inactive subscription, a missing API or Integrations entitlement, insufficient OAuth scope, or lacking permission for the requested operation. Invalid or expired tokens return 401 instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}},"schemaId":"schema_695"},{"code":"404","description":"Not found. Returned when the requested path is unknown, authentication is missing (some routes return 404 rather than 401 to avoid revealing route existence), or a path parameter identifies a resource that does not exist or is not visible to the authenticated account (for example, an invalid RadarID or an ID belonging to another account). This replaces the previous behavior of returning 400 for resource-not-found errors.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}},"schemaId":"schema_696"}],"pointer":"/paths/~1v1~1documents~1{DocumentID}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_773","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_773"}}},{"code":"400","schemaId":"schema_693","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_693"}}},{"code":"402","schemaId":"schema_694","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_694"}}},{"code":"403","schemaId":"schema_695","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_695"}}},{"code":"404","schemaId":"schema_696","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_696"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/documents/get/documents/documentid"}],"panels":[]}]},"httpPath":"/v1/documents/{DocumentID}"}],"content":{"contentType":"group","meta":{"name":"Documents"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Documents","showPageActions":true},{"nodeType":"markdoc","content":"Get and edit documents that make up the transaction history for a property"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/documents/{DocumentID}","summary":"Document details","prefix":{"name":"get","color":"get"},"badges":[],"link":"/documents/get/documents/documentid","deprecated":false}]}]}]}]}}],"store":{"schemaStore":{"schema_687":{"kind":"json-schema","data":{"type":"string"},"id":"schema_687"},"schema_688":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","enum":["EvictionCourt","EvictionCountyST","EvictionFilingDate","EvictionCaseNumber","EvictionPlaintiff","EvictionDefendant","EvictionPlaintiffAttorney","-EvictionCourt","-EvictionCountyST","-EvictionFilingDate","-EvictionCaseNumber","-EvictionPlaintiff","-EvictionDefendant","-EvictionPlaintiffAttorney"]}},"id":"schema_688"},"schema_689":{"kind":"json-schema","data":{"default":100,"type":"integer"},"id":"schema_689"},"schema_690":{"kind":"json-schema","data":{"default":0,"type":"integer"},"id":"schema_690"},"schema_691":{"kind":"json-schema","data":{"type":"integer","enum":[0,1]},"id":"schema_691"},"schema_692":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"EvictionCourt":{"type":"string","examples":["410th Judicial District Court","Circuit"],"description":"The court in which the eviction case was filed."},"EvictionCountyST":{"type":"string","example":"LINCOLN, TX","description":"County and state where the eviction case was filed."},"EvictionFilingDate":{"type":"string","example":"2023-06-29","description":"The date the eviction case was filed."},"EvictionCaseNumber":{"type":"string","example":"TCN-364436-SC-009927","description":"The unique case number assigned to the eviction proceeding."},"EvictionPlaintiff":{"type":"string","example":"WEINGARTEN NOSTAT LLC","description":"The party initiating the eviction proceedings (typically the landlord or property owner)."},"EvictionDefendant":{"type":"string","example":"SHENS PEKING II RESTAURANT INC","description":"The party being evicted (typically the tenant or occupant)."},"EvictionPlaintiffAttorney":{"type":"string","example":"SCOTT H YUN","description":"The attorney representing the plaintiff in the eviction case."}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_692"},"schema_693":{"kind":"json-schema","data":{"type":"object","properties":{"error":{"type":"string","description":"A simple explanation of the problem.  Not for display to end users."},"eventid":{"type":"string","description":"A code in the form xxx-xxx-xxx that can be used for troubleshooting. Also present in headers as X-Radar-Request-Id","example":"abc-123-def"},"message":{"type":"string","description":"If present, an explanation suitable for display to end users"},"messageTitle":{"type":"string","description":"If present, a title suitable for display to end users"}}},"id":"schema_693"},"schema_694":{"kind":"json-schema","data":{"type":"object","properties":{"error":{"type":"string","description":"A simple explanation of the problem.  Not for display to end users.","example":"Insufficient Balance"},"eventid":{"type":"string","description":"A code in the form xxx-xxx-xxx that can be used for troubleshooting. Also present in headers as X-Radar-Request-Id","example":"abc-123-def"},"message":{"type":"string","description":"An explanation suitable for display to end users","example":"Your account balance is insufficient to process this request. Log in at app.propertyradar.com to Add to Balance, and consider changing your Low Balance Notification and Auto Recharge settings"},"messageTitle":{"type":"string","description":"A title suitable for display to end users","example":"Sorry, Insufficient Balance"}}},"id":"schema_694"},"schema_695":{"kind":"json-schema","data":{"type":"object","properties":{"error":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A simple explanation of the problem. Not for display to end users. OAuth denials often use the form "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"{error_code} - {description}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (for example, "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"access_denied - ..."},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Permission denials typically return "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"You are not authorized to use this service."},"children":[]}]}]}],"example":"You are not authorized to use this service."},"eventid":{"type":"string","description":"A code in the form xxx-xxx-xxx that can be used for troubleshooting. Also present in headers as X-Radar-Request-Id","example":"abc-123-def"},"message":{"type":"string","description":"If present, an explanation suitable for display to end users"},"messageTitle":{"type":"string","description":"If present, a title suitable for display to end users"}}},"id":"schema_695"},"schema_696":{"kind":"json-schema","data":{"type":"object","properties":{"error":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A simple explanation of the problem. Not for display to end users. Resource-not-found errors typically return "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Resource does not exist for given id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Unknown paths or missing authentication may return a message indicating the path was not found or authentication is missing."},"children":[]}]}]}],"example":"Resource does not exist for given id"},"eventid":{"type":"string","description":"A code in the form xxx-xxx-xxx that can be used for troubleshooting. Also present in headers as X-Radar-Request-Id","example":"abc-123-def"},"message":{"type":"string","description":"If present, an explanation suitable for display to end users"},"messageTitle":{"type":"string","description":"If present, a title suitable for display to end users"}}},"id":"schema_696"},"schema_697":{"kind":"json-schema","data":{"type":"string","example":"P8A0E18D"},"id":"schema_697"},"schema_698":{"kind":"json-schema","data":{"default":"Overview","type":"array","items":{"type":"string","enum":["Grid","GridImport","GridOptional","Card","Map","Mobile","Overview","PropertyTab","TransactionsTab","ListingsTab","ValueTab","MyInfoTab","LimitedREI","All","PropertyKey","Longitude","Latitude","State","FIPS","County","City","ZipFive","CarrierRoute","SiteCongressionalDistrict","SchoolDistrict","FullAddress","Address","isStreetNumberOdd","SiteStreetName","RadarID","APN","Subdivision","Zoning","TaxRateArea","TaxSearchURL","AssessorURL","RecorderSearchURL","Range","Township","Section","LegalBookPage","LegalBlock","LegalLots","LegalTractNumber","FullLegal","Taxpayer","DirectionsURL","CensusTract","CensusBlock","PType","AdvancedPropertyType","PropertyType","Beds","Baths","SqFt","LotSize","LotSizeAcres","YearBuilt","Units","Rooms","Stories","GarageSize","HVAC","AirCond","Heating","Pool","Fireplace","BasementType","BasementFinishType","BasementSqFt","ImprovementCondition","BuildingQuality","ConstructionType","FoundationType","FrameType","ExteriorWallType","FloorType","RoofType","UtilitiesType","ViewType","LocationInfluence","GarageSqFt","LotFrontFootage","LotDepthFootage","isSameMailingOrExempt","isNotSameMailingOrExempt","isHighEquity","isUnderwater","isFreeAndClear","isRecentFlip","isRecentSale","isCashBuyer","isDeceasedProperty","isSiteVacant","OwnershipType","Owner","Owner2","OwnerFirstName","OwnerLastName","OwnerSpouseFirstName","OwnerAddress","OwnerCity","OwnerZipFive","OwnerState","OwnerCityStateZip","isMailVacant","MailCongressionalDistrict","isSameMailing","AVM","ValuePerSF","AssessedValue","EstimatedRent","EstimatedTaxRate","OwnerExemption","LandValue","ImpValue","AssessedYear","AnnualTaxes","EquityPercent","CLTV","TotalLoanBalance","AvailableEquity","NumberLoans","FirstPurpose","FirstLoanType","FirstDate","FirstConcurrent","FirstAmount","FirstCashOut","FirstAmountLTV","FirstTermInYears","FirstLenderOriginal","FirstRateType","FirstRate","SecondPurpose","SecondLoanType","SecondDate","SecondConcurrent","SecondAmount","SecondCashOut","SecondAmountLTV","SecondTermInYears","SecondLenderOriginal","SecondRateType","SecondRate","ForeclosureSelector","NoticeKey","inForeclosure","inTaxDelinquency","DelinquentAmount","DelinquentYear","NumberDelinquentInstallments","TaxYear","TaxYearBegin","TaxYearEnd","FirstPaymentInstallment","FirstInstallmentAmount","FirstInstallmentPaid","SecondPaymentInstallment","SecondInstallmentAmount","SecondInstallmentPaid","ThirdPaymentInstallment","ThirdInstallmentAmount","ThirdInstallmentPaid","FourthPaymentInstallment","FourthInstallmentAmount","FourthInstallmentPaid","LastTransferRecDate","LastTransferType","LastTransferValue","LastTransferDownPayment","LastTransferDownPaymentPercent","LastTransferSeller","PriorTransferChangeInPrice","PriorTransferChangeInPricePercent","PriorTransferMonthsSince","ListingPrice","ListingPricePerSqFt","ListingDate","DaysOnMarket","InterestLevel","StatusLevel","isListedForSale","isListedForSaleByOwner","Persons","PropertyHasOpenPersonLiens","PropertyHasOpenLiens","hasRecentEviction","inProbateProperty","inDivorce","inBankruptcyProperty","MyValue","MyValuePerSqFt","MyValueDate","AVMPerSqFt","AVMAsOf","AVMReliability","RentBreakEven","RentBreakEvenPerSqFt","RentBreakEvenDate","MyRent","MyRentPerSqFt","MyRentDate","HUDRent","HUDRentPerSqFt","HUDRentDate","ValueBreakEven","ValueBreakEvenPerSqFt","ValueBreakEvenDate","Comparables","PhotoURL1","PrimaryName","PrimaryFirstName","PrimaryLastName","PrimaryPhone1Status","PrimaryMobilePhone1Status","SecondaryPhone1Status","SecondaryMobilePhone1Status","PrimaryPhone1Hashed","PrimaryEmail1Hashed","PrimaryEmail1Status","SecondaryEmail1Status","SecondaryName","SecondaryFirstName","SecondaryLastName","SecondaryPhone1Hashed","SecondaryEmail1Hashed","PhoneAvailability","EmailAvailability","PropertyURL","FloodZone","FloodZoneRisk","FloodMapDate","FloodMapNumber","DistressScore","LikelyListingScore","LikelyPurchaseScore","LikelyRefinanceScore","LikelyHelocScore","isExpiredListing","ForeclosureStage","SaleTime","SalePlace","SaleAmount","OpeningBid","WinningBid","DOTPosition","SaleDate","PostReason","TrusteeSaleNum","PreviousSaleDate","OriginalSaleDate","Trustee","TrusteePhone","ForeclosingLender","DOTAmount","DOTRecDate","DOTDocNum","ForeclosureRecDate","ForeclosureDocType","ForeclosureDocNumber","ForeclosureBookNumber","ForeclosurePageNumber","Attorney","AttorneyPhone","CaseNumber","LisPendensType","OpeningBidDividedByAVM","DefaultAmount","DefaultAsOf","TrusteeAddress","TrusteeCityStZip","LenderAddress","LenderCityStZip","isPreforeclosure","isAuction","isBankOwned","SaleDateRelative","Transactions","CountyRecorderLink","DisclaimerDetails","CompsSales","CompsListingsForSale","_links","EvictionFilings","-Grid","-GridImport","-GridOptional","-Card","-Map","-Mobile","-Overview","-PropertyTab","-TransactionsTab","-ListingsTab","-ValueTab","-MyInfoTab","-LimitedREI","-All","-PropertyKey","-Longitude","-Latitude","-State","-FIPS","-County","-City","-ZipFive","-CarrierRoute","-SiteCongressionalDistrict","-SchoolDistrict","-FullAddress","-Address","-isStreetNumberOdd","-SiteStreetName","-RadarID","-APN","-Subdivision","-Zoning","-TaxRateArea","-TaxSearchURL","-AssessorURL","-RecorderSearchURL","-Range","-Township","-Section","-LegalBookPage","-LegalBlock","-LegalLots","-LegalTractNumber","-FullLegal","-Taxpayer","-DirectionsURL","-CensusTract","-CensusBlock","-PType","-AdvancedPropertyType","-PropertyType","-Beds","-Baths","-SqFt","-LotSize","-LotSizeAcres","-YearBuilt","-Units","-Rooms","-Stories","-GarageSize","-HVAC","-AirCond","-Heating","-Pool","-Fireplace","-BasementType","-BasementFinishType","-BasementSqFt","-ImprovementCondition","-BuildingQuality","-ConstructionType","-FoundationType","-FrameType","-ExteriorWallType","-FloorType","-RoofType","-UtilitiesType","-ViewType","-LocationInfluence","-GarageSqFt","-LotFrontFootage","-LotDepthFootage","-isSameMailingOrExempt","-isNotSameMailingOrExempt","-isHighEquity","-isUnderwater","-isFreeAndClear","-isRecentFlip","-isRecentSale","-isCashBuyer","-isDeceasedProperty","-isSiteVacant","-OwnershipType","-Owner","-Owner2","-OwnerFirstName","-OwnerLastName","-OwnerSpouseFirstName","-OwnerAddress","-OwnerCity","-OwnerZipFive","-OwnerState","-OwnerCityStateZip","-isMailVacant","-MailCongressionalDistrict","-isSameMailing","-AVM","-ValuePerSF","-AssessedValue","-EstimatedRent","-EstimatedTaxRate","-OwnerExemption","-LandValue","-ImpValue","-AssessedYear","-AnnualTaxes","-EquityPercent","-CLTV","-TotalLoanBalance","-AvailableEquity","-NumberLoans","-FirstPurpose","-FirstLoanType","-FirstDate","-FirstConcurrent","-FirstAmount","-FirstCashOut","-FirstAmountLTV","-FirstTermInYears","-FirstLenderOriginal","-FirstRateType","-FirstRate","-SecondPurpose","-SecondLoanType","-SecondDate","-SecondConcurrent","-SecondAmount","-SecondCashOut","-SecondAmountLTV","-SecondTermInYears","-SecondLenderOriginal","-SecondRateType","-SecondRate","-ForeclosureSelector","-NoticeKey","-inForeclosure","-inTaxDelinquency","-DelinquentAmount","-DelinquentYear","-NumberDelinquentInstallments","-TaxYear","-TaxYearBegin","-TaxYearEnd","-FirstPaymentInstallment","-FirstInstallmentAmount","-FirstInstallmentPaid","-SecondPaymentInstallment","-SecondInstallmentAmount","-SecondInstallmentPaid","-ThirdPaymentInstallment","-ThirdInstallmentAmount","-ThirdInstallmentPaid","-FourthPaymentInstallment","-FourthInstallmentAmount","-FourthInstallmentPaid","-LastTransferRecDate","-LastTransferType","-LastTransferValue","-LastTransferDownPayment","-LastTransferDownPaymentPercent","-LastTransferSeller","-PriorTransferChangeInPrice","-PriorTransferChangeInPricePercent","-PriorTransferMonthsSince","-ListingPrice","-ListingPricePerSqFt","-ListingDate","-DaysOnMarket","-InterestLevel","-StatusLevel","-isListedForSale","-isListedForSaleByOwner","-Persons","-PropertyHasOpenPersonLiens","-PropertyHasOpenLiens","-hasRecentEviction","-inProbateProperty","-inDivorce","-inBankruptcyProperty","-MyValue","-MyValuePerSqFt","-MyValueDate","-AVMPerSqFt","-AVMAsOf","-AVMReliability","-RentBreakEven","-RentBreakEvenPerSqFt","-RentBreakEvenDate","-MyRent","-MyRentPerSqFt","-MyRentDate","-HUDRent","-HUDRentPerSqFt","-HUDRentDate","-ValueBreakEven","-ValueBreakEvenPerSqFt","-ValueBreakEvenDate","-Comparables","-PhotoURL1","-PrimaryName","-PrimaryFirstName","-PrimaryLastName","-PrimaryPhone1Status","-PrimaryMobilePhone1Status","-SecondaryPhone1Status","-SecondaryMobilePhone1Status","-PrimaryPhone1Hashed","-PrimaryEmail1Hashed","-PrimaryEmail1Status","-SecondaryEmail1Status","-SecondaryName","-SecondaryFirstName","-SecondaryLastName","-SecondaryPhone1Hashed","-SecondaryEmail1Hashed","-PhoneAvailability","-EmailAvailability","-PropertyURL","-FloodZone","-FloodZoneRisk","-FloodMapDate","-FloodMapNumber","-DistressScore","-LikelyListingScore","-LikelyPurchaseScore","-LikelyRefinanceScore","-LikelyHelocScore","-isExpiredListing","-ForeclosureStage","-SaleTime","-SalePlace","-SaleAmount","-OpeningBid","-WinningBid","-DOTPosition","-SaleDate","-PostReason","-TrusteeSaleNum","-PreviousSaleDate","-OriginalSaleDate","-Trustee","-TrusteePhone","-ForeclosingLender","-DOTAmount","-DOTRecDate","-DOTDocNum","-ForeclosureRecDate","-ForeclosureDocType","-ForeclosureDocNumber","-ForeclosureBookNumber","-ForeclosurePageNumber","-Attorney","-AttorneyPhone","-CaseNumber","-LisPendensType","-OpeningBidDividedByAVM","-DefaultAmount","-DefaultAsOf","-TrusteeAddress","-TrusteeCityStZip","-LenderAddress","-LenderCityStZip","-isPreforeclosure","-isAuction","-isBankOwned","-SaleDateRelative","-Transactions","-CountyRecorderLink","-DisclaimerDetails","-CompsSales","-CompsListingsForSale","-_links","-EvictionFilings"]}},"id":"schema_698"},"schema_699":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"PropertyKey":{"type":"integer","description":"Internal unique identifier for properties.  Used during inter-service communication only. C\n"},"Longitude":{"type":"number","examples":["-122.19","-120.20","-121.60","-122.6603559"],"description":"The geographic coordinate in decimal degrees that specifies the east-west position of the center of the property.\n"},"Latitude":{"type":"number","examples":["37.45","39.33","37.91","45.5228406"],"description":"The geographic coordinate in decimal degrees that specifies the north-south position of the center of the property.\n"},"State":{"type":"string","description":"State in which the property is located.\n","enum":["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","District of Columbia","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Virginia","Vermont","Washington","West Virginia","Wisconsin","Wyoming"]},"FIPS":{"type":"string","example":"6067","description":"The 4 or 5-digit code assigned to the state (1 or 2 digits) and county (3 digits) under the Federal Information Processing Standards.\n"},"County":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In Criteria, County is expressed as a 4 or 5 digit FIPS code, a unique code assigned by the federal government"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"to every county in the US.  To find the FIPS code for a county, use the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#operation/POST/suggestions/County"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"View FIPS and Counties"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" Suggestions endpoint.  Provide the county name in the SuggestionInput parameter and optionally the state in the Criteria object. County in which the property is located."},"children":[]}]}]}]},"City":{"type":"string","example":"Los Angeles","description":"City in which the property is located.\n"},"ZipFive":{"type":"integer","examples":["96161","94505","90210"],"description":"ZIP Code in which the property is located.\n"},"CarrierRoute":{"type":"string","examples":["C004","R023"],"description":"The 4-character USPS delivery route code in which the property is located. The carrier route code begins with a letter to designate the type of carrier route and 3 digits identifying the route, e.g. R001.\n"},"SiteCongressionalDistrict":{"type":"string","description":"The number of the property's congressional district within the state, between 1st and 53rd.\n","enum":["1st","2nd","3rd","4th","5th","6th","7th","8th","9th","10th","11th","12th","13th","14th","15th","16th","17th","18th","19th","20th","21st","22nd","23rd","24th","25th","26th","27th","28th","29th","30th","31st","32nd","33rd","34th","35th","36th","37th","38th","39th","40th","41st","42nd","43rd","44th","45th","46th","47th","48th","49th","50th","51st","52nd","53rd","At-Large"]},"SchoolDistrict":{"type":"string","description":"Identifies the special school tax district where the property is located.\n"},"FullAddress":{"type":"string"},"Address":{"type":"string","example":"120 SE Main St #500","description":"Street address at which the property is located.\n"},"isStreetNumberOdd":{"type":"string","description":"Is the property street number odd or even.\n","enum":["Odd","Even","Any"]},"SiteStreetName":{"type":"string","example":"Main","description":"The name of the street without the street number, direction (N,SE) or type (Way, Rd, Lane).\n"},"RadarID":{"type":"string","examples":["P8A0E18D","P16926CB"],"description":"Unique ID for locating properties within PropertyRadar.\n"},"APN":{"type":"string","examples":["014-1234-006-02","2345-005-039","910-021-669-000"],"description":"Assessors Parcel Number assigned by the tax assessors office to uniquely identify the property.\n"},"Subdivision":{"type":"string","example":"College Greens","description":"The name of the subdivision the property is located in as provided by the county assessor's office.\n"},"Zoning":{"type":"string","description":"The city or county zoning code for the property.\n"},"TaxRateArea":{"type":"string","description":"The tax rate area the property is located in as provided by the county assessor's office.\n"},"TaxSearchURL":{"type":"object","properties":{"linktext":{"type":"string","example":"Mchenry County Tax Collector"},"href":{"type":"string","example":"http://mchenryil.devnetwedge.com/"}}},"AssessorURL":{"type":"object","properties":{"linktext":{"type":"string","example":"Mchenry County Assessor"},"href":{"type":"string","example":"http://mchenryil.devnetwedge.com/"}}},"RecorderSearchURL":{"type":"object","properties":{"linktext":{"type":"string","example":"Mchenry County Recorder"},"href":{"type":"string","example":"    https://www.mchenrycountyil.gov/county-government/departments-a-i/county-recorder/public-records-search-options"}}},"Range":{"type":"string"},"Township":{"type":"string"},"Section":{"type":"string"},"LegalBookPage":{"type":"string"},"LegalBlock":{"type":"string"},"LegalLots":{"type":"string","description":"The primary or first lot number from the legal description for the property.\n"},"LegalTractNumber":{"type":"string"},"FullLegal":{"type":"string","description":"A summary of the legal description of the property's location.\n"},"Taxpayer":{"type":"string"},"DirectionsURL":{"type":"object","properties":{"linktext":{"type":"string","example":"Google Maps"},"href":{"type":"string","example":"https://www.google.com/maps/dir/?api=1&destination=344+FREMONT+ST+WOODSTOCK+IL+60098"}},"description":"A link to mapping service directions"},"CensusTract":{"type":"string","description":"A geographic region defined for the purpose of taking a U.S. Census, usually coincides with city or town limits or other administrative areas.\n"},"CensusBlock":{"type":"string","description":"A census block is the smallest geographic unit used by the United States Census Bureau. Blocks typically have a four-digit number; the first number indicates which block group the block is in.\n"},"PType":{"type":"string","description":"Basic property types, derived and standardized across counties from county Use Codes.\n","enum":["Single Family","Condominium","Multi-Family 2-4","Multi-Family 5+","Other Res.","Commercial","Industrial","Agricultural","Land","Government","Recreation","Transport","Utility","Other","Unknown"]},"AdvancedPropertyType":{"type":"string","description":"Advanced property types, derived and standardized across counties from county Use Codes.\n","enum":["Single Family Residence","PUD","Townhouse/Rowhouse","Manufactured Home","Mobile Home","Cabin","Condominium","Condotel","High Rise Condo","Mid Rise Condo","Condominium Project","Common Area","Duplex","Triplex","Quadruplex","Multi Family Dwelling","Apartment","Multi Family 10 Units Less","Multi Family 10 Units Plus","Mixed Complex","Residence Hall/Dormitories","Group Quarters","Cooperative","Miscellaneous Residential","Time Share","Time Share Condo","Air Rights","Animal Hospital/Vet","Apartment/Hotel","Apparel","Auto Equipment","Auto Repair","Auto Sales","Auto Wrecking","Bar","Business Park","Carwash","Cemetery","Commercial Building","Commercial Condominium","Convalescent Hospital","Convention Center","Converted Residence","Department Store","Facilities","Fast Food Franchise","Fin/Insurance/Real Estate","Financial Building","Food Stores","Funeral Home","Garage","Hospital","Hotel","Kennel","Laboratory","Laundromat","Leased Land/Bldg","Medical Building","Medical Condo","Misc Building","Miscellaneous Commercial","Misc Commercial Services","Misc Improvements","Mobile Home Park","Motel","Multiple Uses","Nightclub","Nursing Home","Office & Residential","Office & Showroom","Office Building","Office Condo","Orphanage","Parking Lot","Parking Structure","Pre Fabricated Bldg","Produce Market","Radio Facility","Recording Studio","Resort Hotel","Restaurant Building","Restaurant Drive In","Retail Trade","Salvage Imprv","Service Station","Service Station/Market","Shopping Center","Store Building","Store Franchise","Stores & Offices","Stores & Residential","Strip Commercial Center","Supermarket","Tavern","Transient Lodging","Wholesale","Brewery","Bulk Plant","Cannery","Chemical","Commercial/Industrial","Dump Site","Durable Goods","Food Processing","Grain Elevator","Heavy Industrial","Industrial Condominium","Industrial Park","Industrial Plant","Light Industrial","Loft Building","Lumber Mill","Lumber Yard","Metal Product","Mine/Quarry","Mineral Processing","Mineral Rights","Mini Warehouse","Miscellaneous Industrial","Multi Tenant Industrial","Non Durable Goods","Packing","Paper & Allied Industry","Petroleum","Public Storage","R&D Facility","Shipyard","Stockyard","Storage","Storage Tanks","Technological Industry","Textile/Clothes/Carpet Indust","Warehouse","Well/Gas/Oil","Winery","Agricultural Plant","Animal Farm","Avocado Grove","Citrus Grove","Dairy Farm","Fallow Land","Farms","Field & Seed","Fisheries","Forest","Greenhouse","Livestock","Miscellaneous Agricultural","Nursery/Horticulture","Orchard","Pasture","Poultry Ranch","Ranch","Truck Crops","Vineyard","Community Center","Correctional Facility","County Property","Embassies/Chanceries","Enterprise Zone","Federal Building","Federal Property","Historical District","Military Building","Miscellaneous Public","Municipal Property","Police/Fire/Civil Defense","Possessory Interest","State Property","Tax Abatement","Tax Exempt","Us Postal Service","Amphitheatre","Amusement Arcade","Amusement Park","Auditorium","Billiard Hall","Bowling Alley","Casino","Club","Country Club","Dance Hall","Drive In Theater","Golf Course","Golf Range","Gymnasium","Health Club","Lake/River/Beach","Library/Museum","Marina Facility","Miscellaneous Recreational","Nature Facility","Park","Race Track","Racquet Court","Rv Park","Skating Rink","Stable","Stadium","Swimming Pool","Tennis Club","Theater","Tourist Attraction/Exhibits","Zoo","Aircraft Facility","Airport","Marine Facility","Miscellaneous Transport","Port/Harbor","Railroad Facility","Transport Facility","Truck Terminal","Communication Facility","Easement","Electrical Facility","Gas Production","Telephone Facility","TV Facility","Utilities","Waste Disposal","Well/Water","Agricultural Land","Barren Land","Commercial Acreage","Commercial Lot","Common Land","Desert","Greenbelt","Industrial Acreage","Industrial Lot","Marshland","Miscellaneous Vacant Land","Mobile Home Lot","Mountainous Land","Multi Family Acreage","Multi Family Lot","Natural Resources","Open Space","Recreational Acreage","Residential Acreage","Residential Lot","Rural Homesite","Vacant Lmtd/No Dev Potential","Vacant Mobile Home","Waste Land","Wildlife Refuge","Art","Charitable Organization","Educational Service","Frat/Sorority House","High School","Native American Property","Nursery School","Private School","Public School","Public Service","Religious","School","Sec Educational School","University","Vocational/Trade School","Miscellaneous Real Property","Miscellaneous","Unknown"]},"PropertyType":{"title":"PropertyType","type":"array","items":{"type":["object"],"properties":{"name":{"type":"string","enum":["PType","AdvancedPropertyType"]},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}],"examples":["CND",167,"167"]}}},"additionalProperties":false},"examples":[{"name":"PType","value":["CND"]},{"name":"AdvancedPropertyType","value":["167","199"]}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Property type is a combination of two enumerations: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PType"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for broad categories and "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AdvancedPropertyType"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for very specific property types.  You can see how the categories relate by choosing "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Click for enumerated values"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", below.  You can use one or the other or combine them both.  For instance if you wanted condos but also time shares, your criteria would look like the sample above. The standardized description of the properties use or purpose. These are based on land use codes that counties use to group properties of similar types together for tax assessment purposes. These typically represent the current use of the property and may be different than zoning which specifies the allowed use(s) of the property. The actual county land use codes vary between counties and are not user friendly, so we map those codes to this standardized list for your convenience."},"children":[]}]}]}]},"Beds":{"type":"integer","example":3,"description":"The number of bedrooms in the primary structure.\n"},"Baths":{"type":"string","example":888,"description":"The number of bathrooms in the primary structure (.5 is toilet and sink only, .75 adds shower but no tub).\n"},"SqFt":{"type":"integer","example":888,"description":"The square footage of the primary structure.\n"},"LotSize":{"type":"integer","example":888,"description":"The size of the lot in square feet.\n"},"LotSizeAcres":{"type":"number","example":888,"description":"The size of the lot in acres.\n"},"YearBuilt":{"type":"string","example":1988,"description":"The year the property was built. Note that many counties will only have this data for newer properties after whatever date they began tracking it.\n"},"Units":{"type":"integer","example":888,"description":"The number of units, if the property contains more than one.\n"},"Rooms":{"type":"integer","example":888,"description":"The number of rooms in the property.\n"},"Stories":{"type":"integer","example":888,"description":"The number of stories the primary structure has.\n"},"GarageSize":{"type":"string","description":"The number of garage spaces.\n"},"HVAC":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the property has a heating, ventilation, or air conditioning (HVAC) system.\n"},"AirCond":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the property has an air conditioning system.\n"},"Heating":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the property has a heating system.\n"},"Pool":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the property has a swimming pool.\n"},"Fireplace":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the primary structure has a fireplace.\n"},"BasementType":{"type":"string","description":"The standardized basement type.\n","enum":["None","Type Unknown","Bypass","Apartment","Full Daylight","Full","Full Unfinished","Garage Finished","Garage Unfinished","Garage","Cellar","Crawl-Space","Finished Daylight","Daylight","Finished","Michigan","Partial Daylight","Partial Finished","Partial","Partial Unfinished","Slab","Unfinished Daylight","Unfinished","Walk Out"]},"BasementFinishType":{"type":"string","description":"The standardized code that identifies the basement's degree of completion.\n","enum":["None","Type Unknown","Bypass","Full","Crawl-Space","Bedroom","Bedroom & Recreation Room","Completely Finished","Finished with Drywall","Finished","Finished with Plaster","Finished with Panel","Office","Parking","Partially Finished","Resident","Recreation Room","Storage","Unfinished","Utility"]},"BasementSqFt":{"type":"integer","example":888,"description":"This is the total square footage associated with the Basement portion of a building. This would include both finished and unfinished areas.\n"},"ImprovementCondition":{"type":"string","description":"This represents the physical condition of the main improvement (e.g., Good, Fair, Under Construction).\n","enum":["None","Type Unknown","Bypass","Average","Physical Damage","Excellent","Fair","Good","Good To Excellent","Poor","Under Construction","Unsound","Very Good"]},"BuildingQuality":{"type":"string","description":"Type of construction quality of building (e.g., excellent, economical).\n","enum":["None","Type Unknown","Bypass","Average","Below Average","Economical","Excellent","Fair","Good","Low","Luxury","Poor","Above Average"]},"ConstructionType":{"type":"string","description":"The primary method of construction (e.g., Steel / Glass, Concrete Block, Log).\n","enum":["None","Type Unknown","Bypass","Adobe","A Frame","Aluminum Frame","Aluminum Siding","Aluminum/Vinyl","Arched/Dome","Brick/Cinder Block","Block/Brick","Block/Metal","Block/Steel","Brick/Concrete","Brick/Frame","Brick","Brick/Steel","Brick/Metal","Brick/Stucco","Brick/Stone","Concrete Block","Concrete Masonry","Concrete/Steel","Clapboard","Cinder Block","Combination","Concrete","Custom","Dome","Flexible/Flexicore","Frame","Frame/Steel","Frame/Masonry","Frame/Stucco","Glass","Heavy","Light","Log","Manufactured/Modular","Masonry","Metal","Masonry Tilt-Up","Pole Frame","Prefab Metal","Steel/Masonry","Stone/Rock","Steel","Steel/Stucco","Stucco","Stone Veneer","Steel/Wood","Tilt-Up Brick/Metal","Tilt-Up","Tilt-Up Concrete","Wood/Brick","Wood Frame/Concrete Block","Wood Frame/Metal","Wood","Wood/Stucco","Wood/Steel","Wood/Stone"]},"FoundationType":{"type":"string","description":"The type of foundation (e.g., Continuous Footing, Pier, Mud Sill).\n","enum":["None","Type Unknown","Bypass","Block","Brick","Concrete Block","Continuous Footing","Continuous Wall","Concrete/Beam","Concrete","Cross Bridged/Walls","Dirt/Earth","Grade-Beam","Masonry","Mud Sill","Pilings","Pier","Pipe/Iron","Pre-Fab","Raised W/Basement","Raised W/Crawlspace","Raised","Spread Footing","Slab","Standard","Steel","Stem Wall","Stone","Type Unknown With Basement","Type Unknown With Crawlspace","Type Unknown With Part Basement","Wood"]},"FrameType":{"type":"string","description":"The type of wall framing used (e.g., Bar Joist, Reinforced Concrete, Flexicore).\n","enum":["None","Type Unknown","Bypass","Aluminum Frame","Concrete-Steel","Concrete-Wood","Concrete","Custom","Fireproof","Fireproof Steel","Fire Resistant","Masonry","Masonry-Steel","Pre Fab","Steel","Wood"]},"ExteriorWallType":{"type":"string","description":"The type and/or finish of the exterior walls (e.g., Vinyl Siding, Brick Veneer, Frame / Stone).\n","enum":["None","Type Unknown","Bypass","Aluminum/Block","Asbestos/Block/Plywood","Asbestos/Brick","Asbestos/Brick Veneer/Wood","Asbestos/Block/Wood","Adobe Block","Asphalt/Fiberglass/Wood Frame","Aluminum/Brick","Frame/Aluminum","Aluminum/Masonite","Aluminum/Stone","Aluminum Siding","Aluminum","Aluminum/Vinyl","Aluminum/Metal","Aluminum Siding/Stucco","Asbestos","Asbestos/Concrete","Asphalt Siding","Asbestos Frame","Asbestos Shingle","Asbestos Siding","Asbestos/Block","Asbestos/Masonite","Aluminum/Stucco","Asbestos/Permastone","Asbestos/Stone","Asbestos/Vinyl","Asbestos/Wood","Asbestos/Stone/Wood","Block/Asbestos Shingle","Board & Batten","Black-Board","Brick/Concrete Block Stucco","Board & Batten/Wood Frame","Brick Frame/Stone","Brick/Frame/Stucco","Brick/Frame/Veneer","Brick/Frame/Wood","Block/Brick","Frame/Block","Block/Masonry","Block","Block Painted","Block/Stone","Block/Metal","Block/Wood","Brick/Metal & Glass Panel","Brick/Masonite","Brick/Masonry/Stone","Block/Masonry/Stucco","Brick/Metal","Brick/Metal/Veneer","Board On Post","Brick/Concrete","Brick","Brick/Masonry","Brick/Stucco","Brick/Permastone","Brick/Stone","Brick Veneer","Brick/Wood","Brick Veneer/Stone/Wood","Brick Siding","Brick/Shingle","Block/Stone/Wood","Block/Stucco","Brick/Stone Veneer","Brick/Stone/Wood Siding","Brick/Tile","Brick Veneer/Block","Brick/Vinyl","Brick Veneer/Wood","Brick Veneer/Wall Board","Brick/Wood Siding","Brick/Stucco/Wood","Brick/Wood/Stone Veneer","Brick/Wood/Vinyl","Concrete Brick/Composition","Concrete Block/Steel","Concrete Block/Metal","Cinder Block/Masonite","Concrete Brick/Panel","Concrete Block/Stucco","Cinder Block/Stucco","Concrete Block/Stone Veneer","Cinder Block/Wood","Concrete Block/Masonry","Cinder Block","Concrete/Cinder Block","Concrete/Dryvit","Concrete/Frame/Steel","Concrete/Glass Panels","Tongue & Groove/Channel","Clapboard","Clay Tile","Cb/Metal/Glass Panel","Concrete Masonry","Concrete/Metal","Corrugated Metal/Wallboard","Concrete Block","Concrete Tile","Composition","Concrete","Copper Siding","Corrugated Panel","Corrugated Siding","Composition Shingle","Composition Siding","Corrugated Steel Panel","Composition Siding/Stucco","Concrete Stucco","Custom","Porcelain/Enamel Panel","Insulated Finish/EIFS","Frame Aluminum/Brick","Frame/Aluminum/Vinyl","Fiberboard","Frame Concrete Block/Brick","Frame Clapboard","Frame Hardboard","Fiberglass","Frame/Masonry","Frame/Masonry/Veneer","Frame/Permastone","Frame/Plywood","Frame","Frame Brick","Frame Composition","Frame/Shingle","Frame/Glass","Frame/Metal","Frame/Stone","Frame/Vinyl","Frame/Wood","Frame Shingle/Brick","Frame Siding","Frame/Steel/Siding","Frame-Stud/Lath/Stuc/Asb Sdg","Frame/Steel/Metal","Frame/Steel Panel","Frame/Shingle Siding","Frame/Stucco","Frame/Stone/Veneer","Frame/Wood Shingle","Frame/Stucco/Siding","Frame/Tile/Wood","Frame Wood/Brick","Frame Wood/Stucco","Frame Wood","Frame/Wood Siding","Glass","Brick/Glass","Aluminum/Glass","Glass/Metal","Glass/Steel","Glass/Masonry","Glass/Stone","Gunite","Glass/Wood","Hardboard","Haydite","Hardboard/Plywood","Hardboard/Vinyl","Hardwood","Synthetic Panel/Siding","Fireproof/Fire Retardant","Iron Post/Corrugated Iron","Log","Lap Siding","Log/Wood Shingle","Marble","Masonite","Marble/Stone","Metal/Steel","Metal","Mixture","Metal/Stucco","Masonite/Stucco","Masonite/Sheathing","Masonry/Metal","Masonry","Masonry/Stone","Masonite/Stone","Masonite/Vinyl","Masonite/Wood","Metal Panel","Metal Siding","Masonry Veneer","Metal/Stone/Veneer","Metal/Wood","Metal/Wood Frame","Masonry/Stucco","Masonry/Wood","Open End","Post & Board","Panel","Precast Concrete Panel","Precast Curtain Walls","Permastone","Prefab Metal","Prefab Wood","Plaster","Plywood","Porcelain/Enamel Panel","Pressboard","Precast Concrete","Prefab","Prefab Panel","Panel/Stucco","Precast Textured Panel","Permastone/Wood","Plywood/Wood Frame","Prefab Wood Panel","Brick/Concrete Block/Wood","Rock/Stone","Simulated Brick, Rock, Stone","Siding Sheathing","Steel/Wood","Steel Frame/Wood","Solar Glass","Shingle Siding","Shingle/Wood","Shingle/Brick","Sheathing","Shingle","Sheathing/Stucco","Sheathing/Wood","Single","Slump","Stone/Siding","Stone/Wood","Gunite/Spraycrete","Stone/Stucco","Stone/Wood Siding","Frame/Stucco Shingle","Stainless Steel W/Bronzed Glass","Slate","Shingle/Stucco","Steel/Stucco","Shingle Siding/Wood Frame","Steel","Steel Frame","Stucco/Masonry","Stone","Steel/Panel","Stucco/Tile","Stucco","Stone Veneer","Stucco/Tile/Wood","Styrofoam Stucco","Stucco/Vinyl","Stucco/Veneer","Stone Veneer/Wood Frame","Stone/Vinyl","Stone/Veneer/Wood","Stucco/Wood","Stucco/Wood Frame","Stone/Wood Frame","Tar Paper","Tile","Tilt-Up/Concrete","Tilt-Up","Vinyl","Vitrolite","Vinyl/Wood","Waferboard","Wood/Aluminum/Composition Shin","Wood/Aluminum","Wood Frame","Wood Siding/Shingle","Wood Sheathing","Wood Veneer","Wood Frame/Asbestos","Wood Frame/Siding","Wood Frame/Vinyl","Wood Frame(Stucco Or Asbestos)","Wallboard","Wood","Wood Siding","Weatherboard","Wood Shake/Shingle","Window Wall","Wallboard/Wood Shingle","Cbs/Holw Tile/Fr/Stud/Sheat/Sd"]},"FloorType":{"type":"string","description":"The type of floor construction (e.g., Concrete, Plywood).\n","enum":["None","Type Unknown","Covered","Asbestos Tile","Asphalt","Asphalt Tile","Asphalt Tile/Wood","Carpet","Carpet/Hardwood","Carpet/Parquet","Carpet/Tile","Carpet/Tile/Wood","Carpet/Vinyl","Carpet/Wood","Cement Tile","Ceramic Tile","Ceramic/Quarry Tile","Ceramic/Terrazzo Tile","Ceramic/Vinyl Tile","Clay Tile","Combination","Composition Tile","Cork Tile","Epoxy","Fir","Flagstone","Linoleum","Glazed Tile","Hard/Softwood","Steel Joist","Steel","Steel Beams","Wood Joist","Raised","Hardwood/Parquet","Hardwood","Hardwood/Marble","Hardwood/Terrazzo","Hardwood/Tile","Maple","Mosaic Tile","Oak","Parquet","Parquet/Tile","Pine","Pine/Asphalt Tile","Pine/Softwood","Pine/Tile","Quarry Tile","Resilient","Rubber","Rubber/Tile","Slate Floor","Slate/Ceramic Tile","Slate/Stone","Softwood","Stone","Terrazzo","Terrazzo/Marble","Tile","Vinyl","Vinyl Composition/Tile","Vinyl Sheet","Vinyl Sheeting","Vinyl Tile","Vinyl/Asbestos","Vinyl/Asbestos Tile","Vinyl/Asphalt","Vinyl/Cork Tile","Vinyl/Softwood","Vinyl/Wood","Marble","Tile/Wood","Wood/Asbestos Tile/Carpet","Wood/Carpet/Tile","Wood Deck","Wood/Carpet/Vinyl Tile","Wood","Steel Joist.Wood","Bypass","Concrete","Concrete.Asphalt Tile","Concrete.Carpet","Concrete.Hardwood/Asphalt Tile","Concrete.Hardwood/Terrazzo","Concrete.Parquet/Asphalt Tile","Concrete.Pine","Concrete.Resilient","Concrete.Terrazzo","Concrete.Tile","Concrete.Wood/Terrazzo","Wood","Wood.Carpet","Plywood","Plywood.Carpet","Plywood.Vinyl Sheeting","Concrete/Asphalt","Concrete/Asphalt.Carpet","Brick","Brick.Quarry Tile","Acrylic","Acrylic.Vinyl","Vinyl","Asbestos.Vinyl","Asbestos.Vinyl Tile","Gravel","Slate","Dirt","Cinder Block","Asphalt","Brick/Stone","Brick/Stone/Slate","Metal Deck","Precast Concrete","Metal Grating","Corrugated Deck","Corrugated Deck.Steel","Wood Sheathing","Wood Sheathing.Steel","Steel-Flat-Slab","Sub-Flooring","Wood/Hardwood/Pressed Concrete","Teakwood/Parquet","Terrazzo/Vinyl_- Dont Use","Pine/Conc Or Dont Use","Ceramic Tile/Pre Dont Use","Bar Joist/Gypsum - Dont Use","Concrete/Steel Joist/ Dont Use","Precast/Elevated Flr Dont Use","Steel Joist/Slab/R Dont Use","Asphalt Tile/Conc Ground Slab","Slab - Dont Use","Terrazzo/Tile&Carpet-Dont Use"]},"RoofType":{"type":"string","description":"Type of roof (e.g., Gambrel, Gable, Flat, Mansard) and type of roof covering (e.g., Clay Tile, Aluminum, Shake).\n","enum":["None","Type Unknown","Asphalt Shingle","Built Up","Aluminum","Custom","Bar Joist/Wd Joist/Sheath","Bar Joist","Concrete","Bar Joist & Wood Deck","Metal Pipe","Wood Frame","Bowstring","Bar Joist/Gyp/Wd Joist/Sheath","Conc Jst/Slab/Bar/Jst/Cored Pl","Bar Joist & Concrete Deck","Bar Joist/Gypsum","Flexible/Flexicore","Metal","Concrete Joist/Slab","Reinforced Concrete","Longspan Truss","Prestress Concrete","Bar Joist & Rigid Frame","Steel","Truss/Joist","Stl Jst/Mtl Dck/Slab/Con Jst","Conc Jst/Slab/Stl Jst","Wood","Wood Joist","Wood On Steel","Wood Truss","Asbestos","Asbestos Shingle","Composition","Composition Roll","Composition Shingle","Concrete","Copper","Copper/Shingle","Galvanized Sheet Metal","Gypsum","Metal Sheeting","Roll","Shingle","Slate/Slag","Tar & Gravel","Tar Paper","Tile","Wood","Wood Shake","Asphalt Shingle.Wood Joist","Wood Shake/Shingle","Built Up.Wood Joist","Aluminum.Steel","Steel Joist/Mtl Deck/Slab","Aluminum/Shingle","Asbestos/Wood","Asbestos/Wood/Shingle","Asphalt","Asphalt Roll","Asphalt Tile","Asphalt/Composition","Asphalt/Composition Shingle","Built Up Composition","Built Up Gypsum","Built Up Metal","Built Up Rock","Built Up Tar & Gravel","Built Up Wood","Built-Up Metal/Gypsum","Cedar Shake","Cement Tile","Cement/Composition","Ceramic/Glazed Tile","Clay Tile","Clay Tile/Glazed Tile","Clay Tile/Slate","Clay/Concrete Tile","Composition","Composition Shingle/Metal","Composition Tile","Composition Shingle","Concrete Deck","Concrete Tile","Copper/Enamel Metal Sheeting","Copper/Metal","Corrugated Asbestos","Corrugated Composition","Corrugated Iron","Corrugated Metal","Corrugated Steel","Crushed Rock","Enameled Metal","Fiberglass","Fiberglass/Plastic","Glazed Tile","Gravel","Gravel & Rock","Hardwood","Metal","Metal Tile","Metal/Shingle","Metal/Tar Paper","Metal/Tin","Modular Metal","Plastic/Urethane","Precast Concrete","Prefinished Metal","Reinforced Concrete","Rock","Rock & Gravel","Roll Paper","Concrete.Concrete","Concrete.Steel","Concrete.Truss/Joist","Rubber/Elastomeric","Slate/Tile","Stone/Rock","Stone/Pebbles","Stone","Shake","Roll Tar & Gravel","Tin","Corrugated Metal/Roll Roofing","Built Up Composition/Tar & Gra","Bermuda/Clay Tile/Wood Shingle","Synthetic","Corrugated Metal/Tarpaper","Bahama/Ceramic Tile/Blt-Up Tg","Shingle/Tar/Gravel/Roll Slate","Bermuda/Conc Pl/Bltup T&G","Gable/Shaped Wood Truss","Prestressed Concrete","Gable/Shaped Steel Truss","Wood Hip/Gable/Wood Truss","Galvanized Sheet Metal.Wood Jo","Gypsum.Steel","Metal Sheeting.Steel","Roll.Metal","Roll.Wood Joist","Shingle.Concrete","Tar Paper.Metal","Wood.Wood On Steel","Wood Shake/Shingle.Wood Joist","Irregular","Irregular.Wood Truss","Lean To","Salt Box","Dome","A-Frame","A-Frame.Composition Shingle","Barn","Canopy","Dormer","Frame","Flat","Flat.Concrete","Flat.Metal","Flat.Wood Beam","Flat.Wood Truss","Flat.Asbestos","Flat.Composition Roll","Flat.Composition Shingle","Flat.Concrete","Flat.Copper","Flat.Roll","Flat.Shingle","Flat.Slate/Slag","Flat.Tar & Gravel","Flat.Tile","Flat.Wood Shake/Shingle","Flat.Built Up.Wood","Gable","Gable.Concrete","Gable.Metal","Gable.Steel","Gable.Wood Beam","Gable.Wood Joist","Gable.Wood Truss","Gable.Asbestos Shingle","Gable.Composition Roll","Gable.Composition Shingle","Gable.Copper","Gable.Roll","Gable.Shingle","Gable.Slate/Slag","Gable.Tar & Gravel","Gable.Tile","Gable.Wood Shake/Shingle","Gable/Hip","Hip","Hip.Concrete","Hip.Metal","Hip.Wood Beam","Hip.Wood Joist","Hip.Wood Truss","Hip.Asbestos Shingle","Hip.Composition Roll","Hip.Composition Shingle","Hip.Copper","Hip.Roll","Hip.Shingle","Hip.Slate/Slag","Hip.Tar & Gravel","Hip.Tile","Hip.Wood Shake","Hip.Wood Shake/Shingle","Geodesic","Mansard","Mansard.Concrete","Mansard.Metal","Mansard.Wood Beam","Mansard.Wood Joist","Mansard.Wood Truss","Mansard.Asbestos Shingle","Mansard.Composition Roll","Mansard.Composition Shingle","Mansard.Roll","Mansard.Shingle","Mansard.Slate/Slag","Mansard.Tile","Mansard.Wood Shake/Shingle","Barrel","Monitor","Contemporary","Shed","Shed.Concrete","Shed.Metal","Shed.Wood Beam","Shed.Wood Joist","Shed.Wood Truss","Shed.Concrete","Shed.Roll","Shed.Shingle","Shed.Tar & Gravel","Shed.Tile","Pitched","Pitched.Concrete","Pitched.Composition","Pyramid","Arched","Sawtooth","Cathedral/Clerestory","Bubble","Gambrel","Gambrel.Concrete","Gambrel.Metal","Gambrel.Wood Beam","Gambrel.Wood Joist","Gambrel.Wood Truss","Gambrel.Asbestos Shingle","Gambrel.Composition Roll","Gambrel.Copper/Shingle","Gambrel/Roll","Gambrel/Shingle","Gambrel.Slate/Slag","Gambrel.Tar & Gravel","Gambrel.Tile","Gambrel.Wood Shake/Shingle","Swiss Chalet/Alpine","Complex/Custom","Butterfly","Gambrel/Mansard"]},"UtilitiesType":{"type":"string","description":"The type of utilities used in a building (e.g., Electric, Oil, Private).\n","enum":["None","Type Unknown","Bypass","All","Coal","Electric/Gas","Electric","Electric Pole","Electric/Sewer","Underground Electric","Electric/Gas/Water","Electric/Water","Gas Available","Gas Public","Gas/Water","No Sewer/Water","Underground","No Water/Gas","No Gas","No Sewer","No Water","No Sewer/Gas","Oil","Public Water","Private/Public","Private","Public Sewer","Public Water/Sewer","Public","Private Well","Sewer Available","Septic/Well","Electric/Sewer/Gas","Sewer/Well","Solar","Butane/Septic/Public Water","Sewer/Water","Storm Sewer","Septic Tank","Septic/Water","Utilities Available","Water Available","Well Water","Electric/Water/Sewer"]},"ViewType":{"type":"string","description":"View from building (e.g., Gulf, Mountains, Pool).\n","enum":["None","Type Unknown","Bypass","Airport","Average","Bay","Best","Better","Canal","City","Creek/Lake","Canyon","Conservation / Protected Area","Canyon/Valley","Excellent","Fair","Golf Course","Good","Greenbelt/Park","Gulf","Hills/Mountains","Hill/Valley","Inferior","Inland Waterway","Intercoastal Waterway","Lake","Lagoon","Lake/Pond","Mountain","Mountain/Ocean","Obstructed","Ocean","Park","Pond","Parking","Prime","Pool","Premium","Poor","Recreational","Road","River","Standard","Suburban","Superior","Street","Typical","Woodland","Water"]},"LocationInfluence":{"type":"string","description":"Positive or negative aspects associated with the location of the parcel (e.g., Waterfront, Flood plane, Airport).\n","enum":["Type Unknown","Bypass","Alley/Corner","Agricultural","Airport","Alley","Average","Bay Access","Behind Bay Front","Beach","Bay Front","Behind Gulf Front","Bay Front Island","Back Lot","Bay Front Main-Land","Beach Road","Business","Bayou","Bay","Canal","Canal/Waterfront","Creek","Canal Drainage","Corner/Extra Front","Canal Front","Canal Front Island","Creek/River","Corner/Landlock","Canal Main-Land","Corner/Woodlot/Waterfront","Corner/Woodlot","Corner","Corner/Restrictions","Corner/Waterfront","Cul-De-Sac","Corner/Landlock/Woodlot","City","Dead End","Drainage Easement","Downtown","Drainage","Desirable","Duplex Lots","Extra Front","Expensive Land","Extra Front/Restrictions","Easement","Flood Line","Four Plex Lot","Flood Plain","Golf Course","Greenbelt/Golf Course","Golf/Lake","Good","Greenbelt","Gulf","Golf/Water","Highway","Inside City","Island Gulf Front","Industrial","In-Out City","Island","Inland Waterway","Island No Waterfront","Lagoon","Landlocked/Woodlot/Waterfront","Lake Front","Lake","Landlocked","Lake/Pond","Landlocked/Woodlot","Landlocked/Waterfront","Mobile Home","Main Land","Mountain","Non Buildable","Intracoastal","Neighborhood","Inferior","Interior","Ocean","Open Space","Outside City","Park Land","Poor Access","Pond","Perimeter Lot","Park Front","Pool","Preserve","Poor Access","Private Road","Ravine","Recreational","Rear","River","Irregular Lot","Road","Restrictions","Rural","Sound","Submerged Land","Street","Suburban","Townhouse","Tri Plex Lot","Traffic","Urban","Valley","Water Access","Water/Cul-De-Sac","Wetland","Waterfront","Woodland","Waterfalls","Water","Woodlot/Waterfront","Apt/Condo Complex","Business Cluster","Central Business","Commercial/Industrial","Industrial Size","Major Strip","Neighborhood / Spot","Perm Central Business","Secondary Bus Strip","Zero Lot Line","Unit Abuts Elevator","Average","Condominimum Hi-Rise","Condominimum Lo-Rise","Condo","Corner Unit","Condominimum Villas","Duplex","End Unit","Excellent","Fire Damage","Front Unit","Good","Inferior","Interior Unit","Outside City","Penthouse","Recreational","River","Rear Unit","Split Plan/Master","Superior","Typical","Exterior Unit","Apartment/Condo","Apartment","Buildable","City","Commercial","Secondary","Front","Homesite","Industrial","Institutional","Mobile Home","Neighborhood","Primary","Residual","Rehabilitation","Road","Restaurant","Rear Unit","Warehouse","Excess","Airport","Average","Bay","Best","Bluff","Better","Canal","City","Creek/Lake","Canyon","Conservation / Protected Area","Canyon/Valley","Excellent","Fair","Golf Course","Good","Greenbelt/Park","Gulf","Hills/Mountains","Hill/Valley","Inferior","Interstate","Inland Waterway","Intercoastal Waterway","Lake","Lagoon","Lake/Pond","Mountain","Mountain/Ocean","Obstructed","Ocean","Park","Pond","Parking","Prime","Pool","Premium","Poor","Recreational","Road","River","Standard","Suburban","Superior","Street","Typical","Woodland","Water","Water View"]},"GarageSqFt":{"type":"integer","example":888,"description":"This is the total square footage of the primary garage or parking area.\n"},"LotFrontFootage":{"type":"integer","example":888,"description":"The linear feet across the front of the lot - facing the street.\n"},"LotDepthFootage":{"type":"integer","example":888,"description":"The linear feet between the front and back of the lot.\n"},"isSameMailingOrExempt":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the property is owner-occupied. If the owner claims this property as their primary residence OR the owner's address is the same as the site address, the property is considered owner-occupied. Non-owner-occupied properties include long-term rentals, short-term rentals, vacation properties, and second homes. Non-owner-occupied property owners are also called absentee owners.\n"},"isNotSameMailingOrExempt":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the property is non-owner-occupied. If the owner claims this property as their primary residence OR the owner's address is the same as the site address, the property is considered owner-occupied. Non-owner-occupied properties include long-term rentals, short-term rentals, vacation properties, and second homes. Non-owner-occupied property owners are also called absentee owners.\n"},"isHighEquity":{"type":"integer","enum":[0,1],"example":1,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Whether or not this property has at least 40% equity."},"children":[]}]}]}]},"isUnderwater":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property has more outstanding debt (loans or liens) than the property is worth.\n"},"isFreeAndClear":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property is debt-free with no recorded loans outstanding.\n"},"isRecentFlip":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property was flipped within the last 180 days.\n"},"isRecentSale":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property was sold within the last 180 days.\n"},"isCashBuyer":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the owner of this property was a cash buyer. This is determined by whether or not there was a loan taken concurrently with the purchase.\n"},"isDeceasedProperty":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property has one or more owners who may now be deceased.\n"},"isSiteVacant":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the property has been identified as vacant by the United States Postal Service. This data is made available in order to suppress mailing to undeliverable addresses.\n"},"OwnershipType":{"type":"string","description":"The type of ownership: individual, couple, multiple owners, corporate or trust.\n","enum":["Trust","Multiple owners","Couple","Corporate","Individual"]},"Owner":{"type":"string","description":"The primary owner as provided by the county assessor. May include more than one person or entity.\n"},"Owner2":{"type":"string","description":"The secondary owner as provided by the county assessor.\n"},"OwnerFirstName":{"type":"string","example":"John","description":"The owner's first name.\n"},"OwnerLastName":{"type":"string","example":"Doe","description":"The owner's last name, or the name of a business, trust or other entity.\n"},"OwnerSpouseFirstName":{"type":"string","description":"The first name of the owner's spouse.\n"},"OwnerAddress":{"type":"string","description":"The owner's mailing address per county tax assessor records.\n"},"OwnerCity":{"type":"string","description":"The owner's mailing city per county tax assessor records.\n"},"OwnerZipFive":{"type":"integer","example":"95555","description":"The owner's zip code per county tax assessor records.\n"},"OwnerState":{"type":"string","description":"The owner's state per county tax assessor records.\n","enum":["AL","AK","AS","AZ","AR","CA","CO","CT","DE","DC","FM","FL","GA","GU","HI","ID","IL","IN","IA","KS","KY","LA","ME","MH","MD","MA","MI","MN","MS","MO","MT","NE","NV","NH","NJ","NM","NY","NC","ND","MP","OH","OK","OR","PW","PA","PR","RI","SC","SD","TN","TX","UT","VT","VI","VA","WA","WV","WI","WY","AE","AA","AP"]},"OwnerCityStateZip":{"type":"string"},"isMailVacant":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the owner's mailing address has been identified as vacant by the United States Postal Service. This data is made available in order to suppress mailing to undeliverable addresses.\n"},"MailCongressionalDistrict":{"type":"string","description":"The number of the owner's congressional district within the state, between 1st and 53rd, based on their mailing address.\n","enum":["1st","2nd","3rd","4th","5th","6th","7th","8th","9th","10th","11th","12th","13th","14th","15th","16th","17th","18th","19th","20th","21st","22nd","23rd","24th","25th","26th","27th","28th","29th","30th","31st","32nd","33rd","34th","35th","36th","37th","38th","39th","40th","41st","42nd","43rd","44th","45th","46th","47th","48th","49th","50th","51st","52nd","53rd","At-Large"]},"isSameMailing":{"type":"integer","enum":[0,1],"example":1,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Whether or not the mailing address for the property tax bill is the same as the property address. "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is commonly used as an indicator of whether or not the property is Owner Occupied, and in many areas is a good way to determine which properties are likely to be rentals. In some areas, however, there is no mail delivery to the property and therefore the owner's mailing address may be different even though they do occupy the property."},"children":[]}]}]}]},"AVM":{"type":"string","example":89,"description":"The estimate of the property's value based on public records data. Referred to in the industry as an automated valuation model or AVM.\n"},"ValuePerSF":{"type":"string","example":89,"description":"The estimated value per square foot (estimated value divided by sq ft).\n"},"AssessedValue":{"type":"string","example":89,"description":"Total taxable value of the property including land and improvements.\n"},"EstimatedRent":{"type":"string","example":89,"description":"Estimated rental value is based on HUD Fair Market Rental data.\n"},"EstimatedTaxRate":{"type":"string","example":88.9,"description":"The annual property taxes as a percentage of the total assessed value of the property.\n"},"OwnerExemption":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the owner of the property claimed the property as their primary residence in order to receive the homeowner's property tax exemption. In a resort area, which often have many second homes, lack of exemption more likely indicates second homes than rentals. Useful only in states or counties where homeowner exemption data is recorded.\n"},"LandValue":{"type":"string","example":89,"description":"The assessed value of the land.\n"},"ImpValue":{"type":"string","example":89,"description":"The assessed value of the buildings, structures and other improvements to the land.\n"},"AssessedYear":{"type":"string","example":1988,"description":"Year the property was last assessed.\n"},"AnnualTaxes":{"type":"string","example":89,"description":"Annual property taxes.\n"},"EquityPercent":{"type":"string","example":88,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Estimated equity as a percent of the estimated property value taking into account all loans which are modeled to be open on the property. For example a property with an open $80,000 first mortgage and a property value of $100,000 would have 20% equity. It is not possible to have more than 100% equity since it is impossible to own more than all of something. It is however possible to have less than 0% equity, or negative equity, as it is possible to have loans for more than the property is worth."},"children":[]}]}]}]},"CLTV":{"type":"string","example":88,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The combined loan amounts of all loans modeled to be open on the property as a percentage of the estimated property value. For example a property with a first mortgage of $50,000, a second mortgage of $30,000 and an estimated value of $100,000 would have a combined loan to value (CLTV) of 80%."},"children":[]}]}]}]},"TotalLoanBalance":{"type":"string","example":89,"description":"The estimated combined amount of all open loans (noted as 1st, 2nd or 3rd) based on our computer model.\n"},"AvailableEquity":{"type":"string","example":89,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Estimated dollar value of the equity in the property calculated as estimated property value minus the sum of all loans which are modeled to be open on the property. For example a property with a first mortgage of $50,000, a second mortgage of $30,000 and an estimated value of $100,000 would have $20,000 in estimated equity."},"children":[]}]}]}]},"NumberLoans":{"type":"integer","example":3,"description":"The estimated number of loans that are currently open and outstanding on the property. \n"},"FirstPurpose":{"type":"string","description":"The purpose of the mortgage - purchase, rate and term refinance, cash out refinance, construction, home equity line (HELOC), or reverse mortgage.\n","enum":["Cash Out","Construction","ELOC","Purchase Money","R & T Refi","Reverse","Wrap","Unknown"]},"FirstLoanType":{"type":"string","description":"The type of loan - Conforming, Non-Conforming (Jumbo), Private, Seller (carryback), FHA, VA, SBA, Conventional.\n","enum":["SBA","Conforming","FHA","Non-Conforming (Jumbo)","Conventional","Private","Seller","VA","Unknown"]},"FirstDate":{"example":"1984-01-24","description":"The date the mortgage was recorded at the county.\n","enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"FirstConcurrent":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this loan was made concurrently (at the same time) as another.\n"},"FirstAmount":{"type":"string","example":89,"description":"The loan amount of the mortgage.\n"},"FirstCashOut":{"type":"string","example":89,"description":"The estimated cash available to the borrower after refinancing or taking additional financing.\n"},"FirstAmountLTV":{"type":"string","example":89,"description":"The loan amount as a percentage of the estimated value at the time the loan was made.\n"},"FirstTermInYears":{"type":"string","description":"The amortization period of the mortgage.\n","enum":["1 year","2 years","3 years","5 years","7 years","10 years","15 years","20 years","25 years","30 years","35 years","40 years","Other","Unknown"]},"FirstLenderOriginal":{"type":"string","description":"The lender name for the mortgage as originally recorded.\n"},"FirstRateType":{"type":"string","description":"The type of interest rate - fixed, adjustable, or variable.\n","enum":["Fixed","Adjustable","Unknown"]},"FirstRate":{"type":"number","example":888,"description":"The interest rate of the mortgage. Note that this will be estimated for fixed rate mortgages as the actual rate is not public record. \n"},"SecondPurpose":{"type":"string","description":"The purpose of the mortgage - purchase, rate and term refinance, cash out refinance, construction, home equity line (HELOC), or reverse mortgage.\n","enum":["Cash Out","Construction","ELOC","Purchase Money","R & T Refi","Reverse","Wrap","Unknown"]},"SecondLoanType":{"type":"string","description":"The type of loan - Conforming, Non-Conforming (Jumbo), Private, Seller (carryback), FHA, VA, SBA, Conventional.\n","enum":["SBA","Conforming","FHA","Non-Conforming (Jumbo)","Conventional","Private","Seller","VA","Unknown"]},"SecondDate":{"example":"1984-01-24","description":"The date the mortgage was recorded at the county.\n","enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"SecondConcurrent":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this loan was made concurrently (at the same time) as another.\n"},"SecondAmount":{"type":"string","example":89,"description":"The loan amount of the mortgage.\n"},"SecondCashOut":{"type":"string","example":89,"description":"The estimated cash available to the borrower after refinancing or taking additional financing.\n"},"SecondAmountLTV":{"type":"string","example":89,"description":"The loan amount as a percentage of the estimated value at the time the loan was made.\n"},"SecondTermInYears":{"type":"string","description":"The amortization period of the mortgage.\n","enum":["1 year","2 years","3 years","5 years","7 years","10 years","15 years","20 years","25 years","30 years","35 years","40 years","Other","Unknown"]},"SecondLenderOriginal":{"type":"string","description":"The lender name for the mortgage as originally recorded.\n"},"SecondRateType":{"type":"string","description":"The type of interest rate - fixed, adjustable, or variable.\n","enum":["Fixed","Adjustable","Unknown"]},"SecondRate":{"type":"number","example":888,"description":"The interest rate of the mortgage. Note that this will be estimated for fixed rate mortgages as the actual rate is not public record. \n"},"ForeclosureSelector":{"type":"string"},"NoticeKey":{"type":"integer"},"inForeclosure":{"type":"integer","enum":[0,1],"example":1,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Whether or not the property is considered to be currently in foreclosure."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In Foreclosure includes properties that are currently in one of the following stages of foreclosure: Preforeclosure (have recently had a notice of default filed and have not yet been sold or had a notice of trustee sale filed); Auction (A notice of trustee sale has been filed, and the sale has not yet been held or cancelled); or the property is Bank Owned (foreclosure sale was held, but did not receive any bids and the property is now bank owned and has not yet been resold)."},"children":[]}]}]}]},"inTaxDelinquency":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property had delinquent property taxes as of the last tax status update.\n"},"DelinquentAmount":{"type":"string","example":89,"description":"The estimated amount of property taxes delinquent as of the last tax status update.\n"},"DelinquentYear":{"type":"string","example":1988,"description":"The tax year for which the property taxes first became delinquent.\n"},"NumberDelinquentInstallments":{"type":"integer","example":888,"description":"The estimated number of missed property tax payments as of the last tax status update.\n"},"TaxYear":{"type":"string","description":"The tax year for which the tax payment amounts and delinquent status were last updated.\n"},"TaxYearBegin":{"type":"string","example":1988},"TaxYearEnd":{"type":"string","example":1988},"FirstPaymentInstallment":{"type":"string","description":"The first property tax installment amount and payment status as of the last tax status update.\n"},"FirstInstallmentAmount":{"type":"string","example":89},"FirstInstallmentPaid":{"type":"string","enum":["Paid","Unpaid"]},"SecondPaymentInstallment":{"type":"string","description":"The second property tax installment amount and payment status as of the last tax status update.\n"},"SecondInstallmentAmount":{"type":"string","example":89},"SecondInstallmentPaid":{"type":"string","enum":["Paid","Unpaid"]},"ThirdPaymentInstallment":{"type":"string","description":"The third property tax installment amount and payment status as of the last tax status update.\n"},"ThirdInstallmentAmount":{"type":"string","example":89},"ThirdInstallmentPaid":{"type":"string","enum":["Paid","Unpaid"]},"FourthPaymentInstallment":{"type":"string","description":"The fourth property tax installment amount and payment status as of the last tax status update.\n"},"FourthInstallmentAmount":{"type":"string","example":89},"FourthInstallmentPaid":{"type":"string","enum":["Paid","Unpaid"]},"LastTransferRecDate":{"example":"1984-01-24","description":"The date the most recent change of ownership was recorded at the county recorder's office. If you select Before a specific date, this search will also return any properties for which we do not have a purchase date, as those properties would all have been purchased before we started getting data for that county.\n","enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"LastTransferType":{"type":"string","description":"The transfer type of the most recent ownership change.\n","enum":["Market","Market Flip","Short Sale","Short Sale Flip","Short Sale-FCL","REO Resale","REO Flip","3rd Resale","Tax Resale","Trustees Deed - REO","Trustees Deed - 3rd","Trustees Deed - Unknown","Deed in Lieu of Foreclosure","Tax Deed","Sheriffs Deed - Reo","Sheriffs Deed - 3rd","Sheriffs Deed - Unknown"]},"LastTransferValue":{"type":"string","example":89,"description":"The amount of the most recent change of ownership recorded at the county recorder's office. Not all change of ownerships will have an amount.\n"},"LastTransferDownPayment":{"type":"string","example":89},"LastTransferDownPaymentPercent":{"type":"string","example":89,"description":"Down payment at most recent change of ownership. Down payment is the percentage of money the buyer put into the purchase in addition to any financing they may have received. Calculated as purchase price - total of all loans taken against property on day of purchase. Not all change of ownerships will have a down payment.\n"},"LastTransferSeller":{"type":"string","description":"The person transferring title to or an interest in real property for the most recent change of ownership\n"},"PriorTransferChangeInPrice":{"type":"string","example":89,"description":"The dollar increase or decrease in purchase amount from the previous change in ownership. Calculated as most recent change in ownership purchase amount minus the previous purchase amount.\n"},"PriorTransferChangeInPricePercent":{"type":"string","example":89,"description":"The percentage change in purchase amount from the previous change in ownership. Calculated as (most recent purchase amount - previous purchase amount) / previous purchase amount.\n"},"PriorTransferMonthsSince":{"type":"integer","example":888,"description":"The number of months between the most recent change in ownership and the previous change in ownership. \n"},"ListingPrice":{"type":"string","example":89,"description":"The asking price of the property listed for sale.\n"},"ListingPricePerSqFt":{"type":"string","description":"The listing price divided by the square footage of the property.\n"},"ListingDate":{"example":"1984-01-24","description":"The date the property was listed for sale or first detected as listed for sale.\n","enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"DaysOnMarket":{"type":"integer","example":888,"description":"Number of days since the property was listed for sale. For properties that are no longer active, this is the number of days between the date the property was originally listed, and its final status (sold, expired, etc).\n"},"InterestLevel":{"type":"integer","description":"Your interest level in the property.\n","enum":[0,"*","**","***","****","*****"]},"StatusLevel":{"type":"integer","description":[{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"⚠️"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" The enumerated list below shows the "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"default"},"children":[]}]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" statuses, which you may have adjusted. Use the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#operation/GET/accounts/preferences/statuses"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"View status level labels"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint to see the labels for "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"your"},"children":[]}]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" statuses."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ℹ️"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" Status values begin with 1, not 0."},"children":[]},{"$$mdtype":"Node","type":"hardbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status you assigned to the property. You can define possible values for status by selecting Edit Status Settings."},"children":[]}]}]}]}]},"isListedForSale":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not the property is currently listed for sale in an MLS.\n"},"isListedForSaleByOwner":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property is currently listed for sale by owner.\n"},"Persons":{"type":"array","items":{"type":"object"},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An array of Person objects, one for each owner.  See the GET "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/api/persons/get/properties/radarid/persons"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Persons"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint documentation for descriptions of the fields (only fields in the \"overview\" fieldset are output here; only documented fields are supported, and the response structure may change in future versions)."},"children":[]}]}]}]},"PropertyHasOpenPersonLiens":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not an owner of the property has an open lien filed against them. Liens on individual owners typically must be paid when the property is sold, and may impact purchases at foreclosure sale if the lien is senior to the foreclosing loan.\n"},"PropertyHasOpenLiens":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property has an open lien filed against it.\n"},"hasRecentEviction":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property has had an eviction filed within the last 60 days.\n"},"inProbateProperty":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not any owner of this property has had probate filed after they purchased or otherwise owned the property.\n"},"inDivorce":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not any owner of this property has had divorce proceedings filed after they purchased or otherwise owned the property.\n"},"inBankruptcyProperty":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not any owner of the property is currently in bankruptcy.\n"},"MyValue":{"type":"string","example":89,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The amount you expect the property to be resold for upon the conclusion of a flip. If repairs are planned this should be the after repairs value (ARV), rather than the current market value. By default this is set to the estimated value which is determined by an automated valuation model using public records data. It is important to consider many factors when determining price, including comps, the unique characteristics of the property, and market conditions & direction."},"children":[]}]}]}]},"MyValuePerSqFt":{"type":"string"},"MyValueDate":{"type":"string","example":"1984-01-24"},"AVMPerSqFt":{"type":"string","description":"The estimated value per square foot (estimated value divided by sq ft).\n"},"AVMAsOf":{"type":"string","example":"1984-01-24"},"AVMReliability":{"type":"integer","description":"The confidence in the Estimated Value, from 0 to 100.\n"},"RentBreakEven":{"type":"string","example":89,"description":"The maximum amount you would pay for this property at which the rent (value entered in My Rent) would cover your estimated mortgage interest and taxes, assuming prevailing mortgage interest rates for a 30 year mortgage and basic lending guidelines.\n"},"RentBreakEvenPerSqFt":{"type":"string"},"RentBreakEvenDate":{"type":"string","example":"1984-01-24"},"MyRent":{"type":"string","example":89,"description":"The expected monthly rental income for the property. By default this is set to the HUD fair market rent for the property.\n"},"MyRentPerSqFt":{"type":"string"},"MyRentDate":{"type":"string","example":"1984-01-24"},"HUDRent":{"type":"string","example":89,"description":"HUD Fair Market Rent for similar properties in this zipcode.\n"},"HUDRentPerSqFt":{"type":"string"},"HUDRentDate":{"type":"string","example":"1984-01-24"},"ValueBreakEven":{"type":"string","example":89,"description":"Minimum rent needed to cover the estimated mortgage interest and taxes for the purchase amount (value entered in My Value) assuming prevailing mortgage interest rates for a 30 year mortgage and basic lending guidelines.\n"},"ValueBreakEvenPerSqFt":{"type":"string"},"ValueBreakEvenDate":{"type":"string","example":"1984-01-24"},"Comparables":{"type":"string"},"PhotoURL1":{"type":"string"},"PrimaryName":{"type":"string","description":"The full name of the primary contact associated with the property.\n"},"PrimaryFirstName":{"type":"string","description":"The first name of the primary contact associated with the property.\n"},"PrimaryLastName":{"type":"string","description":"The last name of the primary contact associated with the property.\n"},"PrimaryPhone1Status":{"type":"string","description":"The status of the first phone number for the primary contact associated with the property.\n"},"PrimaryMobilePhone1Status":{"type":"string","description":"The status of the first mobile phone number for the primary contact associated with the property.\n"},"SecondaryPhone1Status":{"type":"string","description":"The status of the first phone number for the secondary contact associated with the property.\n"},"SecondaryMobilePhone1Status":{"type":"string","description":"The status of the first mobile phone number for the secondary contact associated with the property.\n"},"PrimaryPhone1Hashed":{"type":"string","description":"The first phone number for the primary contact associated with the property, hashed into a unique hexadecimal string. Commonly used as a unique identifier in marketing systems.\n"},"PrimaryEmail1Hashed":{"type":"string","description":"The first email address for the primary contact associated with the property, hashed into a unique hexadecimal string. Commonly used as a unique identifier in marketing systems.\n"},"PrimaryEmail1Status":{"type":"string","description":"The status of the first email number for the primary contact associated with the property.\n"},"SecondaryEmail1Status":{"type":"string","description":"The status of the first email number for the secondary contact associated with the property.\n"},"SecondaryName":{"type":"string","description":"The full name of the secondary contact associated with the property.\n"},"SecondaryFirstName":{"type":"string","description":"The first name of the secondary contact associated with the property.\n"},"SecondaryLastName":{"type":"string","description":"The last name of the secondary contact associated with the property.\n"},"SecondaryPhone1Hashed":{"type":"string","description":"The first phone number for the secondary contact associated with the property, hashed into a unique hexadecimal string. Commonly used as a unique identifier in marketing systems.\n"},"SecondaryEmail1Hashed":{"type":"string","description":"The first email address for the secondary contact associated with the property, hashed into a unique hexadecimal string. Commonly used as a unique identifier in marketing systems.\n"},"PhoneAvailability":{"type":"string","examples":["available","owned"],"description":"Indicates whether a phone is available for an owner of this property.\n"},"EmailAvailability":{"type":"string","examples":["available","owned"],"description":"Indicates whether an email is available for an owner of this property.\n"},"PropertyURL":{"type":"string","example":"https://goradar.it/P2432C63"},"FloodZone":{"type":"string","description":"The flood zone designation as defined by the Federal Emergency Management Agency (FEMA).\n","enum":["A","A99","AE","AH","AO","AR","D","V","VE","X"]},"FloodZoneRisk":{"type":"string","description":"The flood risk as defined by the Federal Emergency Management Agency (FEMA).\n","enum":["High","Minimal","Moderate","High Coastal","Undeterminate"]},"FloodMapDate":{"type":"string","example":"1984-01-24"},"FloodMapNumber":{"type":"object","properties":{"linktext":{"type":"string","example":"17111C0200J"},"href":{"type":"string","example":"https://map1.msc.fema.gov/firm?id=17111C0200J"}}},"DistressScore":{"type":"integer","example":3,"description":"The level of distress between 0 and 100 that a property or its owner is likely currently experiencing. Zero represents no current distress indicators, while 100 represents multiple severe distress indicators.\n"},"LikelyListingScore":{"type":"integer","example":80,"description":"An estimate of how likely this property is to be listed for sale in the next 6 months, on a scale of 0 to 100. Higher scores indicate higher relative likelihood. For marketing use only.\n"},"LikelyPurchaseScore":{"type":"integer","example":80,"description":"An estimate of how likely the owners of this property are to apply for a new purchase mortgage in the next 6 months, on a scale of 0 to 100. Higher scores indicate higher relative likelihood. For marketing use only.\n"},"LikelyRefinanceScore":{"type":"integer","example":80,"description":"An estimate of how likely the owners of this property are to refinance their mortgage in the next 6 months, on a scale of 0 to 100. Higher scores indicate higher relative likelihood. For marketing use only.\n"},"LikelyHelocScore":{"type":"integer","example":80,"description":"An estimate of how likely the owners of this property are to open a Home Equity Line of Credit (HELOC) in the next 6 months, on a scale of 0 to 100. Higher scores indicate higher relative likelihood. For marketing use only.\n"},"isExpiredListing":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not a listing on this property has expired within the last 6 months, and no new listing has been filed since.\n"},"ForeclosureStage":{"type":"string","description":"The current stage of foreclosure.\n","enum":["Preforeclosure","PF New Filing","PF Sold","PF Outdated","PF Released","Auction","Auction Outdated","Auction Unknown","Sale Pending","Auction Cancelled","Auction Cancelled Resold","Auction Released","Bank Owned","Bank Resold","Bank Rescinded","Bank Held","3rd Owned","3rd Resold","3rd Rescinded","3rd Held"]},"SaleTime":{"type":"string","description":"The time at which the foreclosure auction will be held.\n","enum":["8:30am","8:45am","9:00am","9:15am","9:30am","9:45am","10:00am","10:15am","10:30am","10:45am","11:00am","11:15am","11:30am","11:45am","12:00pm","12:15pm","12:30pm","12:45pm","1:00pm","1:15pm","1:30pm","1:45pm","2:00pm","2:15pm","2:30pm","2:45pm","3:00pm","3:15pm","3:30pm","3:45pm","4:00pm","4:15pm","4:30pm","4:45pm","5:00pm","5:15pm"]},"SalePlace":{"type":"string","description":"The address and city for the foreclosure auction.\n"},"SaleAmount":{"type":"string","example":89,"description":"The published bid in the notice of trustee sale. Typically represents the total amount owed on the loan as of the original sale date. May be discounted when the lender sets the opening bid.\n"},"OpeningBid":{"type":"string","example":88.88,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The amount the bidding will or did start at. May be discounted from the published bid."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"WinningBid":{"type":"string","example":88.88,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The winning bid at auction. If the property is sold back to the lender this is the same amount as the opening bid. If it is sold to a 3rd party this is at least $.01 more."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"DOTPosition":{"type":"string","description":"The estimated position of the loan in foreclosure versus other open loans on the property at the time of foreclosure. Possible positions include the first, second or third mortgage. Note that we estimate these positions using a computer model and they should not be relied upon for purchasing without verification.\n","enum":["First","Second","Third"]},"SaleDate":{"example":"1984-01-24","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For notices of trustee sale: the date on which the sale is currently scheduled to occur for active foreclosures, or the last scheduled date for sales that have occurred or been cancelled."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For notices of default (preforeclosures): this is the estimated date of when the sale could first occur."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}],"enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"PostReason":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The reason the sale was postponed to a future sale date. If the sale has not yet been postponed then the reason is set to original indicating that the current sale date is the original sale date. Multiple reasons can be selected."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}],"enum":["","Trustees Discretion","Mutual Agreement","Unknown","Bankruptcy","Original","Operation of Law","Beneficiary Request"]},"TrusteeSaleNum":{"type":"string","description":"The unique number assigned by trustee to identify a particular foreclosure.\n"},"PreviousSaleDate":{"example":"1984-01-24","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Trustee sales can be postponed one or more times. The prior sale date is the date the foreclosure was scheduled for prior to the current sale date."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}],"enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"OriginalSaleDate":{"example":"1984-01-24","description":"Trustee sales can be postponed one or more times. The original sale date is the date the foreclosure sale was initially published to be held on.\n","enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"Trustee":{"type":"string","description":"The name of the trustee handling the foreclosure.\n"},"TrusteePhone":{"type":"string","example":"800-555-1212","description":"The phone number to call for updated information on the trustee sale, displayed in the format: 916-555-1212\n"},"ForeclosingLender":{"type":"string","description":"The name of the foreclosing lender.\n"},"DOTAmount":{"type":"string","example":89,"description":"The amount of the loan in foreclosure.\n"},"DOTRecDate":{"example":"1984-01-24","description":"The date the loan document (Deed of Trust) was recorded at the county recorder's office. \n","enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"DOTDocNum":{"type":"string"},"ForeclosureRecDate":{"example":"1984-01-24","description":"The date the document was recorded at the county recorder's office. In some counties this may also be shown as the page.\n","enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"ForeclosureDocType":{"type":"string","description":"The type of foreclosure document, grouped by judicial and non-judicial foreclosures. In judicial foreclosures the process usually starts with a Lis Pendens or Final Judgement document (Preforeclosure). The foreclosure auction is then scheduled by a Notice of Sheriff Sale or, in Florida, the Final Judgement document (Auction). In non-judicial foreclosures the process usually starts with a Notice of Default or Substitution of Trustee document (Preforeclosure). The foreclosure auction is then scheduled by a Notice of Trustee Sale (Auction). Be sure to review our Foreclosure Stage criteria which works for both judicial and non-judicial foreclosures and takes into account the current status of the foreclosure as well as the document type.\n","enum":["Lis Pendens","Final Judgement","Final Judgement Florida","Notice of Sheriff Sale","Notice of Default","Substitution of Trustee","Notice of Trustee Sale"]},"ForeclosureDocNumber":{"type":"string","description":"The document number is a unique number assigned by the recorder's office to identify a particular document.\n"},"ForeclosureBookNumber":{"type":"string","description":"Recorder's book, used by some counties to record transactions.\n"},"ForeclosurePageNumber":{"type":"string","description":"Page in recorder's book, used by some counties to record transactions.\n"},"Attorney":{"type":"string","description":"Name of attorney involved in the preparation of the notice.\n"},"AttorneyPhone":{"type":"string","example":"8005551212","description":"Telephone number for attorney involved in preparation of the notice.\n"},"CaseNumber":{"type":"string","description":"Case number assigned by courthouse.\n"},"LisPendensType":{"type":"string","description":"One of the four following types of lawsuits that is being noticed as pending. 1) Foreclosure on mortgage, 2) foreclosure on HOA lien, 3) foreclosure on non-HOA property lien, or 4) other non-foreclosure legal action.\n","enum":["Non-Foreclosure","Mortgage Foreclosure","HOA Foreclosure","Lien Foreclosure"]},"OpeningBidDividedByAVM":{"type":"number","example":888,"description":"The opening bid as a percentage of the estimated property value (AVM). \n"},"DefaultAmount":{"type":"string","example":89,"description":"The amount shown in the notice of default which is required to bring the loan current as of the default date.\n"},"DefaultAsOf":{"example":"1984-01-24","description":"The date on which the default amount was calculated.\n","enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"TrusteeAddress":{"type":"string"},"TrusteeCityStZip":{"type":"string"},"LenderAddress":{"type":"string"},"LenderCityStZip":{"type":"string"},"isPreforeclosure":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property has a recent preforeclosure notice filed against it.\n"},"isAuction":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property is currently scheduled for foreclosure auction or has recently had a notice of foreclosure auction filed against it.\n"},"isBankOwned":{"type":"integer","enum":[0,1],"example":1,"description":"Whether or not this property was recently sold back to the bank at a foreclosure auction.\n"},"SaleDateRelative":{"example":"1984-01-24","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For notices of trustee sale: the date on which the sale is currently scheduled to occur for active foreclosures, or the last scheduled date for sales that have occurred or been cancelled."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For notices of default (preforeclosures): this is the estimated date of when the sale could first occur."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}],"enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"Transactions":{"type":"string"},"CountyRecorderLink":{"type":"string"},"DisclaimerDetails":{"type":"string"},"CompsSales":{"type":"string"},"CompsListingsForSale":{"type":"string"},"_links":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HATEOS links for this resource.  http://stateless.co/hal_specification.html"},"children":[]}]}]}]},"EvictionFilings":{"type":"string"}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20},"totalResultCount":{"type":"integer","description":"The total number of records that match the search criteria","example":1000},"maxDistanceMiles":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The farthest result in miles from the address specified in "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LimitNearest"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":","},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"only returned when the search criterion "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"LimitNearest"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" is used.  Will not exceed 250 miles."},"children":[]}]}]}],"example":10}}},"id":"schema_699"},"schema_700":{"kind":"json-schema","data":{"default":500,"type":"integer"},"id":"schema_700"},"schema_701":{"kind":"json-schema","data":{"type":"object","properties":{"Criteria":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"anyOf":[{"type":"array","items":{"type":["number"]},"maxItems":500},{"type":"array","items":{"type":["string"]},"maxItems":500},{"type":"string"},{"type":"object","title":"Radius","properties":{"type":{"type":"string"},"coordinates":{"type":"array","items":{"type":"number"},"minItems":2,"maxItems":2},"radius":{"type":"number"},"radius_units":{"type":["string","null"]}},"required":["type","coordinates","radius"],"additionalProperties":false},{"type":"object","title":"Polygon","properties":{"type":{"type":"string","enum":["Polygon","MultiPolygon"]},"coordinates":{"type":"array"}},"required":["type","coordinates"],"additionalProperties":false},{"type":"array","items":{"type":["array"],"items":{"type":["number","null","string"]}},"maxItems":500},{"type":"array","items":{"type":["object"],"title":"PropertyType","properties":{"name":{"type":"string"},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}}},"additionalProperties":false},"maxItems":500},{"title":"LimitSort","type":"array","items":{"type":"object","properties":{"limit":{"type":"number","description":"The number of properties to return.  Must be greater than 0."},"sort_dir":{"type":"string","enum":["ASC","DESC"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The direction to sort the properties.  "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ASC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for ascending (lowest to highest or a-z) and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DESC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for descending (highest to lowest or z-a)."},"children":[]}]}]}]},"sort_field":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The field to sort the properties by.  Must be a valid property field.  For example, "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to sort by square footage."},"children":[]}]}]}]}},"required":["limit","sort_dir","sort_field"],"additionalProperties":false},"maxItems":1},{"title":"LimitNearest","type":"array","items":{"type":["object"],"properties":{"type":{"type":"string","enum":["address","business_address","current_location"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of location to search around.  With "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a full address, with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a latitude and longitude, and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"business_address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" looks up your business address in Brand Center."},"children":[]}]}]}]},"limit":{"anyOf":[{"type":"integer","minimum":1},{"type":"string","pattern":"^[1-9][0-9]*$"}]},"address":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The full address to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"label":{"type":"string"},"latitude":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The latitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"longitude":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The longitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}}},"maxItems":1}]},"menuLabels":{"type":["array","null"],"items":{"type":"string"},"description":"Human-readable labels for each selected value, when applicable."},"chipLabel":{"type":["string","null"],"description":"Human-readable summary label for display in filter chips."}},"additionalProperties":false,"required":["name","value"]},"example":[{"name":"State","value":["OR"]},{"name":"ZipFive","value":[97202,97212]},{"name":"Beds","value":[[6,null]]},{"name":"Pool","value":[1]},{"name":"PropertyType","value":[{"name":"PType","value":["SFR"]},{"name":"AdvancedPropertyType","value":["106","119","131"]}]}]}}},"id":"schema_701"},"schema_702":{"kind":"json-schema","data":{"default":"default","type":"array","items":{"type":"string","enum":["default","ItemNumber","RadarID","Latitude","Longitude","Address","City","PType","State","Beds","Baths","SqFt","Units","LotSize","YearBuilt","Score","TransferValue","TransferDate","TransferType","PricePerSqFt","AVM","ValuePerSF","ValuePerSFRaw","EquityPercent","-default","-ItemNumber","-RadarID","-Latitude","-Longitude","-Address","-City","-PType","-State","-Beds","-Baths","-SqFt","-Units","-LotSize","-YearBuilt","-Score","-TransferValue","-TransferDate","-TransferType","-PricePerSqFt","-AVM","-ValuePerSF","-ValuePerSFRaw","-EquityPercent"]}},"id":"schema_702"},"schema_703":{"kind":"json-schema","data":{"default":10,"type":"integer"},"id":"schema_703"},"schema_704":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","enum":["SFR","CND","MFR","APT","RES","COM","IND","AGR","LND","GOV","REC","TRA","UTL","OTH","UNK"]}},"id":"schema_704"},"schema_705":{"kind":"json-schema","data":{"type":"integer"},"id":"schema_705"},"schema_706":{"kind":"json-schema","data":{"default":"Market,MarketFlip,ShortSale,ShortSaleFlip,ShortSaleForeclosure,REOResale,REOFlip,3rdResale","type":"array","items":{"type":"string","enum":["","Market","MarketFlip","REOFlip","REOResale","3rdResale","ShortSale","ShortSaleForeclosure","ShortSaleFlip"]}},"id":"schema_706"},"schema_707":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"ItemNumber":{"type":"string","example":"1","description":"A number to display in the list and on corresponding map icons."},"RadarID":{"type":"string","examples":["P8A0E18D","P16926CB"],"description":"Unique ID for locating properties within PropertyRadar.\n"},"Latitude":{"type":"number","example":"45.52155","description":"The geographic coordinate in decimal degrees that specifies the north-south position of the center of the property.\n"},"Longitude":{"type":"number","example":"-122.6660","description":"The geographic coordinate in decimal degrees that specifies the east-west position of the center of the property.\n"},"Address":{"type":"string","example":"123 Main St","description":"Street address at which the property is located.\n"},"City":{"type":"string","description":"City in which the property is located.\n"},"PType":{"type":"string","example":"SFR","description":"Override the basic property type of the subject property Basic property types, derived and standardized across counties from county Use Codes.\n","enum":["Single Family","Condominium","Multi-Family 2-4","Multi-Family 5+","Other Res.","Commercial","Industrial","Agricultural","Land","Government","Recreation","Transport","Utility","Other","Unknown"]},"State":{"type":"string","description":"State in which the property is located.\n","enum":["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","District of Columbia","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Virginia","Vermont","Washington","West Virginia","Wisconsin","Wyoming"]},"Beds":{"type":"integer","example":"2","description":"The number of bedrooms in the primary structure.\n"},"Baths":{"type":"string","example":"1.25","description":"The number of bathrooms in the primary structure (.5 is toilet and sink only, .75 adds shower but no tub).\n"},"SqFt":{"type":"integer","example":"2,400","description":"The square footage of the primary structure.\n"},"Units":{"type":"integer","example":10,"description":"The number of units, if the property contains more than one.\n"},"LotSize":{"type":"integer","example":888,"description":"The size of the lot in square feet.\n"},"YearBuilt":{"type":"string","example":"1974","description":"The year the property was built. Note that many counties will only have this data for newer properties after whatever date they began tracking it.\n"},"Score":{"type":"number","example":888,"description":"A number to indicate how closely the property matches the subject property, from 100 for a great match down to 1"},"TransferValue":{"type":"string","example":"$546,000","description":"The amount of the most recent change of ownership recorded at the county recorder's office. Not all change of ownerships will have an amount.\n"},"TransferDate":{"type":"string","example":"6/12/2017","description":"The date the most recent change of ownership was recorded at the county recorder's office. If you select Before a specific date, this search will also return any properties for which we do not have a purchase date, as those properties would all have been purchased before we started getting data for that county.\n"},"TransferType":{"type":"string","description":"The transfer type of the most recent ownership change.\n","enum":["","Market","Market Flip","REO Flip","REO Resale","3rd Resale","Short Sale","Short Sale-FCL","Short Sale Flip"]},"PricePerSqFt":{"type":"string","example":89,"description":"The estimated value of the property divided by its square footage."},"AVM":{"type":"string","example":89,"description":"The estimate of the property's value based on public records data. Referred to in the industry as an automated valuation model or AVM.\n"},"ValuePerSF":{"type":"string","example":89,"description":"The estimated value per square foot (estimated value divided by sq ft).\n"},"ValuePerSFRaw":{"type":"string","description":"The estimated value per square foot (estimated value divided by sq ft).\n"},"EquityPercent":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Estimated equity as a percent of the estimated property value taking into account all loans which are modeled to be open on the property. For example a property with an open $80,000 first mortgage and a property value of $100,000 would have 20% equity. It is not possible to have more than 100% equity since it is impossible to own more than all of something. It is however possible to have less than 0% equity, or negative equity, as it is possible to have loans for more than the property is worth."},"children":[]}]}]}]}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_707"},"schema_708":{"kind":"json-schema","data":{"default":"default","type":"array","items":{"type":"string","enum":["default","ItemNumber","RadarID","Latitude","Longitude","Address","City","PType","State","Beds","Baths","SqFt","Units","LotSize","YearBuilt","Score","ListingPrice","ListedOn","ListingStatus","ListingType","ListingPricePerSqFt","DaysOnMarket","-default","-ItemNumber","-RadarID","-Latitude","-Longitude","-Address","-City","-PType","-State","-Beds","-Baths","-SqFt","-Units","-LotSize","-YearBuilt","-Score","-ListingPrice","-ListedOn","-ListingStatus","-ListingType","-ListingPricePerSqFt","-DaysOnMarket"]}},"id":"schema_708"},"schema_709":{"kind":"json-schema","data":{"default":"Market,ShortSale,REO","type":"array","items":{"type":"string","enum":["","Market","ShortSale","REO","TrusteeSale"]}},"id":"schema_709"},"schema_710":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"ItemNumber":{"type":"string","example":"1","description":"A number to display in the list and on corresponding map icons."},"RadarID":{"type":"string","examples":["P8A0E18D","P16926CB"],"description":"Unique ID for locating properties within PropertyRadar.\n"},"Latitude":{"type":"number","example":"45.52155","description":"The geographic coordinate in decimal degrees that specifies the north-south position of the center of the property.\n"},"Longitude":{"type":"number","example":"-122.6660","description":"The geographic coordinate in decimal degrees that specifies the east-west position of the center of the property.\n"},"Address":{"type":"string","example":"123 Main St","description":"Street address at which the property is located.\n"},"City":{"type":"string","description":"City in which the property is located.\n"},"PType":{"type":"string","example":"SFR","description":"Override the basic property type of the subject property Basic property types, derived and standardized across counties from county Use Codes.\n","enum":["Single Family","Condominium","Multi-Family 2-4","Multi-Family 5+","Other Res.","Commercial","Industrial","Agricultural","Land","Government","Recreation","Transport","Utility","Other","Unknown"]},"State":{"type":"string","description":"State in which the property is located.\n","enum":["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","District of Columbia","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Virginia","Vermont","Washington","West Virginia","Wisconsin","Wyoming"]},"Beds":{"type":"integer","example":"2","description":"The number of bedrooms in the primary structure.\n"},"Baths":{"type":"string","example":"1.25","description":"The number of bathrooms in the primary structure (.5 is toilet and sink only, .75 adds shower but no tub).\n"},"SqFt":{"type":"integer","example":"2,400","description":"The square footage of the primary structure.\n"},"Units":{"type":"integer","example":10,"description":"The number of units, if the property contains more than one.\n"},"LotSize":{"type":"integer","example":888,"description":"The size of the lot in square feet.\n"},"YearBuilt":{"type":"string","example":"1974","description":"The year the property was built. Note that many counties will only have this data for newer properties after whatever date they began tracking it.\n"},"Score":{"type":"number","example":888,"description":"A number to indicate how closely the property matches the subject property, from 100 for a great match down to 1"},"ListingPrice":{"type":"string","example":89,"description":"The asking price of the property listed for sale.\n"},"ListedOn":{"type":"string","example":"1984-01-24","description":"The date the property was listed for sale or first detected as listed for sale.\n"},"ListingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The current status of the most recent listing on the property."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Do not use together with Listed For Sale or you may get zero or misleading results."},"children":[]}]}]}]},"ListingType":{"type":"string","description":"The type of listing. Either MLS (Market, ShortSale, Auction, REO, QuickSale, Distressed, NonMarket) or FSBO.\n","enum":["","MLS Market","MLS ShortSale","MLS REO","TrusteeSale"]},"ListingPricePerSqFt":{"type":"string","example":89,"description":"The listing price divided by the square footage of the property.\n"},"DaysOnMarket":{"type":"integer","example":888,"description":"Number of days since the property was listed for sale. For properties that are no longer active, this is the number of days between the date the property was originally listed, and its final status (sold, expired, etc).\n"}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_710"},"schema_711":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"RadarID":{"type":"string","examples":["P8A0E18D","P16926CB"],"description":"Unique ID for locating properties within PropertyRadar.\n"},"Boundary":{"type":"array","example":{"type":"MultiPolygon","coordinates":[[[[-88.444993397,42.310073062],[-88.444691423,42.310050306],[-88.444301109,42.309954258],[-88.444298079,42.3095342],[-88.444297839,42.309502616],[-88.444993313,42.309502572],[-88.444993295,42.309534156],[-88.444993397,42.310073062]]]]},"description":"A GEOJson object with the shape of the parcel or part of the parcel in case the complete parcel is made of multiple shapes."},"Centroid":{"type":"array","example":{"type":"Point","coordinates":[-88.444659949,42.309766426]},"description":"A GeoJSON Point representing the geometric center of the property (or center of the current shape in the case of multiple shapes in a parcel)."}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_711"},"schema_712":{"kind":"json-schema","data":{"default":"Standard","type":"array","items":{"type":"string","enum":["InternalStandard","Standard","DocTypeUI","RadarID","Status","Purpose","LoanPosition","DocNumber","RecDate","Grantor","Grantee","Amount","LTVorDown","hasDocumentImage","isFirstCurrentOwnerRecord","isParentType","DocumentID","DocGroup","PurchaseMonthsSince","DocType","CountyST","GrantorType","GranteeType","TitleCo","DocImage","DocImagePurchase","DocImageUpload","AssociatedProperties","TransferType","DownPayment","DownPaymentPercent","isCashTransaction","isFullValue","isArmsLength","wasListed","LoanPurpose","LoanType","LoanPositionNum","LoanStatus","Concurrent","CashOut","LTV","Term","Lender","Assigned","AssignmentDate","LenderCurrent","Rate","RateType","ARMIndex","ARMMargin","ARMFreq","ARMInitial","ARMNext","ARMPrepay","ARMPrepayDate","ARMIntOnly","ARMPayOption","ARMNegAm","LienFilingDate","LienRate","LienStatus","PersonLienStatus","LienPosition","LienPositionNum","LienContractDate","LienType","LienCourtCaseNumber","LienNumber","ParentDocumentID","ForeclosureStage","TrusteeSaleNum","DefaultAmount","DefaultAsOf","SaleDate","SaleTime","SalePlace","PostReason","PreviousSaleDate","OriginalSaleDate","SaleAmount","OpeningBid","WinningBid","ForeclosingLender","LenderAddress","LenderCityStZip","LenderPhone","Trustee","TrusteeAddress","TrusteeCityStZip","TrusteePhone","BookNumber","PageNumber","Attorney","AttorneyPhone","CaseNumber","LisPendensType","PublishedBidDiscountToAVMPercent","OpeningBidDiscountToAVMPercent","OpeningBidDiscountToPubBidPercent","WinningBidDiscountToAVMPercent","WinningBidDiscountToPubBidPercent","NumProperties","-InternalStandard","-Standard","-DocTypeUI","-RadarID","-Status","-Purpose","-LoanPosition","-DocNumber","-RecDate","-Grantor","-Grantee","-Amount","-LTVorDown","-hasDocumentImage","-isFirstCurrentOwnerRecord","-isParentType","-DocumentID","-DocGroup","-PurchaseMonthsSince","-DocType","-CountyST","-GrantorType","-GranteeType","-TitleCo","-DocImage","-DocImagePurchase","-DocImageUpload","-AssociatedProperties","-TransferType","-DownPayment","-DownPaymentPercent","-isCashTransaction","-isFullValue","-isArmsLength","-wasListed","-LoanPurpose","-LoanType","-LoanPositionNum","-LoanStatus","-Concurrent","-CashOut","-LTV","-Term","-Lender","-Assigned","-AssignmentDate","-LenderCurrent","-Rate","-RateType","-ARMIndex","-ARMMargin","-ARMFreq","-ARMInitial","-ARMNext","-ARMPrepay","-ARMPrepayDate","-ARMIntOnly","-ARMPayOption","-ARMNegAm","-LienFilingDate","-LienRate","-LienStatus","-PersonLienStatus","-LienPosition","-LienPositionNum","-LienContractDate","-LienType","-LienCourtCaseNumber","-LienNumber","-ParentDocumentID","-ForeclosureStage","-TrusteeSaleNum","-DefaultAmount","-DefaultAsOf","-SaleDate","-SaleTime","-SalePlace","-PostReason","-PreviousSaleDate","-OriginalSaleDate","-SaleAmount","-OpeningBid","-WinningBid","-ForeclosingLender","-LenderAddress","-LenderCityStZip","-LenderPhone","-Trustee","-TrusteeAddress","-TrusteeCityStZip","-TrusteePhone","-BookNumber","-PageNumber","-Attorney","-AttorneyPhone","-CaseNumber","-LisPendensType","-PublishedBidDiscountToAVMPercent","-OpeningBidDiscountToAVMPercent","-OpeningBidDiscountToPubBidPercent","-WinningBidDiscountToAVMPercent","-WinningBidDiscountToPubBidPercent","-NumProperties"]}},"id":"schema_712"},"schema_713":{"kind":"json-schema","data":{"default":"All","enum":["CurrentOwner","All"],"type":"string"},"id":"schema_713"},"schema_714":{"kind":"json-schema","data":{"title":"RelativeDate","type":"array","items":{"oneOf":[{"type":"string","title":"predefined","enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"],"description":"Use the predefined phrases enumerated here or click the box above to see the from/to syntax"},{"type":"string","title":"from/to","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"You can also enter dates in "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"from: to:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" format such as:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"from: 1/1/22 to: 5/15/22"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"from: 1/1/23"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"to: 1/1/24"},"children":[]}]}]}]}]}]}},"id":"schema_714"},"schema_715":{"kind":"json-schema","data":{"type":"string","example":"d654159205"},"id":"schema_715"},"schema_716":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"DocTypeUI":{"type":"string","description":"Version of DocType formatted for display.  Child documents are indented, and long names are used (DOT becomes Loan, etc)."},"RadarID":{"type":"string","examples":["P8A0E18D","P16926CB"],"description":"Unique identifier for the Property. Unique ID for locating properties within PropertyRadar.\n"},"Status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the document in terms of user modifications.  Corresponds to the following stylings:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"edited"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" = "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"_"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"italics"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (Updated)"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"deleted"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" = ~strike-thru~ (Deleted)"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"created"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" = "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"bold"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (Added)"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"original"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" = normal"},"children":[]}]}]}]}],"enum":["original","edited","deleted","created"]},"Purpose":{"type":"string","examples":["P100014A","P1000145","P100013B"],"description":"For DOT,ASL this is LoanPurpose, for GRT,WRT,QCL this is TransferType"},"LoanPosition":{"type":"string","enum":["","?","1","2","3","4","5","6","7","8","9","1r","1R","2r","2R","3r","3R","4r","4R","5r","5R","6r","6R","7r","7R","8r","8R","9r","9R"]},"DocNumber":{"type":"string","description":"The document number assigned to the loan by the county recorder\n"},"RecDate":{"description":"Recording date filter using RelativeDate grammar (for example, from: 01/01/2020 to: 12/31/2020). Applied before counting, limiting, and billing. The date the transfer or sale was recorded at the county recorder's office.\n","enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days"]},"Grantor":{"type":"string"},"Grantee":{"type":"string"},"Amount":{"type":"string","example":"$1,000"},"LTVorDown":{"type":"string","examples":["P100014A","P1000145","P100013B"],"description":"For DOT,ASL this is LTV, for GRT,WRT,QCL this is DownPaymentPercent"},"hasDocumentImage":{"type":"string","description":"Indicates if the current user has purchased or uploaded an image for this document."},"isFirstCurrentOwnerRecord":{"type":"string","description":"Indicates this record corresponds to the transfer of ownership to the current owner."},"isParentType":{"type":"string","description":"Based on DocType, lets the client know if a transaction is eligible to be a parent"},"DocumentID":{"type":"string","examples":["d654159205","n502122396"],"description":"Unique identifier for a document (or notice, or user-created document)"},"DocGroup":{"type":"string","description":"Document category grouping.","enum":["Mortgage","Deed","Foreclosure","Lien","Assignment","Notice","Release","Encumbrance","Map","Other"]},"PurchaseMonthsSince":{"type":"integer","example":888,"description":"Whole months between this transfer and the prior transfer in the Property chain."},"DocType":{"type":"string","description":"One or more comma-separated raw three-letter document type codes. Applied before counting, limiting, and billing."},"CountyST":{"type":"string"},"GrantorType":{"type":"string","example":"Grantor","description":"The type of party acting as grantor.\n","enum":["Borrower","Seller","Grantor","Defendant","Customer"]},"GranteeType":{"type":"string","example":"Grantee","description":"The type of party acting as grantee.\n","enum":["Lender","Trustee","Buyer","Grantee","Plaintiff","Agency","Producer"]},"TitleCo":{"type":"string","description":"The name of the title company that generally acts as the combined agent of the insurance company, the buyer, the seller, and any other parties related to a real the estate transaction, such as mortgage lenders. The title company reviews title, issues insurance policies, facilitates closings, and files and records paperwork.\n"},"DocImage":{"type":"object","properties":{"href":{"type":"string","description":"URL for an image the caller has already purchased or uploaded."}},"description":"Access-safe document image link when the caller already has access."},"DocImagePurchase":{"type":"string","description":"Information to display a document image Purchase button and dialog"},"DocImageUpload":{"type":"string","description":"Information to display a document image Upload button and dialog"},"AssociatedProperties":{"type":"string","description":"Comma-delimited associated Property RadarIDs, capped at 20."},"TransferType":{"type":"string","description":"The type of transfer the deed represents.\n"},"DownPayment":{"type":"string","example":89},"DownPaymentPercent":{"type":"string","example":89},"isCashTransaction":{"type":"integer","enum":[0,1],"example":1},"isFullValue":{"type":"integer","enum":[0,1],"example":1},"isArmsLength":{"type":"integer","enum":[0,1],"example":1},"wasListed":{"type":"integer","enum":[0,1],"example":1},"LoanPurpose":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Describes purpose of loan:"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PMoney - Purchase money, or loan used to purchase property"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"CashOut - Refi with cash on top of amount needed to reconvey loan"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"R&TRefi - Refi with no extra cash"},"children":[]}]}]}],"enum":["Cash Out","Construction","ELOC","Purchase Money","R & T Refi","Reverse","Unknown","Wrap"]},"LoanType":{"type":"string","enum":["SBA","Conforming","FHA","Non-Conforming (Jumbo)","Conventional","Private","Seller","VA","Unknown"]},"LoanPositionNum":{"type":"string","description":"The position of the loan versus other loans, e.g. first, second, or third mortgage. Note that we estimate these positions using a computer model and they should not be relied upon for purchasing without verification. You may select \"?\" to indicate the loan position is unknown.\n","enum":["","?","1st","2nd","3rd","4th","5th","6th","7th","8th","9th"]},"LoanStatus":{"type":"string","description":"\"Open\" indicates the loan is outstanding. \"Estimated Reconveyed\" indicates that we have estimated the loan to have been reconveyed, and no longer outstanding against the property. \"Verified Reconveyed\" indicates that you have verified the loan has been reconveyed.\n","enum":["Estimated Reconveyed","Verified Reconveyed","Open/Active"]},"Concurrent":{"type":"integer","enum":[0,1],"example":1},"CashOut":{"type":"string","example":89},"LTV":{"type":"number","example":888,"description":"The loan amount as a percentage of the estimated value at the time of purchase or refinance.\n"},"Term":{"type":"integer","example":888},"Lender":{"type":"string","description":"The name of the lender who made the loan.\n"},"Assigned":{"type":"integer","enum":[0,1],"example":1},"AssignmentDate":{"type":"string","example":"1984-01-24"},"LenderCurrent":{"type":"string"},"Rate":{"type":"number","example":888},"RateType":{"type":"string","enum":["Fixed","Adjustable","Unknown"]},"ARMIndex":{"type":"string","enum":["LIBOR","Constant Maturity Treasury","Monthly Treasury Average","LAMA","Prime","11th District","Treasury Bill","Fannie Mae","Other"]},"ARMMargin":{"type":"number","example":888},"ARMFreq":{"type":"string","enum":["Weekly","Monthly","Quarterly","Yearly"]},"ARMInitial":{"type":"string","example":"1984-01-24"},"ARMNext":{"type":"string","example":"1984-01-24"},"ARMPrepay":{"type":"integer","enum":[0,1],"example":1},"ARMPrepayDate":{"type":"string","example":"1984-01-24"},"ARMIntOnly":{"type":"integer","enum":[0,1],"example":1},"ARMPayOption":{"type":"integer","enum":[0,1],"example":1},"ARMNegAm":{"type":"integer","enum":[0,1],"example":1},"LienFilingDate":{"type":"string","example":"1984-01-24","description":"The date the lien was filed at the county courthouse.\n"},"LienRate":{"type":"number","example":888,"description":"The interest rate of the lien, if available.\n"},"LienStatus":{"type":"string","description":"The current estimated status of the lien - active or reconveyed (paid off or otherwise no longer secured by the property).\n","enum":["Verified Reconveyed","Estimated Reconveyed","Open/Active"]},"PersonLienStatus":{"type":"string","example":"Open","description":"The current status of the lien (e.g., open, released)","enum":["Open","Released"]},"LienPosition":{"type":"string","enum":["","?","1","2","3","4","5","6","7","8","9","1r","1R","2r","2R","3r","3R","4r","4R","5r","5R","6r","6R","7r","7R","8r","8R","9r","9R"]},"LienPositionNum":{"type":"string","description":"The current estimated position of the lien, or the position of lien at the time of reconveyance for those that we estimate to have been reconveyed. Position is the priority of each loan's or lien's security interest in the property, with lower positions having higher priority.\n","enum":["","?","1st","2nd","3rd","4th","5th","6th","7th","8th","9th"]},"LienContractDate":{"type":"string","description":"The date of the contract associated with the lien.\n"},"LienType":{"type":"string","description":"Further identifies the type of lien for certain Lien Document Types.\n"},"LienCourtCaseNumber":{"type":"string","description":"The number for the court case that caused the lien to be filed.\n"},"LienNumber":{"type":"string","description":"The number assigned to the lien.\n"},"ParentDocumentID":{"type":"string"},"ForeclosureStage":{"type":"string","description":"The current stage of foreclosure.\n"},"TrusteeSaleNum":{"type":"string","description":"The unique number assigned by trustee to identify a particular foreclosure.\n"},"DefaultAmount":{"type":"string","example":89,"description":"The amount shown in the notice of default which is required to bring the loan current as of the default date.\n"},"DefaultAsOf":{"type":"string","example":"1984-01-24","description":"The date on which the default amount was calculated.\n"},"SaleDate":{"type":"string","example":"1984-01-24","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For notices of trustee sale: the date on which the sale is currently scheduled to occur for active foreclosures, or the last scheduled date for sales that have occurred or been cancelled."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For notices of default (preforeclosures): this is the estimated date of when the sale could first occur."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"SaleTime":{"type":"string","description":"The time at which the foreclosure auction will be held.\n"},"SalePlace":{"type":"string","description":"The address and city for the foreclosure auction.\n"},"PostReason":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The reason the sale was postponed to a future sale date. If the sale has not yet been postponed then the reason is set to original indicating that the current sale date is the original sale date. Multiple reasons can be selected."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"PreviousSaleDate":{"type":"string","example":"1984-01-24","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Trustee sales can be postponed one or more times. The prior sale date is the date the foreclosure was scheduled for prior to the current sale date."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"OriginalSaleDate":{"type":"string","example":"1984-01-24","description":"Trustee sales can be postponed one or more times. The original sale date is the date the foreclosure sale was initially published to be held on.\n"},"SaleAmount":{"type":"string","example":89,"description":"The published bid in the notice of trustee sale. Typically represents the total amount owed on the loan as of the original sale date. May be discounted when the lender sets the opening bid.\n"},"OpeningBid":{"type":"string","example":89,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The amount the bidding will or did start at. May be discounted from the published bid."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"WinningBid":{"type":"string","example":89,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The winning bid at auction. If the property is sold back to the lender this is the same amount as the opening bid. If it is sold to a 3rd party this is at least $.01 more."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"ForeclosingLender":{"type":"string","description":"The name of the foreclosing lender.\n"},"LenderAddress":{"type":"string"},"LenderCityStZip":{"type":"string"},"LenderPhone":{"type":"string"},"Trustee":{"type":"string","description":"The name of the trustee handling the foreclosure.\n"},"TrusteeAddress":{"type":"string"},"TrusteeCityStZip":{"type":"string"},"TrusteePhone":{"type":"string","description":"The phone number to call for updated information on the trustee sale, displayed in the format: 916-555-1212\n"},"BookNumber":{"type":"string","description":"Recorder's book, used by some counties to record transactions.\n"},"PageNumber":{"type":"string","description":"Page in recorder's book, used by some counties to record transactions.\n"},"Attorney":{"type":"string","description":"Name of attorney involved in the preparation of the notice.\n"},"AttorneyPhone":{"type":"string","example":"8005551212","description":"Telephone number for attorney involved in preparation of the notice.\n"},"CaseNumber":{"type":"string","description":"Case number assigned by courthouse.\n"},"LisPendensType":{"type":"string","description":"One of the four following types of lawsuits that is being noticed as pending. 1) Foreclosure on mortgage, 2) foreclosure on HOA lien, 3) foreclosure on non-HOA property lien, or 4) other non-foreclosure legal action.\n"},"PublishedBidDiscountToAVMPercent":{"type":"string","example":89,"description":"The discount of the published bid amount when compared to the estimated value of the property\n"},"OpeningBidDiscountToAVMPercent":{"type":"string","example":89,"description":"The discount of the opening bid amount when compared to the estimated value of the property\n"},"OpeningBidDiscountToPubBidPercent":{"type":"string","example":89,"description":"The discount of the opening bid amount when compared to the published bid in the notice of trustee sale\n"},"WinningBidDiscountToAVMPercent":{"type":"string","example":89,"description":"The discount of the winning bid amount when compared to the estimated value of the property\n"},"WinningBidDiscountToPubBidPercent":{"type":"string","example":89,"description":"The discount of the winning bid amount when compared to the published bid in the notice of trustee sale\n"},"NumProperties":{"type":"integer","example":888,"description":"Count of Properties associated with this document index."}}}},"totalCost":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Estimated cost when Purchase=false; actual charged cost when Purchase=true."},"children":[]}]}]}],"example":1.5},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining. Present only when Purchase=false."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"Number of filtered matching rows before Limit. Quotes use this quantity; purchases bill only returned rows.","example":20},"totalResultCount":{"type":"integer","description":"Number of filtered matching rows before Limit. Equal to resultCount for this endpoint.","example":20}}},"id":"schema_716"},"schema_717":{"kind":"json-schema","data":{"default":"default","type":"array","items":{"type":"string","enum":["default","overview","RadarID","PersonKey","isPrimaryContact","OwnershipRole","PrimaryResidence","OtherProperties","Status","PersonType","FirstName","MiddleName","LastName","Suffix","EntityName","Age","Gender","MailAddress","Occupation","Phone","Email","-default","-overview","-RadarID","-PersonKey","-isPrimaryContact","-OwnershipRole","-PrimaryResidence","-OtherProperties","-Status","-PersonType","-FirstName","-MiddleName","-LastName","-Suffix","-EntityName","-Age","-Gender","-MailAddress","-Occupation","-Phone","-Email"]}},"id":"schema_717"},"schema_718":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"RadarID":{"type":"string","examples":["P8A0E18D","P16926CB"],"description":"Unique ID for locating properties within PropertyRadar.\n"},"PersonKey":{"type":"string","example":"p123123","description":"A unique identifier for the person."},"isPrimaryContact":{"type":"integer","enum":[0,1],"examples":[true,false],"description":"This is a value indicating if the person is the primary contact for a property."},"OwnershipRole":{"type":"string","description":"This attribute specifies the role of the person in relation to the property","enum":["Owner","Principal","Trustee"]},"PrimaryResidence":{"type":"array","items":{"type":"object"},"example":[{"RadarID":"P16926CB","Address":"120 SE Main St #500, LOS ANGELES, CA 90025"}],"description":"Array that contains the person's primary residence address in the form of a link text and a links object with a single link to Google Maps"},"OtherProperties":{"type":"array","items":{"type":"object"},"example":[{"RadarID":"P16926CB","Address":"120 SE Main St #500, LOS ANGELES, CA 90025"}],"description":"Array of objects that contain information about a property, including its address and links to the property details and directions"},"Status":{"type":"string","description":"The user-edited status of the contact as a whole.  (See also FieldStatus) So far only \"added\" is supported","enum":["added"]},"PersonType":{"type":"string","description":"The type of the person","enum":["Person","Company","Entity","Trust"]},"FirstName":{"type":"string","example":"John","description":"The first name of the person"},"MiddleName":{"type":"string","example":"Q","description":"The middle name of the person"},"LastName":{"type":"string","example":"Doe","description":"The last name of the person"},"Suffix":{"type":"string","example":"Jr","description":"The suffix of the person's name"},"EntityName":{"type":"string","example":"Example LLC","description":"Name of the entity, when the person type is Trust, Company or Entity"},"Age":{"type":"string","example":"35","description":"The age of any owner of the property.\n"},"Gender":{"type":"string","example":"Female","description":"The gender of any owner of the property.\n"},"MailAddress":{"type":"array","items":{"type":"object"},"example":[{"RadarID":"P16926CB","Address":"120 SE Main St #500, LOS ANGELES, CA 90025"}],"description":"Array that contains the person's mailing address in the form of a link text and a links object with a single link to Google Maps"},"Occupation":{"type":"string","example":"Financial Advisor","description":"The occupation of the person The likely occupation of the property owner based on public and self reported data.\n"},"Phone":{"type":"array","items":{"type":"object","properties":{"href":{"type":"string","description":"A phone number in html format"},"linktext":{"type":"string","description":"A phone number in plain text format"},"phoneType":{"type":"string","enum":["mobile","landline","other"]},"display_status":{"type":"string"},"status":{"type":"string","description":"The status of the phone number"},"source":{"type":"string","description":"The source of the phone number"}}},"properties":{"status":{"enum":["Active","OptedOut","WrongPerson","Disconnected","DoNotCall","NationalDoNotCall","Blacklisted","Deleted"]},"source":{"enum":["Purchased","Added"]},"display_source":{"enum":["original","added","edited","deleted"]}},"example":[{"href":"tel:+1-555-555-1234","linktext":"555-555-1234","phoneType":"mobile","display_status":"original","status":"Active","source":"Purchased"}],"description":"Phone numbers for the person, \n                                        along with other information about the phone numbers such as type (mobile or landline), status and source"},"Email":{"type":"array","items":{"type":"object","properties":{"href":{"type":"string","description":"An email address in html format"},"linktext":{"type":"string","description":"An email address in plain text format"},"display_status":{"type":"string"},"status":{"type":"string","description":"The status of the email address"},"source":{"type":"string","description":"The source of the email address"}}},"properties":{"status":{"enum":["Active","OptedOut","WrongPerson","Reported","Blocked","Bounced","Deleted","Undeliverable"]},"source":{"enum":["Purchased","Added"]},"display_source":{"enum":["original","added","edited","deleted"]}},"example":[{"href":"mailto:email@example.com","linktext":"email@example.com","display_status":"edited","status":"Active","source":"Purchased"}],"description":"Email addresses for the person along with information about the email such as status and source"}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_718"},"schema_719":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","enum":["Table","PersonKey","BankruptcyID","BankruptcyCaseNumber","BankruptcyRecordingDate","BankruptcyChapter","BankruptcyStatus","BankruptcyDistrict","BankruptcyJudgeName","BankruptcyProSe","BankruptcyAsset","BankruptcyDismissedDate","BankruptcyDischargedDate","BankruptcyClosedDate","BankruptcyTransferredDate","BankruptcyConversionDate","BankruptcyReliefFromStayDate","BankruptcyAttorneyName","BankruptcyAttorneyFirm","BankruptcyAttorneyPhone","BankruptcyTrusteeName","BankruptcyTrusteePhone","-Table","-PersonKey","-BankruptcyID","-BankruptcyCaseNumber","-BankruptcyRecordingDate","-BankruptcyChapter","-BankruptcyStatus","-BankruptcyDistrict","-BankruptcyJudgeName","-BankruptcyProSe","-BankruptcyAsset","-BankruptcyDismissedDate","-BankruptcyDischargedDate","-BankruptcyClosedDate","-BankruptcyTransferredDate","-BankruptcyConversionDate","-BankruptcyReliefFromStayDate","-BankruptcyAttorneyName","-BankruptcyAttorneyFirm","-BankruptcyAttorneyPhone","-BankruptcyTrusteeName","-BankruptcyTrusteePhone"]}},"id":"schema_719"},"schema_720":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"PersonKey":{"type":"string","example":"p123123","description":"A unique identifier for the person."},"BankruptcyID":{"type":"integer","example":"823","description":"A unique identifier for the bankruptcy."},"BankruptcyCaseNumber":{"type":"string","example":"92685-JAC7","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Unique case # tied to each Bankruptcy hearing."},"children":[]}]}]}]},"BankruptcyRecordingDate":{"type":"string","example":"2023-06-29","description":"The date the document was recorded at the county recorder's office."},"BankruptcyChapter":{"type":"string","example":"3","description":"The chapter of the bankruptcy code under which the bankruptcy case has been filed.","enum":["Chapter 7","Chapter 11","Chapter 12","Chapter 13","Chapter 15"]},"BankruptcyStatus":{"type":"string","example":"Dismissed","description":"The current status of the bankruptcy case.","enum":["Discharged","Dismissed","Closed","Open","Converted","Transferred","Outdated"]},"BankruptcyDistrict":{"type":"string","example":"California Central","description":"The federal judicial district the bankruptcy was filed in."},"BankruptcyJudgeName":{"type":"string","example":"SCOTT H YUN","description":"Name of the judge presiding over the bankruptcy case."},"BankruptcyProSe":{"type":"integer","enum":[0,1],"example":1,"description":"Indicates whether the debtor is representing themselves in the bankruptcy case without an attorney."},"BankruptcyAsset":{"type":"integer","enum":[0,1],"example":1,"description":"Indicates whether the bankruptcy case involves significant assets."},"BankruptcyDismissedDate":{"type":"string","example":"1984-01-24","description":"The date on which the bankruptcy case was dismissed by the court."},"BankruptcyDischargedDate":{"type":"string","example":"1984-01-24","description":"Date when the bankruptcy court officially relieves the debtor of their dischargeable debts."},"BankruptcyClosedDate":{"type":"string","example":"1984-01-24","description":"The date when the bankruptcy case is officially closed by the court."},"BankruptcyTransferredDate":{"type":"string","example":"1984-01-24","description":"Date when the bankruptcy case was transferred from one court jurisdiction to another."},"BankruptcyConversionDate":{"type":"string","example":"1984-01-24","description":"Date on which a bankruptcy case was converted from one chapter to another."},"BankruptcyReliefFromStayDate":{"type":"string","example":"1984-01-24","description":"Date when the court grants a creditor's request to lift the automatic stay, allowing the creditor to proceed with collection actions."},"BankruptcyAttorneyName":{"type":"string","example":"PHILIP JOHNSON","description":"Name of the attorney representing the debtor in the bankruptcy case."},"BankruptcyAttorneyFirm":{"type":"string","example":"LAW OFFICES OF PHILLIP","description":"The law firm where the attorney representing the bankruptcy case."},"BankruptcyAttorneyPhone":{"type":"string","example":"8005551212","description":"The contact phone number of the attorney."},"BankruptcyTrusteeName":{"type":"string","example":"ANTHONY FIELD","description":"Name of the trustee appointed in the bankruptcy case."},"BankruptcyTrusteePhone":{"type":"string","example":"8005551212","description":"The contact phone number of the trustee."}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_720"},"schema_721":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","enum":["CourtCaseID","DivorceCountyST","DivorceFilingDate","DivorceCaseNumber","DivorceAttorney","DivorcePlaintiff","DivorceDefendant","-CourtCaseID","-DivorceCountyST","-DivorceFilingDate","-DivorceCaseNumber","-DivorceAttorney","-DivorcePlaintiff","-DivorceDefendant"]}},"id":"schema_721"},"schema_722":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"CourtCaseID":{"type":"integer","example":"823","description":"A unique identifier for the court case."},"DivorceCountyST":{"type":"string","example":"Los Angeles, CA","description":"County and state where the divorce case was filed."},"DivorceFilingDate":{"type":"string","example":"1984-01-24","description":"The date the divorce case was filed at the court."},"DivorceCaseNumber":{"type":"string","example":"DR85-0522","description":"The number assigned to the divorce case by the court"},"DivorceAttorney":{"type":"string","example":"SMITH & JONES LAW FIRM","description":"The attorney representing the plaintiff in the divorce case."},"DivorcePlaintiff":{"type":"string","example":"WILLIAMS, IOLA","description":"The name of the individual who initiated the divorce proceedings (plaintiff)."},"DivorceDefendant":{"type":"string","example":"WILLIAMS, HENRY LEE","description":"The name of the spouse who responds to the divorce petition (defendant)."}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_722"},"schema_723":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","enum":["PersonKey","PersonLienKey","MyDocumentKey","PersonLienDocType","PersonLienDocTypeUI","PersonLienRecDate","PersonLienStatus","PersonLienType","PersonLienDocNumber","ReferenceDocKey","isParentType","Status","DocImageText","DocImageProductID","DocImageUrl","CountyST","hasDocumentImage","PersonLienAmount","PersonLienRate","PersonLienGrantor","PersonLienGrantorType","PersonLienGrantee","PersonLienGranteeType","PersonLienContractDate","PersonLienFilingDate","PersonLienCourtCaseNumber","PersonLienNumber","-PersonKey","-PersonLienKey","-MyDocumentKey","-PersonLienDocType","-PersonLienDocTypeUI","-PersonLienRecDate","-PersonLienStatus","-PersonLienType","-PersonLienDocNumber","-ReferenceDocKey","-isParentType","-Status","-DocImageText","-DocImageProductID","-DocImageUrl","-CountyST","-hasDocumentImage","-PersonLienAmount","-PersonLienRate","-PersonLienGrantor","-PersonLienGrantorType","-PersonLienGrantee","-PersonLienGranteeType","-PersonLienContractDate","-PersonLienFilingDate","-PersonLienCourtCaseNumber","-PersonLienNumber"]}},"id":"schema_723"},"schema_724":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"PersonKey":{"type":"string","example":"p123123","description":"A unique identifier for the person."},"PersonLienKey":{"type":"string","example":"i1099444929","description":"A unique identifier for the document."},"MyDocumentKey":{"type":"string","example":"m263591","description":"A unique identifier for my document."},"PersonLienDocType":{"type":"string","example":"REL","description":"The type of document recorded in the index.","enum":["Abstract Judgment","Abstract Support Judgment","Deficiency Judgement","Federal Tax Lien","State Tax Lien","Release","Modification"]},"PersonLienDocTypeUI":{"type":"string","description":"Version of DocType formatted for display.  Child documents are indented, and long names are used (DOT becomes Loan, etc)."},"PersonLienRecDate":{"type":"string","example":"1984-01-24","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date the lien was recorded at the county recorder's office."},"children":[]}]}]}]},"PersonLienStatus":{"type":"string","description":"The current status of the lien (e.g., open, released)","enum":["Open","Released"]},"PersonLienType":{"type":"string","examples":["INCOME","SALES & USE TAX","6672"],"description":"Identifies the type of tax associated with the county, city, state or federal tax lien."},"PersonLienDocNumber":{"type":"string","example":"3-50821804-5","description":"The registered document number"},"ReferenceDocKey":{"type":"string","example":"1099444850","description":"Parent document Key if the document is a child"},"isParentType":{"type":"string","description":"Based on DocType, lets the client know if a transaction is eligible to be a parent"},"Status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the document in terms of user modifications.  Corresponds to the following stylings:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"edited"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" = "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"_"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"italics"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (Updated)"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"deleted"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" = ~strike-thru~ (Deleted)"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"created"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" = "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"bold"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (Added)"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"original"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" = normal"},"children":[]}]}]}]}],"enum":["original","edited","deleted","created"]},"DocImageText":{"type":"string"},"DocImageProductID":{"type":"string"},"DocImageUrl":{"type":"string"},"CountyST":{"type":"string","example":"Los Angeles, CA","description":"The name of the county where the lien was recorded."},"hasDocumentImage":{"type":"string","description":"Indicates if the current user has purchased or uploaded an image for this document."},"PersonLienAmount":{"type":"string","example":89},"PersonLienRate":{"type":"string"},"PersonLienGrantor":{"type":"string"},"PersonLienGrantorType":{"type":"string"},"PersonLienGrantee":{"type":"string"},"PersonLienGranteeType":{"type":"string"},"PersonLienContractDate":{"type":"string"},"PersonLienFilingDate":{"type":"string"},"PersonLienCourtCaseNumber":{"type":"string"},"PersonLienNumber":{"type":"string"}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_724"},"schema_725":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","enum":["ProbateCountyST","ProbateCourt","ProbateFilingDate","ProbateCaseNumber","ProbateDecedent","ProbatePlaintiffAttorney","-ProbateCountyST","-ProbateCourt","-ProbateFilingDate","-ProbateCaseNumber","-ProbateDecedent","-ProbatePlaintiffAttorney"]}},"id":"schema_725"},"schema_726":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"ProbateCountyST":{"type":"string","example":"Los Angeles, CA","description":"County and state where the probate case was filed."},"ProbateCourt":{"type":"string","examples":["District","Circuit"],"description":"The court in which the probate case was filed."},"ProbateFilingDate":{"type":"string","example":"06/29/2023","description":"The date the probate was filed at the county courthouse."},"ProbateCaseNumber":{"type":"string","example":"TCN-364436","description":"The unique case number assigned to the probate proceeding."},"ProbateDecedent":{"type":"string","example":"JOHN DOE","description":"The name of the deceased in the probate filing."},"ProbatePlaintiffAttorney":{"type":"string","example":"SMITH & JONES LAW FIRM","description":"The attorney for the plaintiff. Set to Pro se if no attorney."}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_726"},"schema_727":{"kind":"json-schema","data":{"type":"object","properties":{"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_727"},"schema_728":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"RelativeName":{"type":"string","example":"John Doe","description":"The full name of an owner's relative."},"RelativeAge":{"type":"string","example":"30","description":"The age of an owner's relative."},"RelativeRelationship":{"type":"string","examples":["Family","Spouse","Mother","Father"],"description":"The relationship between the relative and the owner."},"RelativeFullAddress":{"type":"string","example":"123 Main St, Anytown, USA, 12345","description":"The full address of an owner's relative."},"RelativePhones":{"type":"object","properties":{"value":{"type":"string","example":"1234567890"},"href":{"type":"string","example":"tel:+1-123-456-7890"},"linktext":{"type":"string","example":"123-456-7890"},"phoneType":{"type":"string","example":"mobile"},"status":{"type":"string","example":"Active"}},"description":"The phone number of an owner's relative."},"RelativeEmails":{"type":"object","properties":{"value":{"type":"string","example":"test@example.com"},"href":{"type":"string","example":"mailto:test@example.com"},"linktext":{"type":"string","example":"test@example.com"}},"description":"The email address of an owner's relative."}}}}}},"id":"schema_728"},"schema_729":{"kind":"json-schema","data":{"type":"object","properties":{"Criteria":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"anyOf":[{"type":"array","items":{"type":["number"]},"maxItems":500},{"type":"array","items":{"type":["string"]},"maxItems":500},{"type":"string"},{"type":"object","title":"Radius","properties":{"type":{"type":"string"},"coordinates":{"type":"array","items":{"type":"number"},"minItems":2,"maxItems":2},"radius":{"type":"number"},"radius_units":{"type":["string","null"]}},"required":["type","coordinates","radius"],"additionalProperties":false},{"type":"object","title":"Polygon","properties":{"type":{"type":"string","enum":["Polygon","MultiPolygon"]},"coordinates":{"type":"array"}},"required":["type","coordinates"],"additionalProperties":false},{"type":"array","items":{"type":["array"],"items":{"type":["number","null","string"]}},"maxItems":500},{"type":"array","items":{"type":["object"],"title":"PropertyType","properties":{"name":{"type":"string"},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}}},"additionalProperties":false},"maxItems":500},{"title":"LimitSort","type":"array","items":{"type":"object","properties":{"limit":{"type":"number","description":"The number of properties to return.  Must be greater than 0."},"sort_dir":{"type":"string","enum":["ASC","DESC"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The direction to sort the properties.  "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ASC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for ascending (lowest to highest or a-z) and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DESC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for descending (highest to lowest or z-a)."},"children":[]}]}]}]},"sort_field":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The field to sort the properties by.  Must be a valid property field.  For example, "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to sort by square footage."},"children":[]}]}]}]}},"required":["limit","sort_dir","sort_field"],"additionalProperties":false},"maxItems":1},{"title":"LimitNearest","type":"array","items":{"type":["object"],"properties":{"type":{"type":"string","enum":["address","business_address","current_location"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of location to search around.  With "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a full address, with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a latitude and longitude, and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"business_address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" looks up your business address in Brand Center."},"children":[]}]}]}]},"limit":{"anyOf":[{"type":"integer","minimum":1},{"type":"string","pattern":"^[1-9][0-9]*$"}]},"address":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The full address to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"label":{"type":"string"},"latitude":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The latitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"longitude":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The longitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}}},"maxItems":1}]},"menuLabels":{"type":["array","null"],"items":{"type":"string"},"description":"Human-readable labels for each selected value, when applicable."},"chipLabel":{"type":["string","null"],"description":"Human-readable summary label for display in filter chips."}},"additionalProperties":false,"required":["name","value"]},"example":[{"name":"State","value":["OR"]},{"name":"ZipFive","value":[97202,97212]},{"name":"Beds","value":[[6,null]]},{"name":"Pool","value":[1]},{"name":"PropertyType","value":[{"name":"PType","value":["SFR"]},{"name":"AdvancedPropertyType","value":["106","119","131"]}]}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"dynamic"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists specifies the search criteria we use to fill and update the list."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"static"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists specifies the search that initially fills the list, but is not used after creation."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Do not send for "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"static"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists."},"children":[]}]}]}]},"ListName":{"type":"string","maxLength":50,"description":"Name displayed and identifier for the list.  Will be truncated to 50 chars"},"ListType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#tag/Lists"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of list"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" between dynamic, static and import."},"children":[]}]}]}],"enum":["dynamic","static","import"]},"isMonitored":{"type":"integer","enum":[0,1],"example":1,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Whether monitoring, insights & automations are turned on or off."},"children":[]}]}]}]},"ImportSource":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates the source of the import between file, zapier and api."},"children":[]}]}]}],"enum":["file","zapier","api"]},"ImportMatchThreshold":{"type":"integer","example":27,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates the threshold to match against a property."},"children":[]}]}]}]},"ImportType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates if the list is focused on matching by property or by person."},"children":[]}]}]}],"enum":["property","person"]},"ImportContactOptions":{"type":"object","properties":{"add_as_primary_contact":{"type":"boolean","description":"If an imported person is not found at the matched property, add them as a contact (primary)."},"set_as_primary_contact":{"type":"boolean","description":"If an imported person is found at the matched property but is not primary, set them primary."}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates custom options which affect"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"the match process when the import data includes person or company names."},"children":[]}]}]}]},"GroupName":{"type":"string","example":"My Lists","description":"Name of the list group."}},"required":["ListName"]},"id":"schema_729"},"schema_730":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"ListID":{"type":"integer","description":"Unique identifier for the list."},"TotalCount":{"type":"string","example":27,"description":"The number of items in the list."}}}}}},"id":"schema_730"},"schema_731":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","enum":["ListID","ListName","ListType","TotalCount","GroupName","-ListID","-ListName","-ListType","-TotalCount","-GroupName"]}},"id":"schema_731"},"schema_732":{"kind":"json-schema","data":{"enum":["dynamic","static","import"],"type":"string"},"id":"schema_732"},"schema_733":{"kind":"json-schema","data":{"enum":["property","person"],"type":"string"},"id":"schema_733"},"schema_734":{"kind":"json-schema","data":{"default":1000,"type":"integer"},"id":"schema_734"},"schema_735":{"kind":"json-schema","data":{"default":"TotalCount","type":"string"},"id":"schema_735"},"schema_736":{"kind":"json-schema","data":{"default":"desc","enum":["desc","asc"],"type":"string"},"id":"schema_736"},"schema_737":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"ListID":{"type":"integer","description":"Unique identifier for the list."},"ListName":{"type":"string","maxLength":50,"description":"Name displayed and identifier for the list.  Will be truncated to 50 chars"},"ListType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#tag/Lists"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of list"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" between dynamic, static and import."},"children":[]}]}]}],"enum":["dynamic","static","import"]},"TotalCount":{"type":"string","example":27,"description":"The number of items in the list."},"GroupName":{"type":"string","example":"My Lists","description":"Name of the list group."}}}}}},"id":"schema_737"},"schema_738":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"Criteria":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"anyOf":[{"type":"array","items":{"type":["number"]},"maxItems":500},{"type":"array","items":{"type":["string"]},"maxItems":500},{"type":"string"},{"type":"object","title":"Radius","properties":{"type":{"type":"string"},"coordinates":{"type":"array","items":{"type":"number"},"minItems":2,"maxItems":2},"radius":{"type":"number"},"radius_units":{"type":["string","null"]}},"required":["type","coordinates","radius"],"additionalProperties":false},{"type":"object","title":"Polygon","properties":{"type":{"type":"string","enum":["Polygon","MultiPolygon"]},"coordinates":{"type":"array"}},"required":["type","coordinates"],"additionalProperties":false},{"type":"array","items":{"type":["array"],"items":{"type":["number","null","string"]}},"maxItems":500},{"type":"array","items":{"type":["object"],"title":"PropertyType","properties":{"name":{"type":"string"},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}}},"additionalProperties":false},"maxItems":500},{"title":"LimitSort","type":"array","items":{"type":"object","properties":{"limit":{"type":"number","description":"The number of properties to return.  Must be greater than 0."},"sort_dir":{"type":"string","enum":["ASC","DESC"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The direction to sort the properties.  "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ASC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for ascending (lowest to highest or a-z) and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DESC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for descending (highest to lowest or z-a)."},"children":[]}]}]}]},"sort_field":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The field to sort the properties by.  Must be a valid property field.  For example, "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to sort by square footage."},"children":[]}]}]}]}},"required":["limit","sort_dir","sort_field"],"additionalProperties":false},"maxItems":1},{"title":"LimitNearest","type":"array","items":{"type":["object"],"properties":{"type":{"type":"string","enum":["address","business_address","current_location"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of location to search around.  With "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a full address, with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a latitude and longitude, and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"business_address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" looks up your business address in Brand Center."},"children":[]}]}]}]},"limit":{"anyOf":[{"type":"integer","minimum":1},{"type":"string","pattern":"^[1-9][0-9]*$"}]},"address":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The full address to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"label":{"type":"string"},"latitude":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The latitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"longitude":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The longitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}}},"maxItems":1}]},"menuLabels":{"type":["array","null"],"items":{"type":"string"},"description":"Human-readable labels for each selected value, when applicable."},"chipLabel":{"type":["string","null"],"description":"Human-readable summary label for display in filter chips."}},"additionalProperties":false,"required":["name","value"]},"example":[{"name":"State","value":["OR"]},{"name":"ZipFive","value":[97202,97212]},{"name":"Beds","value":[[6,null]]},{"name":"Pool","value":[1]},{"name":"PropertyType","value":[{"name":"PType","value":["SFR"]},{"name":"AdvancedPropertyType","value":["106","119","131"]}]}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"dynamic"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists specifies the search criteria we use to fill and update the list."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"static"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists specifies the search that initially fills the list, but is not used after creation."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Do not send for "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"static"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists."},"children":[]}]}]}]},"ListID":{"type":"integer","description":"Unique identifier for the list."},"ListName":{"type":"string","maxLength":50,"description":"Name displayed and identifier for the list.  Will be truncated to 50 chars"},"ListType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"#tag/Lists"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of list"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" between dynamic, static and import."},"children":[]}]}]}],"enum":["dynamic","static","import"]},"TotalCount":{"type":"string","example":27,"description":"The number of items in the list."},"LastViewedRaw":{"type":"string","description":"The datetime of the last count"},"LastViewed":{"type":"string","example":"April 4, 2021 9:22:47PM","description":"The datetime of the last count user friendly formatted and applying user's timezone."},"isMonitored":{"type":"integer","enum":[0,1],"example":1,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Whether monitoring, insights & automations are turned on or off."},"children":[]}]}]}]},"NewSinceLastViewedCount":{"type":"string","description":"New properties added to the list after the user's last view."},"MonitoringStartedOn":{"type":"string","examples":["12/19/2022 3:53pm","2022-08-19 15:47:19"],"description":"The datetime when monitoring was turned on for a list."},"ImportSource":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates the source of the import between file, zapier and api."},"children":[]}]}]}],"enum":["file","zapier","api"]},"ImportMatchThreshold":{"type":"integer","example":27,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates the threshold to match against a property."},"children":[]}]}]}]},"ImportType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates if the list is focused on matching by property or by person."},"children":[]}]}]}],"enum":["property","person"]},"ImportContactOptions":{"type":"object","properties":{"add_as_primary_contact":{"type":"boolean","description":"If an imported person is not found at the matched property, add them as a contact (primary)."},"set_as_primary_contact":{"type":"boolean","description":"If an imported person is found at the matched property but is not primary, set them primary."}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates custom options which affect"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"the match process when the import data includes person or company names."},"children":[]}]}]}]},"TotalImportItems":{"type":"string","example":30000,"description":"For Import Type lists shows the quantity of Import Items"},"TotalProcessedImportItems":{"type":"string","example":30000,"description":"For Import Type lists shows the quantity of processed Import Items"},"MonitoringLockedUntil":{"type":"string","examples":["12/19/2022 4:16pm","2022-08-19 15:47:19"],"description":"Indicate the date that the list is locked to be modified"},"isMonitoringLocked":{"type":"integer","enum":[0,1],"example":1,"description":"Flag boolean indicates if the list is locked for monitoring update"}}}}}},"id":"schema_738"},"schema_739":{"kind":"json-schema","data":{"type":"object","properties":{"ListName":{"type":"string","maxLength":50,"description":"Name displayed and identifier for the list.  Will be truncated to 50 chars"},"isMonitored":{"type":"integer","enum":[0,1],"example":1,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Whether monitoring, insights & automations are turned on or off."},"children":[]}]}]}]},"ImportMatchThreshold":{"type":"integer","example":27,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates the threshold to match against a property."},"children":[]}]}]}]},"ImportType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates if the list is focused on matching by property or by person."},"children":[]}]}]}],"enum":["property","person"]},"ImportContactOptions":{"type":"object","properties":{"add_as_primary_contact":{"type":"boolean","description":"If an imported person is not found at the matched property, add them as a contact (primary)."},"set_as_primary_contact":{"type":"boolean","description":"If an imported person is found at the matched property but is not primary, set them primary."}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" lists indicates custom options which affect"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"the match process when the import data includes person or company names."},"children":[]}]}]}]},"DisplayOrder":{"type":"integer","example":1,"description":"Display order of the list within its group."}}},"id":"schema_739"},"schema_740":{"kind":"json-schema","data":{"type":"object","properties":{"updateCount":{"type":"integer","description":"The number of items updated during the execution of the request.","example":1}}},"id":"schema_740"},"schema_741":{"kind":"json-schema","data":{"type":"object","properties":{"deleteCount":{"type":"integer","description":"The number of items deleted during the execution of the request.","example":1}}},"id":"schema_741"},"schema_742":{"kind":"json-schema","data":{"type":"array","items":{"type":"integer","enum":[0,1,2,3,4,5]}},"id":"schema_742"},"schema_743":{"kind":"json-schema","data":{"title":"RelativeDate","type":"array","items":{"oneOf":[{"type":"string","title":"predefined","enum":["Today","Tomorrow","Yesterday","This Week","This Month","This Quarter","This Year","Last Week","Last Month","Last Quarter","Last Year","Last 7 Days","Last 30 Days","Last 90 Days","Last 180 Days","Last 365 Days","Next Week","Next Month","Next Quarter","Next Year","Next 7 Days","Next 30 Days","Next 90 Days","Next 365 Days","None"],"description":"Use the predefined phrases enumerated here or click the box above to see the from/to syntax"},{"type":"string","title":"from/to","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"You can also enter dates in "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"from: to:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" format such as:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"from: 1/1/22 to: 5/15/22"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"from: 1/1/23"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"to: 1/1/24"},"children":[]}]}]}]}]}]}},"id":"schema_743"},"schema_744":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"RadarID":{"type":"string","examples":["P8A0E18D","P16926CB"],"description":"Unique ID for locating properties within PropertyRadar.\n"}}}}}},"id":"schema_744"},"schema_745":{"kind":"json-schema","data":{"type":"object","properties":{"Criteria":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"anyOf":[{"type":"array","items":{"type":["number"]},"maxItems":500},{"type":"array","items":{"type":["string"]},"maxItems":500},{"type":"string"},{"type":"object","title":"Radius","properties":{"type":{"type":"string"},"coordinates":{"type":"array","items":{"type":"number"},"minItems":2,"maxItems":2},"radius":{"type":"number"},"radius_units":{"type":["string","null"]}},"required":["type","coordinates","radius"],"additionalProperties":false},{"type":"object","title":"Polygon","properties":{"type":{"type":"string","enum":["Polygon","MultiPolygon"]},"coordinates":{"type":"array"}},"required":["type","coordinates"],"additionalProperties":false},{"type":"array","items":{"type":["array"],"items":{"type":["number","null","string"]}},"maxItems":500},{"type":"array","items":{"type":["object"],"title":"PropertyType","properties":{"name":{"type":"string"},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}}},"additionalProperties":false},"maxItems":500},{"title":"LimitSort","type":"array","items":{"type":"object","properties":{"limit":{"type":"number","description":"The number of properties to return.  Must be greater than 0."},"sort_dir":{"type":"string","enum":["ASC","DESC"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The direction to sort the properties.  "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ASC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for ascending (lowest to highest or a-z) and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DESC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for descending (highest to lowest or z-a)."},"children":[]}]}]}]},"sort_field":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The field to sort the properties by.  Must be a valid property field.  For example, "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to sort by square footage."},"children":[]}]}]}]}},"required":["limit","sort_dir","sort_field"],"additionalProperties":false},"maxItems":1},{"title":"LimitNearest","type":"array","items":{"type":["object"],"properties":{"type":{"type":"string","enum":["address","business_address","current_location"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of location to search around.  With "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a full address, with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a latitude and longitude, and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"business_address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" looks up your business address in Brand Center."},"children":[]}]}]}]},"limit":{"anyOf":[{"type":"integer","minimum":1},{"type":"string","pattern":"^[1-9][0-9]*$"}]},"address":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The full address to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"label":{"type":"string"},"latitude":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The latitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"longitude":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The longitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}}},"maxItems":1}]},"menuLabels":{"type":["array","null"],"items":{"type":"string"},"description":"Human-readable labels for each selected value, when applicable."},"chipLabel":{"type":["string","null"],"description":"Human-readable summary label for display in filter chips."}},"additionalProperties":false,"required":["name","value"]},"example":[{"name":"State","value":["OR"]},{"name":"ZipFive","value":[97202,97212]},{"name":"Beds","value":[[6,null]]},{"name":"Pool","value":[1]},{"name":"PropertyType","value":[{"name":"PType","value":["SFR"]},{"name":"AdvancedPropertyType","value":["106","119","131"]}]}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"You can use any sort of "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/criteria#understanding-criteria"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"criteria"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to determine"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"what properties to add to a list, but the most common case is to use the RadarID criterion to add properties"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"by id."},"children":[]}]}]}]}}},"id":"schema_745"},"schema_746":{"kind":"json-schema","data":{"default":255,"type":"integer"},"id":"schema_746"},"schema_747":{"kind":"json-schema","data":{"type":"object","properties":{"Criteria":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"anyOf":[{"type":"array","items":{"type":["number"]},"maxItems":500},{"type":"array","items":{"type":["string"]},"maxItems":500},{"type":"string"},{"type":"object","title":"Radius","properties":{"type":{"type":"string"},"coordinates":{"type":"array","items":{"type":"number"},"minItems":2,"maxItems":2},"radius":{"type":"number"},"radius_units":{"type":["string","null"]}},"required":["type","coordinates","radius"],"additionalProperties":false},{"type":"object","title":"Polygon","properties":{"type":{"type":"string","enum":["Polygon","MultiPolygon"]},"coordinates":{"type":"array"}},"required":["type","coordinates"],"additionalProperties":false},{"type":"array","items":{"type":["array"],"items":{"type":["number","null","string"]}},"maxItems":500},{"type":"array","items":{"type":["object"],"title":"PropertyType","properties":{"name":{"type":"string"},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}}},"additionalProperties":false},"maxItems":500},{"title":"LimitSort","type":"array","items":{"type":"object","properties":{"limit":{"type":"number","description":"The number of properties to return.  Must be greater than 0."},"sort_dir":{"type":"string","enum":["ASC","DESC"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The direction to sort the properties.  "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ASC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for ascending (lowest to highest or a-z) and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DESC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for descending (highest to lowest or z-a)."},"children":[]}]}]}]},"sort_field":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The field to sort the properties by.  Must be a valid property field.  For example, "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to sort by square footage."},"children":[]}]}]}]}},"required":["limit","sort_dir","sort_field"],"additionalProperties":false},"maxItems":1},{"title":"LimitNearest","type":"array","items":{"type":["object"],"properties":{"type":{"type":"string","enum":["address","business_address","current_location"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of location to search around.  With "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a full address, with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a latitude and longitude, and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"business_address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" looks up your business address in Brand Center."},"children":[]}]}]}]},"limit":{"anyOf":[{"type":"integer","minimum":1},{"type":"string","pattern":"^[1-9][0-9]*$"}]},"address":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The full address to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"label":{"type":"string"},"latitude":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The latitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"longitude":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The longitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}}},"maxItems":1}]},"menuLabels":{"type":["array","null"],"items":{"type":"string"},"description":"Human-readable labels for each selected value, when applicable."},"chipLabel":{"type":["string","null"],"description":"Human-readable summary label for display in filter chips."}},"additionalProperties":false,"required":["name","value"]},"example":[{"name":"State","value":["OR"]},{"name":"ZipFive","value":[97202,97212]},{"name":"Beds","value":[[6,null]]},{"name":"Pool","value":[1]},{"name":"PropertyType","value":[{"name":"PType","value":["SFR"]},{"name":"AdvancedPropertyType","value":["106","119","131"]}]}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Optional"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" Restricts the suggestions to the values compatible with the provided criteria."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For instance, if the criteria contains State set to Oregon, then if we are asking for City"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"suggestions, only cities within Oregon will be provided."},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ℹ️ TIP -"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" In suggestions the Criteria object has a different purpose in the response, see the response documentation."},"children":[]}]}]}]}]}}},"id":"schema_747"},"schema_748":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"Criteria":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"anyOf":[{"type":"array","items":{"type":["number"]},"maxItems":500},{"type":"array","items":{"type":["string"]},"maxItems":500},{"type":"string"},{"type":"object","title":"Radius","properties":{"type":{"type":"string"},"coordinates":{"type":"array","items":{"type":"number"},"minItems":2,"maxItems":2},"radius":{"type":"number"},"radius_units":{"type":["string","null"]}},"required":["type","coordinates","radius"],"additionalProperties":false},{"type":"object","title":"Polygon","properties":{"type":{"type":"string","enum":["Polygon","MultiPolygon"]},"coordinates":{"type":"array"}},"required":["type","coordinates"],"additionalProperties":false},{"type":"array","items":{"type":["array"],"items":{"type":["number","null","string"]}},"maxItems":500},{"type":"array","items":{"type":["object"],"title":"PropertyType","properties":{"name":{"type":"string"},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}}},"additionalProperties":false},"maxItems":500},{"title":"LimitSort","type":"array","items":{"type":"object","properties":{"limit":{"type":"number","description":"The number of properties to return.  Must be greater than 0."},"sort_dir":{"type":"string","enum":["ASC","DESC"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The direction to sort the properties.  "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ASC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for ascending (lowest to highest or a-z) and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DESC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for descending (highest to lowest or z-a)."},"children":[]}]}]}]},"sort_field":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The field to sort the properties by.  Must be a valid property field.  For example, "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to sort by square footage."},"children":[]}]}]}]}},"required":["limit","sort_dir","sort_field"],"additionalProperties":false},"maxItems":1},{"title":"LimitNearest","type":"array","items":{"type":["object"],"properties":{"type":{"type":"string","enum":["address","business_address","current_location"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of location to search around.  With "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a full address, with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a latitude and longitude, and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"business_address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" looks up your business address in Brand Center."},"children":[]}]}]}]},"limit":{"anyOf":[{"type":"integer","minimum":1},{"type":"string","pattern":"^[1-9][0-9]*$"}]},"address":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The full address to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"label":{"type":"string"},"latitude":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The latitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"longitude":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The longitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}}},"maxItems":1}]},"menuLabels":{"type":["array","null"],"items":{"type":"string"},"description":"Human-readable labels for each selected value, when applicable."},"chipLabel":{"type":["string","null"],"description":"Human-readable summary label for display in filter chips."}},"additionalProperties":false,"required":["name","value"]},"example":[{"name":"State","value":["OR"]},{"name":"ZipFive","value":[97202,97212]},{"name":"Beds","value":[[6,null]]},{"name":"Pool","value":[1]},{"name":"PropertyType","value":[{"name":"PType","value":["SFR"]},{"name":"AdvancedPropertyType","value":["106","119","131"]}]}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Criteria is returned to specify details for each result for use in cases where the suggested value could have duplicates nationwide."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For instance, looking for address suggestions, if State is not specified in the passed criteria, but City:Portland is, and the SuggestionInput is \"100 Lexington\", then the"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"two address will be in Portland, ME, and Portland, OR.  The returned Criteria object will specify the City, State and ZipFive for each of the"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"addresses.>"},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ℹ️ TIP -"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" In suggestions the Criteria object has a different purpose in the request, see the request documentation."},"children":[]}]}]}]},"Label":{"type":"string","example":"100 LEXINGTON AVE, PORTLAND, ME 04103"}}}}}},"id":"schema_748"},"schema_749":{"kind":"json-schema","data":{"type":"object","properties":{"Criteria":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"anyOf":[{"type":"array","items":{"type":["number"]},"maxItems":500},{"type":"array","items":{"type":["string"]},"maxItems":500},{"type":"string"},{"type":"object","title":"Radius","properties":{"type":{"type":"string"},"coordinates":{"type":"array","items":{"type":"number"},"minItems":2,"maxItems":2},"radius":{"type":"number"},"radius_units":{"type":["string","null"]}},"required":["type","coordinates","radius"],"additionalProperties":false},{"type":"object","title":"Polygon","properties":{"type":{"type":"string","enum":["Polygon","MultiPolygon"]},"coordinates":{"type":"array"}},"required":["type","coordinates"],"additionalProperties":false},{"type":"array","items":{"type":["array"],"items":{"type":["number","null","string"]}},"maxItems":500},{"type":"array","items":{"type":["object"],"title":"PropertyType","properties":{"name":{"type":"string"},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}}},"additionalProperties":false},"maxItems":500},{"title":"LimitSort","type":"array","items":{"type":"object","properties":{"limit":{"type":"number","description":"The number of properties to return.  Must be greater than 0."},"sort_dir":{"type":"string","enum":["ASC","DESC"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The direction to sort the properties.  "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ASC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for ascending (lowest to highest or a-z) and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DESC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for descending (highest to lowest or z-a)."},"children":[]}]}]}]},"sort_field":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The field to sort the properties by.  Must be a valid property field.  For example, "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to sort by square footage."},"children":[]}]}]}]}},"required":["limit","sort_dir","sort_field"],"additionalProperties":false},"maxItems":1},{"title":"LimitNearest","type":"array","items":{"type":["object"],"properties":{"type":{"type":"string","enum":["address","business_address","current_location"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of location to search around.  With "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a full address, with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a latitude and longitude, and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"business_address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" looks up your business address in Brand Center."},"children":[]}]}]}]},"limit":{"anyOf":[{"type":"integer","minimum":1},{"type":"string","pattern":"^[1-9][0-9]*$"}]},"address":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The full address to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"label":{"type":"string"},"latitude":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The latitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"longitude":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The longitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}}},"maxItems":1}]},"menuLabels":{"type":["array","null"],"items":{"type":"string"},"description":"Human-readable labels for each selected value, when applicable."},"chipLabel":{"type":["string","null"],"description":"Human-readable summary label for display in filter chips."}},"additionalProperties":false,"required":["name","value"]},"example":{"Criteria":[{"name":"County","value":["42125"]}]},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Optional"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" Restricts the suggestions to the values compatible with the provided criteria."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For instance, if the criteria contains State set to PA, only Counties in Pennsylvania will be returned. Example: "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"[{\"name\": \"State\",\"value\": [\"PA\"]}]"},"children":[]}]}]}]}}},"id":"schema_749"},"schema_750":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"Criteria":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"anyOf":[{"type":"array","items":{"type":["number"]},"maxItems":500},{"type":"array","items":{"type":["string"]},"maxItems":500},{"type":"string"},{"type":"object","title":"Radius","properties":{"type":{"type":"string"},"coordinates":{"type":"array","items":{"type":"number"},"minItems":2,"maxItems":2},"radius":{"type":"number"},"radius_units":{"type":["string","null"]}},"required":["type","coordinates","radius"],"additionalProperties":false},{"type":"object","title":"Polygon","properties":{"type":{"type":"string","enum":["Polygon","MultiPolygon"]},"coordinates":{"type":"array"}},"required":["type","coordinates"],"additionalProperties":false},{"type":"array","items":{"type":["array"],"items":{"type":["number","null","string"]}},"maxItems":500},{"type":"array","items":{"type":["object"],"title":"PropertyType","properties":{"name":{"type":"string"},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}}},"additionalProperties":false},"maxItems":500},{"title":"LimitSort","type":"array","items":{"type":"object","properties":{"limit":{"type":"number","description":"The number of properties to return.  Must be greater than 0."},"sort_dir":{"type":"string","enum":["ASC","DESC"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The direction to sort the properties.  "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ASC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for ascending (lowest to highest or a-z) and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"DESC"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for descending (highest to lowest or z-a)."},"children":[]}]}]}]},"sort_field":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The field to sort the properties by.  Must be a valid property field.  For example, "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"SqFt"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to sort by square footage."},"children":[]}]}]}]}},"required":["limit","sort_dir","sort_field"],"additionalProperties":false},"maxItems":1},{"title":"LimitNearest","type":"array","items":{"type":["object"],"properties":{"type":{"type":"string","enum":["address","business_address","current_location"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of location to search around.  With "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a full address, with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" you provide a latitude and longitude, and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"business_address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" looks up your business address in Brand Center."},"children":[]}]}]}]},"limit":{"anyOf":[{"type":"integer","minimum":1},{"type":"string","pattern":"^[1-9][0-9]*$"}]},"address":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The full address to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"address"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"label":{"type":"string"},"latitude":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The latitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"longitude":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"string","pattern":"^[-+]?[0-9]*\\.?[0-9]+$"}],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The longitude of the location to search around.  Required when type is "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"current_location"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}}},"maxItems":1}]},"menuLabels":{"type":["array","null"],"items":{"type":"string"},"description":"Human-readable labels for each selected value, when applicable."},"chipLabel":{"type":["string","null"],"description":"Human-readable summary label for display in filter chips."}},"additionalProperties":false,"required":["name","value"]},"example":{"Criteria":[{"name":"County","value":["42125"]}]},"description":"Returns a criteria object containing the FIPS for the county given in the SuggestionInput"},"Label":{"type":"string","example":"Springfield County, PA"}}}}}},"id":"schema_750"},"schema_751":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","enum":["WebhookID","HookUrl","WebhookName","ClientName","Secret","-WebhookID","-HookUrl","-WebhookName","-ClientName","-Secret"]}},"id":"schema_751"},"schema_752":{"kind":"json-schema","data":{"default":"WebhookID","type":"string"},"id":"schema_752"},"schema_753":{"kind":"json-schema","data":{"default":"asc","enum":["desc","asc"],"type":"string"},"id":"schema_753"},"schema_754":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"WebhookID":{"type":"integer","example":123,"description":"Unique identifier for the webhook."},"HookUrl":{"type":"string","example":"https://hooks.zapier.com/hooks/standard/1234/a1b2c3d4e5/","description":"Webhook URL"},"WebhookName":{"type":"string","example":"Zap Trigger","description":"Webhook name"},"ClientName":{"type":"string","examples":["API","Zapier"],"description":"Contains the name of the client associated with the integrations"},"Secret":{"type":"string","example":"1a2b3c4d","description":"If present, will be sent to the webhook as the bearer security token in the HTTP Authorization header"}}}}}},"id":"schema_754"},"schema_755":{"kind":"json-schema","data":{"type":"object","properties":{"HookUrl":{"type":"string","example":"https://hooks.zapier.com/hooks/standard/1234/a1b2c3d4e5/","description":"Webhook URL"},"WebhookName":{"type":"string","example":"Zap Trigger","description":"Webhook name"},"Secret":{"type":"string","example":"1a2b3c4d","description":"If present, will be sent to the webhook as the bearer security token in the HTTP Authorization header"},"Lists":{"type":"array","items":{"type":"object"},"example":[123,456],"description":"Array of ListIDs. If provided, automations will be created and turned on for each of the given ListIDs"}},"required":["HookUrl","WebhookName"]},"id":"schema_755"},"schema_756":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"WebhookID":{"type":"integer","example":123,"description":"Unique identifier for the webhook."}}}}}},"id":"schema_756"},"schema_757":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","enum":["ListImportItemID","-ListImportItemID"]}},"id":"schema_757"},"schema_758":{"kind":"json-schema","data":{"type":"array","items":{"type":"object","properties":{"FirstName":{"type":"string","example":"John","description":"Imported Owner First Name."},"LastName":{"type":"string","example":"Doe","description":"Imported Owner Last Name."},"FullName":{"type":"string","example":"John Doe","description":"Imported Owner Full Name."},"Email":{"type":"string","example":"email@example.com","description":"Imported Email Address."},"EmailStatus":{"type":"string","examples":["Active","OptedOut","WrongPerson","Reported","Blocked","Bounced","Undeliverable"],"description":"Imported Email Status."},"Phone":{"type":"string","example":"555-555-1234","description":"Imported Phone Number."},"PhoneType":{"type":"string","examples":["mobile","landline","other"],"description":"Imported Phone Type."},"PhoneStatus":{"type":"string","examples":["Active","WrongPerson","Disconnected","Blacklisted","DoNotCall","OptedOut"],"description":"Imported Phone Status."},"Address":{"type":"string","example":"120 SE Main St #500","description":"Imported Address."},"City":{"type":"string","example":"ANAHEIM","description":"Imported City."},"State":{"type":"string","example":"CA","description":"Imported State."},"ZipFive":{"type":"integer","example":"95555","description":"Imported Zip Code."},"County":{"type":"string","example":"ORANGE","description":"Imported County."},"APN":{"type":"string","example":"13-08-180-021","description":"Imported APN."}}}},"id":"schema_758"},"schema_759":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"ListImportItemID":{"type":"integer","example":123456,"description":"Unique identifier for the import list item."}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_759"},"schema_760":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","enum":["ListID","ListImportItemID","FullName","Email","EmailStatus","Phone","PhoneType","PhoneStatus","Address","City","State","ZipFive","County","APN","PropertyStatus","PersonStatus","MatchScore","RadarID","-ListID","-ListImportItemID","-FullName","-Email","-EmailStatus","-Phone","-PhoneType","-PhoneStatus","-Address","-City","-State","-ZipFive","-County","-APN","-PropertyStatus","-PersonStatus","-MatchScore","-RadarID"]}},"id":"schema_760"},"schema_761":{"kind":"json-schema","data":{"default":"ListImportItemID","type":"string"},"id":"schema_761"},"schema_762":{"kind":"json-schema","data":{"enum":["Selected","Matched","Pending","Not Found"],"type":"string"},"id":"schema_762"},"schema_763":{"kind":"json-schema","data":{"enum":["Matched Primary","Matched Set as Primary","Added as Primary","Matched","Selected as Primary","Selected","Not Found","No Longer at Property"],"type":"string"},"id":"schema_763"},"schema_764":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"ListID":{"type":"integer","example":123456,"description":"Unique identifier for the list."},"ListImportItemID":{"type":"integer","example":123456,"description":"Unique identifier for the import list item."},"FullName":{"type":"string","example":"John Doe","description":"Imported Owner Full Name."},"Email":{"type":"string","example":"email@example.com","description":"Imported Email Address."},"EmailStatus":{"type":"string","examples":["Active","OptedOut","WrongPerson","Reported","Blocked","Bounced","Undeliverable"],"description":"Imported Email Status."},"Phone":{"type":"string","example":"555-555-1234","description":"Imported Phone Number."},"PhoneType":{"type":"string","examples":["mobile","landline","other"],"description":"Imported Phone Type."},"PhoneStatus":{"type":"string","examples":["Active","WrongPerson","Disconnected","Blacklisted","DoNotCall","OptedOut"],"description":"Imported Phone Status."},"Address":{"type":"string","example":"120 SE Main St #500","description":"Imported Address."},"City":{"type":"string","example":"ANAHEIM","description":"Imported City."},"State":{"type":"string","example":"CA","description":"Imported State."},"ZipFive":{"type":"integer","example":"95555","description":"Imported Zip Code."},"County":{"type":"string","example":"ORANGE","description":"Imported County."},"APN":{"type":"string","example":"13-08-180-021","description":"Imported APN."},"PropertyStatus":{"type":"string","description":"Property import status between Selected, Matched, Pending, Not Found.","enum":["Selected","Matched","Pending","Not Found"]},"PersonStatus":{"type":"string","description":"Person import status between Matched Primary, Matched Set as Primary, Added as Primary, Matched, Selected as Primary, Selected, Not Found, No Longer at Property.","enum":["Matched Primary","Matched Set as Primary","Added as Primary","Matched","Selected as Primary","Selected","Not Found","No Longer at Property"]},"MatchScore":{"type":"integer","example":50,"description":"Matching score between 0 and 100."},"RadarID":{"type":"string","examples":["P8A0E18D","P16926CB"],"description":"Unique ID for locating properties within PropertyRadar.\n"}}}}}},"id":"schema_764"},"schema_765":{"kind":"json-schema","data":{"type":"object","properties":{"PersonKey":{"type":"string","example":"p123123","description":"A unique identifier for the person."},"RadarID":{"type":"string","examples":["P8A0E18D","P16926CB"],"description":"Unique ID for locating properties within PropertyRadar.\n"}}},"id":"schema_765"},"schema_766":{"kind":"json-schema","data":{"type":"object","properties":{"isEnabled":{"type":"integer","enum":[0,1],"example":1,"description":"Indicates if the automation is enabled or not."},"Triggers":{"type":"string","example":"New Matches,Status Changes","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The event(s) that trigger this automation."},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"New Matches"},"children":[]},{"$$mdtype":"Node","type":"hardbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Occurs when a property is added to your list. Either because it was added manually by you, or because of a change to the property that resulted in it now matching your criteria and being added automatically."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Status Changes"},"children":[]},{"$$mdtype":"Node","type":"hardbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Occurs when a property that is already in your list has a change in status. These include new transfers, loans, listings and foreclosures, as well as changes in listing status, listing price, or foreclosure status."},"children":[]}]}]}]}],"enum":["New Matches","Status Changes","New Matches,Status Changes"]},"DailyEmailMemberIDs":{"type":"string","example":"38225,38226","description":"These are the MemberIDs (separate with comma) to receive a daily email."},"ImmediateEmailMemberIDs":{"type":"string","example":"38225,38226","description":"These are the MemberIDs (separate with comma) to receive an immediate email."},"ExportToWebhookIDs":{"type":"string","example":"38225,38226","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"These are the WebhookIDs (separate with comma) to receive an webhook call.  See "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /integrations/webhooks"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (View all webhooks) to obtain WebhookIDs."},"children":[]}]}]}]},"DirectMailOrderID":{"type":"string","example":"38225,38226","description":"This is the DirectMailOrderID to add the properties to."},"EmailMarketingOrderID":{"type":"string","example":"38225,38226","description":"This is the EmailMarketingOrderID will be used for processing email marketing automations."},"MobileNotificationMemberIDs":{"type":"string","example":"38225,38226","description":"These are the MemberIDs (separate with comma) to receive push notifications on the PropertyRadar mobile app."},"SetInterestLevel":{"type":"integer","description":"Set the InterestLevel to which properties will be set when they trigger this automation.  Use a number between 1-5 or specify 0 to unset interest.","enum":[0,1,2,3,4,5]},"SetStatusLevel":{"type":"integer","examples":[1,2,3,4,5,6,7,8,9],"description":"Set the StatusLevel to which properties will be set when they trigger this automation. Use a number between 1-9 or specify 0 to set status to None."},"AddToLists":{"type":"string","example":"353795,353796","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set the ListIDs to which properties will be added when they trigger this automation.  Must not be the same list as triggers the automation.  Use "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /lists"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to see your ListIDs."},"children":[]}]}]}]},"RemoveFromLists":{"type":"string","example":"353795,353796","description":"Set the ListIDs to which properties will be removed when they trigger this alert.  Must not be the same list as triggers the alert"},"PurchasePhoneOptions":{"type":"object","properties":{"contacts_to_include":{"type":"string","enum":["all","primary"],"example":"all"},"has_mobile":{"type":"boolean","example":true}},"additionalProperties":false,"example":{"contacts_to_include":"all","has_mobile":true},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set the options for purchasing phones for properties that trigger this automation.You will be charged against your balance for each record triggered according to the terms of your subscription package.  "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Charges are non-refundable"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"PurchaseEmailOptions":{"type":"object","properties":{"contacts_to_include":{"type":"string","enum":["all","primary"],"example":"all"}},"additionalProperties":false,"example":{"contacts_to_include":"all"},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set the options for purchasing emails for properties that trigger this automation. You will be charged against your balance for each record triggered according to the terms of your subscription package.  "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Charges are non-refundable"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}}},"id":"schema_766"},"schema_767":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"Name":{"type":"string","description":"The name of the list for this automation"},"isEnabled":{"type":"integer","enum":[0,1],"example":1,"description":"Indicates if the automation is enabled or not."},"Triggers":{"type":"string","example":"New Matches,Status Changes","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The event(s) that trigger this automation."},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"New Matches"},"children":[]},{"$$mdtype":"Node","type":"hardbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Occurs when a property is added to your list. Either because it was added manually by you, or because of a change to the property that resulted in it now matching your criteria and being added automatically."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Status Changes"},"children":[]},{"$$mdtype":"Node","type":"hardbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Occurs when a property that is already in your list has a change in status. These include new transfers, loans, listings and foreclosures, as well as changes in listing status, listing price, or foreclosure status."},"children":[]}]}]}]}],"enum":["New Matches","Status Changes","New Matches,Status Changes"]},"DailyEmailMemberIDs":{"type":"string","example":"38225,38226","description":"These are the MemberIDs (separate with comma) to receive a daily email."},"ImmediateEmailMemberIDs":{"type":"string","example":"38225,38226","description":"These are the MemberIDs (separate with comma) to receive an immediate email."},"ExportToWebhookIDs":{"type":"string","example":"38225,38226","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"These are the WebhookIDs (separate with comma) to receive an webhook call.  See "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /integrations/webhooks"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (View all webhooks) to obtain WebhookIDs."},"children":[]}]}]}]},"EmailMarketingOrderID":{"type":"string","example":"38225,38226","description":"This is the EmailMarketingOrderID will be used for processing email marketing automations."},"MobileNotificationMemberIDs":{"type":"string","example":"38225,38226","description":"These are the MemberIDs (separate with comma) to receive push notifications on the PropertyRadar mobile app."},"SetInterestLevel":{"type":"integer","description":"Set the InterestLevel to which properties will be set when they trigger this automation.  Use a number between 1-5 or specify 0 to unset interest.","enum":[0,1,2,3,4,5]},"SetStatusLevel":{"type":"integer","examples":[1,2,3,4,5,6,7,8,9],"description":"Set the StatusLevel to which properties will be set when they trigger this automation. Use a number between 1-9 or specify 0 to set status to None."},"AddToLists":{"type":"string","example":"353795,353796","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set the ListIDs to which properties will be added when they trigger this automation.  Must not be the same list as triggers the automation.  Use "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /lists"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to see your ListIDs."},"children":[]}]}]}]},"PurchasePhoneOptions":{"type":"object","properties":{"contacts_to_include":{"type":"string","enum":["all","primary"],"example":"all"},"has_mobile":{"type":"boolean","example":true}},"additionalProperties":false,"example":{"contacts_to_include":"all","has_mobile":true},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set the options for purchasing phones for properties that trigger this automation.You will be charged against your balance for each record triggered according to the terms of your subscription package.  "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Charges are non-refundable"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"PurchaseEmailOptions":{"type":"object","properties":{"contacts_to_include":{"type":"string","enum":["all","primary"],"example":"all"}},"additionalProperties":false,"example":{"contacts_to_include":"all"},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set the options for purchasing emails for properties that trigger this automation. You will be charged against your balance for each record triggered according to the terms of your subscription package.  "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Charges are non-refundable"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}}}}}},"id":"schema_767"},"schema_768":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"UserEmail":{"type":"string","example":"email@example.com","description":"Contact Email's member address"},"UserName":{"type":"string","example":"John Doe","description":"The name of the member"},"Role":{"type":"string","description":"Role of the member between 'Admin','Owner','Member'","enum":["Admin","Owner","Member"]},"Status":{"type":"string","description":"Status of the member between 'Active', 'Invited' and 'Deleted'","enum":["Active","Deleted","Invited"]},"DateAdded":{"type":"string","example":"2020-05-28","description":"Members' date added to the team"},"MemberKey":{"type":"integer","example":123456,"description":"A unique identifier for the member"},"HasAtLeastOneMobileDevice":{"type":"integer","enum":[0,1],"example":1,"description":"Indicates if the member has a mobile device"}}}}}},"id":"schema_768"},"schema_769":{"kind":"json-schema","data":{"default":"menu","enum":["edit","menu","compact"],"type":"string"},"id":"schema_769"},"schema_770":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"Value":{"type":"string","examples":[8,9,10],"description":"Status Level unique ID"},"Label":{"type":"string","examples":["Listed","Purchased","Sold"],"description":"Status Level label to display"}}}}}},"id":"schema_770"},"schema_771":{"kind":"json-schema","data":{"default":"All","type":"array","items":{"type":"string","enum":["All","RadarID","DocumentID","Status","DocType","DocNumber","RecDate","CountyST","Grantor","GrantorType","Grantee","GranteeType","Amount","TitleCo","DocImage","AssociatedProperties","TransferType","DownPayment","DownPaymentPercent","isCashTransaction","isFullValue","isArmsLength","wasListed","LoanPurpose","LoanType","LoanPosition","LoanPositionNum","LoanStatus","Concurrent","CashOut","LTV","Term","Lender","Assigned","AssignmentDate","LenderCurrent","Rate","RateType","ARMIndex","ARMMargin","ARMFreq","ARMInitial","ARMNext","ARMPrepay","ARMPrepayDate","ARMIntOnly","ARMPayOption","ARMNegAm","LienFilingDate","LienRate","LienStatus","PersonLienStatus","LienPosition","LienPositionNum","LienContractDate","LienType","LienCourtCaseNumber","LienNumber","ParentDocumentID","ForeclosureStage","TrusteeSaleNum","DefaultAmount","DefaultAsOf","SaleDate","SaleTime","SalePlace","PostReason","PreviousSaleDate","OriginalSaleDate","SaleAmount","OpeningBid","WinningBid","ForeclosingLender","LenderAddress","LenderCityStZip","LenderPhone","Trustee","TrusteeAddress","TrusteeCityStZip","TrusteePhone","BookNumber","PageNumber","Attorney","AttorneyPhone","CaseNumber","LisPendensType","PublishedBidDiscountToAVMPercent","OpeningBidDiscountToAVMPercent","OpeningBidDiscountToPubBidPercent","WinningBidDiscountToAVMPercent","WinningBidDiscountToPubBidPercent","-All","-RadarID","-DocumentID","-Status","-DocType","-DocNumber","-RecDate","-CountyST","-Grantor","-GrantorType","-Grantee","-GranteeType","-Amount","-TitleCo","-DocImage","-AssociatedProperties","-TransferType","-DownPayment","-DownPaymentPercent","-isCashTransaction","-isFullValue","-isArmsLength","-wasListed","-LoanPurpose","-LoanType","-LoanPosition","-LoanPositionNum","-LoanStatus","-Concurrent","-CashOut","-LTV","-Term","-Lender","-Assigned","-AssignmentDate","-LenderCurrent","-Rate","-RateType","-ARMIndex","-ARMMargin","-ARMFreq","-ARMInitial","-ARMNext","-ARMPrepay","-ARMPrepayDate","-ARMIntOnly","-ARMPayOption","-ARMNegAm","-LienFilingDate","-LienRate","-LienStatus","-PersonLienStatus","-LienPosition","-LienPositionNum","-LienContractDate","-LienType","-LienCourtCaseNumber","-LienNumber","-ParentDocumentID","-ForeclosureStage","-TrusteeSaleNum","-DefaultAmount","-DefaultAsOf","-SaleDate","-SaleTime","-SalePlace","-PostReason","-PreviousSaleDate","-OriginalSaleDate","-SaleAmount","-OpeningBid","-WinningBid","-ForeclosingLender","-LenderAddress","-LenderCityStZip","-LenderPhone","-Trustee","-TrusteeAddress","-TrusteeCityStZip","-TrusteePhone","-BookNumber","-PageNumber","-Attorney","-AttorneyPhone","-CaseNumber","-LisPendensType","-PublishedBidDiscountToAVMPercent","-OpeningBidDiscountToAVMPercent","-OpeningBidDiscountToPubBidPercent","-WinningBidDiscountToAVMPercent","-WinningBidDiscountToPubBidPercent"]}},"id":"schema_771"},"schema_772":{"kind":"json-schema","data":{"default":0,"enum":["0","1"],"type":"integer"},"id":"schema_772"},"schema_773":{"kind":"json-schema","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"RadarID":{"type":"string","examples":["P8A0E18D","P16926CB"],"description":"Unique ID for locating properties within PropertyRadar.\n"},"DocumentID":{"type":"string","examples":["d654159205","n502122396"],"description":"Unique identifier for a document (or notice, or user-created document)"},"Status":{"type":"string"},"DocType":{"type":"string","example":"GRT","enum":["Abatement","Abatement Lien","Abstract Judgment","Administrators Deed","Affidavit","Affidavit of Death","Agreement","All Inclusive DOT","Annexation","Articles of Incorporation","Assessment","Assignment","Assignment of Rents","Assumption","Attachment","Bankruptcy","Bargain Sale Deed","Bill of Sale","Bond","Bulk Transfer","CC&Rs","Certificate","Certificate of Purchase","Certificate of Title","Code Violation","Commissioners Deed","Committee Deed","Condo Deed","Conservation Contract","Construction DOT","Contract of Sale","Conveyance","Corporate Quit Claim","Corporation Deed","Correction","County Deed","County Tax Lien","County/City Lien","DBA","Declaration","Decree","Deed","Deed in Lieu","Deficiency Judgement","Dismissal","Divorce","Down Pmt Loan","Easement","Env Restrictions","Equity LOC","Exchange","Executors Deed","Federal Property Lien","Fiduciary Deed","Final Judgment","Final Judgement Florida","Gift Deed","Grant Deed","Guardian Deed","HOA Lien","Homestead","HUD Reverse Mortgage","IRS Lien","Judgment","Land Contract","Land Patent","Lease","Lease Cancellation","Leasehold Deed","Leasehold DOT","Lien","Lis Pendens","Loan","Modification","Lot Line Adjustment","Map","Mechanics Lien","Merger","Military Discharge","Miscellaneous","Mortgage","NOD","Notice","Notice of Completion","Notice of Sale","NTS","Option","Order","Partial Release","Partnership Deed","Payoff Deed","Permit","Personal Rep Deed","Power of Attorney","Proof of Publication","Quitclaim Deed","Reconveyance","Record of Survey","Redemption","Regulatory Agreement","Release","Request for Notice","Rescission","Resolution","Revolving LOC","Sheriffs Certificate","Sheriffs Deed","Solar Contract","Spousal Order","State Property Lien","State Tax Lien","Subordination","Substitution of Trustee","Succession to Real Property","Support Payment","Tax Certificate","Tax Deed","Tax Redemption","Trust Transfer Deed","Trustees Deed","UCC Filing","Unknown","Hazardous Waste Lien","Utility Lien","Warranty Deed"]},"DocNumber":{"type":"string","description":"The document number assigned to the loan by the county recorder\n"},"RecDate":{"type":"string","example":"1/1/2017"},"CountyST":{"type":"string"},"Grantor":{"type":"string"},"GrantorType":{"type":"string","example":"Grantor","description":"The type of party acting as grantor.\n","enum":["Borrower","Seller","Grantor","Defendant","Customer"]},"Grantee":{"type":"string"},"GranteeType":{"type":"string","example":"Grantee","description":"The type of party acting as grantee.\n","enum":["Lender","Trustee","Buyer","Grantee","Plaintiff","Agency","Producer"]},"Amount":{"type":"string","example":"$1,000"},"TitleCo":{"type":"string","description":"The name of the title company that generally acts as the combined agent of the insurance company, the buyer, the seller, and any other parties related to a real the estate transaction, such as mortgage lenders. The title company reviews title, issues insurance policies, facilitates closings, and files and records paperwork.\n"},"DocImage":{"type":"string","description":"A url for a purchased or uploaded document image that can be displayed in the browser"},"AssociatedProperties":{"type":"string"},"TransferType":{"type":"string","description":"The type of transfer the deed represents.\n","enum":["Market","Market Flip","Short Sale","Short Sale Flip","Short Sale-FCL","REO Resale","REO Flip","3rd Resale","Tax Resale","Non-Market - Related","Non-Market - Trust","Death of Joint Tenant","Non-Market - Other","Non-Market - Estate","Non-Market - Correction","Trustees Deed - REO","Trustees Deed - 3rd","Trustees Deed - Unknown","Deed in Lieu of Foreclosure","Tax Deed","Sheriffs Deed - Reo","Sheriffs Deed - 3rd","Sheriffs Deed - Unknown"]},"DownPayment":{"type":"string","example":89},"DownPaymentPercent":{"type":"string","example":89},"isCashTransaction":{"type":"integer","enum":[0,1],"example":1},"isFullValue":{"type":"integer","enum":[0,1],"example":1},"isArmsLength":{"type":"integer","enum":[0,1],"example":1},"wasListed":{"type":"integer","enum":[0,1],"example":1},"LoanPurpose":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Describes purpose of loan:"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PMoney - Purchase money, or loan used to purchase property"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"CashOut - Refi with cash on top of amount needed to reconvey loan"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"R&TRefi - Refi with no extra cash"},"children":[]}]}]}],"enum":["Cash Out","Construction","ELOC","Purchase Money","R & T Refi","Reverse","Unknown","Wrap"]},"LoanType":{"type":"string","enum":["SBA","Conforming","FHA","Non-Conforming (Jumbo)","Conventional","Private","Seller","VA","Unknown"]},"LoanPosition":{"type":"string","enum":["","?","1","2","3","4","5","6","7","8","9","1r","1R","2r","2R","3r","3R","4r","4R","5r","5R","6r","6R","7r","7R","8r","8R","9r","9R"]},"LoanPositionNum":{"type":"string","description":"The position of the loan versus other loans, e.g. first, second, or third mortgage. Note that we estimate these positions using a computer model and they should not be relied upon for purchasing without verification. You may select \"?\" to indicate the loan position is unknown.\n","enum":["","?","1st","2nd","3rd","4th","5th","6th","7th","8th","9th"]},"LoanStatus":{"type":"string","description":"\"Open\" indicates the loan is outstanding. \"Estimated Reconveyed\" indicates that we have estimated the loan to have been reconveyed, and no longer outstanding against the property. \"Verified Reconveyed\" indicates that you have verified the loan has been reconveyed.\n","enum":["Estimated Reconveyed","Verified Reconveyed","Open/Active"]},"Concurrent":{"type":"integer","enum":[0,1],"example":1},"CashOut":{"type":"string","example":89},"LTV":{"type":"number","example":888,"description":"The loan amount as a percentage of the estimated value at the time of purchase or refinance.\n"},"Term":{"type":"integer","example":888},"Lender":{"type":"string","description":"The name of the lender who made the loan.\n"},"Assigned":{"type":"integer","enum":[0,1],"example":1},"AssignmentDate":{"type":"string","example":"1984-01-24"},"LenderCurrent":{"type":"string"},"Rate":{"type":"number","example":888},"RateType":{"type":"string","enum":["Fixed","Adjustable","Unknown"]},"ARMIndex":{"type":"string","enum":["LIBOR","Constant Maturity Treasury","Monthly Treasury Average","LAMA","Prime","11th District","Treasury Bill","Fannie Mae","Other"]},"ARMMargin":{"type":"number","example":888},"ARMFreq":{"type":"string","enum":["Weekly","Monthly","Quarterly","Yearly"]},"ARMInitial":{"type":"string","example":"1984-01-24"},"ARMNext":{"type":"string","example":"1984-01-24"},"ARMPrepay":{"type":"integer","enum":[0,1],"example":1},"ARMPrepayDate":{"type":"string","example":"1984-01-24"},"ARMIntOnly":{"type":"integer","enum":[0,1],"example":1},"ARMPayOption":{"type":"integer","enum":[0,1],"example":1},"ARMNegAm":{"type":"integer","enum":[0,1],"example":1},"LienFilingDate":{"type":"string","example":"1984-01-24","description":"The date the lien was filed at the county courthouse.\n"},"LienRate":{"type":"number","example":888,"description":"The interest rate of the lien, if available.\n"},"LienStatus":{"type":"string","description":"The current estimated status of the lien - active or reconveyed (paid off or otherwise no longer secured by the property).\n","enum":["Verified Reconveyed","Estimated Reconveyed","Open/Active"]},"PersonLienStatus":{"type":"string","example":"Open","description":"The current status of the lien (e.g., open, released)","enum":["Open","Released"]},"LienPosition":{"type":"string","enum":["","?","1","2","3","4","5","6","7","8","9","1r","1R","2r","2R","3r","3R","4r","4R","5r","5R","6r","6R","7r","7R","8r","8R","9r","9R"]},"LienPositionNum":{"type":"string","description":"The current estimated position of the lien, or the position of lien at the time of reconveyance for those that we estimate to have been reconveyed. Position is the priority of each loan's or lien's security interest in the property, with lower positions having higher priority.\n","enum":["","?","1st","2nd","3rd","4th","5th","6th","7th","8th","9th"]},"LienContractDate":{"type":"string","description":"The date of the contract associated with the lien.\n"},"LienType":{"type":"string","description":"Further identifies the type of lien for certain Lien Document Types.\n"},"LienCourtCaseNumber":{"type":"string","description":"The number for the court case that caused the lien to be filed.\n"},"LienNumber":{"type":"string","description":"The number assigned to the lien.\n"},"ParentDocumentID":{"type":"string"},"ForeclosureStage":{"type":"string","description":"The current stage of foreclosure.\n"},"TrusteeSaleNum":{"type":"string","description":"The unique number assigned by trustee to identify a particular foreclosure.\n"},"DefaultAmount":{"type":"string","example":89,"description":"The amount shown in the notice of default which is required to bring the loan current as of the default date.\n"},"DefaultAsOf":{"type":"string","example":"1984-01-24","description":"The date on which the default amount was calculated.\n"},"SaleDate":{"type":"string","example":"1984-01-24","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For notices of trustee sale: the date on which the sale is currently scheduled to occur for active foreclosures, or the last scheduled date for sales that have occurred or been cancelled."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For notices of default (preforeclosures): this is the estimated date of when the sale could first occur."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"SaleTime":{"type":"string","description":"The time at which the foreclosure auction will be held.\n"},"SalePlace":{"type":"string","description":"The address and city for the foreclosure auction.\n"},"PostReason":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The reason the sale was postponed to a future sale date. If the sale has not yet been postponed then the reason is set to original indicating that the current sale date is the original sale date. Multiple reasons can be selected."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"PreviousSaleDate":{"type":"string","example":"1984-01-24","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Trustee sales can be postponed one or more times. The prior sale date is the date the foreclosure was scheduled for prior to the current sale date."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"OriginalSaleDate":{"type":"string","example":"1984-01-24","description":"Trustee sales can be postponed one or more times. The original sale date is the date the foreclosure sale was initially published to be held on.\n"},"SaleAmount":{"type":"string","example":89,"description":"The published bid in the notice of trustee sale. Typically represents the total amount owed on the loan as of the original sale date. May be discounted when the lender sets the opening bid.\n"},"OpeningBid":{"type":"string","example":89,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The amount the bidding will or did start at. May be discounted from the published bid."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"WinningBid":{"type":"string","example":89,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The winning bid at auction. If the property is sold back to the lender this is the same amount as the opening bid. If it is sold to a 3rd party this is at least $.01 more."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sale Tracking criteria are only available in the counties where we offer coverage for and you have subscribed to our Trustee Sale Tracking feature. Please see our "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.propertyradar.com/coverage"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"coverage page"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"a","attrs":{"target":"_blank","href":"https://www.foreclosureradar.com/#pricing"}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ForeclosureRadar pricing"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information."},"children":[]}]}]}]},"ForeclosingLender":{"type":"string","description":"The name of the foreclosing lender.\n"},"LenderAddress":{"type":"string"},"LenderCityStZip":{"type":"string"},"LenderPhone":{"type":"string"},"Trustee":{"type":"string","description":"The name of the trustee handling the foreclosure.\n"},"TrusteeAddress":{"type":"string"},"TrusteeCityStZip":{"type":"string"},"TrusteePhone":{"type":"string","description":"The phone number to call for updated information on the trustee sale, displayed in the format: 916-555-1212\n"},"BookNumber":{"type":"string","description":"Recorder's book, used by some counties to record transactions.\n"},"PageNumber":{"type":"string","description":"Page in recorder's book, used by some counties to record transactions.\n"},"Attorney":{"type":"string","description":"Name of attorney involved in the preparation of the notice.\n"},"AttorneyPhone":{"type":"string","example":"8005551212","description":"Telephone number for attorney involved in preparation of the notice.\n"},"CaseNumber":{"type":"string","description":"Case number assigned by courthouse.\n"},"LisPendensType":{"type":"string","description":"One of the four following types of lawsuits that is being noticed as pending. 1) Foreclosure on mortgage, 2) foreclosure on HOA lien, 3) foreclosure on non-HOA property lien, or 4) other non-foreclosure legal action.\n"},"PublishedBidDiscountToAVMPercent":{"type":"string","example":89,"description":"The discount of the published bid amount when compared to the estimated value of the property\n"},"OpeningBidDiscountToAVMPercent":{"type":"string","example":89,"description":"The discount of the opening bid amount when compared to the estimated value of the property\n"},"OpeningBidDiscountToPubBidPercent":{"type":"string","example":89,"description":"The discount of the opening bid amount when compared to the published bid in the notice of trustee sale\n"},"WinningBidDiscountToAVMPercent":{"type":"string","example":89,"description":"The discount of the winning bid amount when compared to the estimated value of the property\n"},"WinningBidDiscountToPubBidPercent":{"type":"string","example":89,"description":"The discount of the winning bid amount when compared to the published bid in the notice of trustee sale\n"}}}},"totalCost":{"type":"string","description":"The total amount billed for the records in this response","example":"1.00"},"quantityFreeRemaining":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export credits remaining in the account. Only present for preview (Purchase=false) responses."},"children":[]}]}]}],"example":250},"resultCount":{"type":"integer","description":"The number of records in this response","example":20}}},"id":"schema_773"}},"exampleStore":{},"securitySchemeStore":{"api_key_bearer":{"id":"api_key_bearer","type":"http","scheme":"bearer"},"x_radar_access_token":{"id":"x_radar_access_token","type":"apiKey","in":"header","paramName":"X-Radar-Access-Token"}},"servers":[{"url":"https://dev-api.propertyradar.com"},{"url":"https://main-api.propertyradar.com"},{"url":"https://qa-api.propertyradar.com"},{"url":"https://staging-api.propertyradar.com"},{"url":"https://test_runner-api.propertyradar.com"},{"url":"https://sandbox-api.propertyradar.com"},{"url":"https://unstable-api.propertyradar.com"},{"url":"https://api.propertyradar.com"},{"url":"https://local-api.propertyradar.com"}],"logo":{"imageUrl":"https://files.propertyradar.com/common/logos-pr/pr-logo-617x96.png","altText":"PropertyRadar logo"}},"options":{"hideSidebar":true,"mockServer":{"url":"/_mock/api","position":"off","description":"Mock server"},"disableRouter":true,"downloadUrls":[{"url":"/_bundle/api.json?download"},{"url":"/_bundle/api.yaml?download"}],"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"PropertyRadar API","description":"PropertyRadar Public API"}},"baseSlug":"/api","routesMapping":{}}