Skip to content
Last updated

Changelog

Version 5.2.1.0

Additions

  • Property transaction history now supports the many detailed response fields previously available only through Document details. Fields defaults to the backward-compatible Standard fieldset and accepts up to 50 field IDs.
  • Property transaction history: added filters for more focused requests.
    • DocType returns only specified document types. E.g. DocType=DOT,GRT to filter to Deeds of Trust & Grant Deeds.
    • RecDate limits results to a date range or period.
    • Limit sets a maximum number of records returned (and billed)
    • DocumentID retrieves a specific document associated with the Property.

Changes

  • Property transaction history: filters are applied before result counting, limiting, and billing; quotes report the filtered count and purchases bill only returned records.
  • /properties response field AVMReliability is correctly documented as an integer, not a string.

Version 5.2.0.0

Additions

Changes

  • Raised OAuth/Public API comma-separated Fields limit from 50 to 500 user-specified field ids per request (named fieldsets such as All and PropertyTab are unchanged). Error message: Exceeded 500 field limit for user-specified fields.
  • List automations: PurchasePhone and PurchaseEmail (0/1 flags) replaced by PurchasePhoneOptions and PurchaseEmailOptions objects with contacts_to_include (all|primary); phones also support has_mobile.
  • Fieldsets for /properties: Likely score fields added to GridOptional.
  • Criteria objects: menuLabels and chipLabel fields documented.

Version 5.1.1.0

Changes

  • Documented 402 Insufficient Balance response on all pay-per-record endpoints (those with a Purchase parameter)
  • Added and documented 403 Forbidden response on all endpoints (authorization and subscription/feature denial when the access token is valid; invalid or expired tokens return 401). Subscription issues previously returned 400.
  • Added and documented 404 Not Found response on all endpoints (unknown path, missing authentication on some routes, or resource ID not found or not visible to the account). Resource-not-found errors previously returned 400.

Version 5.1.0.0

Additions

Changes

  • Criteria
    • Listed for Sale?: applies to MLS listings only (description updated)
    • Listing Type: new value FSBO; MLS values relabeled (for example, "Market" becomes "MLS Market")
    • Transfer Type: new value Non-Market - Correction
    • ListingPriceReduced replaced with Price Change (Was yes/no, now percent range)
  • Fieldsets for /properties
    • isListedForSaleByOwner added to Grid, GridOptional, Card, Mobile, Map, and Overview
    • isExpiredListing added to GridOptional
  • Removed response fields in /properties
    • ListingStatus
    • ListingStatusDate
    • ListingType

Version 5.0.0.2

Changes

  • isSiteVacant and isMailVacant added to Card and Mobile fieldsets

Version 5.0

Additions

Fixes

Changes

Version 4.26.1

  • New documentation format

Version 4.26

  • MRCOO Transfer types (LastTransferType) now include non-market types that result in a change of ownership.
  • New TaxResale type added to both TransferType and LastTransferType.
  • [ClientName] added to /integrations/webhooks.

Version 4.25

  • Improved schema for Polygon and Radius.
  • New LimitSort and LimitNearest Criteria.
  • inDivorceProperty became inDivorce and the description changed.
  • DivorceRecordingDate and DivorceDecreeDate were replaced by DivorceFilingDate.

Version 4.24

  • No changes from Version 4.23

Version 4.23

  • Lists: Added GroupName parameter and resource field for filtering lists by groups. "Audiences" is the only currently supported group.
  • Lists: Added DisplayOrder resource field for controlling list ordering within groups.
  • Lists: Enhanced sorting to include DisplayOrder field.
  • Lists: New endpoint /v1/lists/groups

Version 4.21

  • Updated pay-per-record documentation to clarify RadarID-only requests are free

Version 4.18

  • API docs reorganized so that Criteria is at the top level, preface organized into Welcome, Get started etc.

Version 4.17

  • All errors now in JSON format (previously not found or missing auth returned as HTML)