Added
- Added GET /v1/schools/catchment/admission-area/{id}, where
{id}is the school id. It returns a GeoJSONFeatureCollectiondescribing a school's admission area, combining any hard designated catchment polygon (boundaryTypepolygon) with an indicative last-admitted-distance radius (boundaryTypedistance_radius, carryingradiusMand per-criterion offer statistics), so you can draw either a catchment polygon or a distance circle from one request. OptionalacademicYearandasOfDateparameters pin the year and effective date. - Added the
parentLocationIdfilter field to the propertyquerybody, so POST /v1/property/query and POST /v1/property/aggregate can return the units that share a building. Pass the building's location id to fetch in-building comparables.