{"name":"Rent Roll API","version":"1.0.0","docs":"/docs","redoc":"/redoc","openapi":"/openapi.json","health":"/health","conventions":{"create":"POST to the parent collection (e.g. POST /v1/units/{id}/residents)","amend":"PATCH the resource (e.g. PATCH /v1/residents/{id})","effective_dated_facts":"POST to its …-changes collection, also listable with GET"},"key_endpoints":{"rent_roll":"GET /v1/properties/{id}/rent-roll?start_date=&end_date=&format=json|csv","kpis":"GET /v1/properties/{id}/kpis?start_date=&end_date=","bulk_units":"POST /v1/properties/{id}/units/csv  (multipart CSV)","move_in":"POST /v1/units/{id}/residents","rent_change":"POST /v1/residents/{id}/rent-changes","history":"GET /v1/{properties|units|residents}/{id}/history"}}