Open repository in Console
Readme
Updated over 5 years ago
‧ Indexed 11 months ago
2019 Foreclosure Avoidance Mediation Beneficiary Exemption Affidavits Pursuant To SB 558
Financial institutions that have filed an exemption for participation in foreclosure mediation in 2019, pursuant to SB 558.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"oregon-gov/2019-foreclosure-avoidance-mediation-beneficiary-d5tf-g3yw\".\"2019_foreclosure_avoidance_mediation_beneficiary\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.