Accessing FloPlan Data Using the RESO Web API
FloPlan data can be accessed using the RESO Web API by following the information below. The floor plan itself will be represented as a URL, similar to a listing photo.
Any time the addition, change, or deletion of a FloPlan record impacts a listing, that listing's PhotosChangeTimestamp, ModificationTimestamp, and PhotosCount fields will be updated appropriately. Additionally, there is a new FloorPlansChangeTimestamp field that indicates the DateTime of the last update to a listing's floor plans data.
Important!
As of August 5th, 2021 FBS is releasing a change that will allow developers to retrieve FloPlan data as part of the listing data payload presented in their RETS, Spark API, and RESO Web API feeds. For a full list of options regarding FloPlan data retrieval visit our overview page.
1. Included in the Media Expansion and .../Media Endpoint
All applicable FloPlan records will be automatically included in the /Reso/OData/Property('<Property.Id>')/Media dataset and Media expansion. If your data pull processes are already retrieving photos or other Media from the RESO Web API, you will simply need to adjust your importer to also process records with a MediaCategory value of "FloorPlan".
For more information on retrieving Media data via the RESO Web API see the documentation links below: