This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Description
Hello,
I am trying to use location.get_detail to get property information on basements, units, stories, and residential status as described under LocationDetailProperty Object https://github.com/FirstStreet/fsf_api_access_python/wiki/Location-Detail
However, a code such as this:
location_detail = fs.location.get_detail(search_items=[511447411, 511447412, 511447413], location_type="property", csv=True)
won't return all of those values:

Is there anyway to access basements, units, storage, and residential status using location.get_detail?
Thanks,
Matt