GET api/investments/locations
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CollectionGeoPropertiesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
Required |
|
| Rows | Collection of RowGeoPropertyDTO |
Required |
|
| Date | date |
Required |
Response Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"Rows": [
{
"Property": {
"PropertyId": "sample string 1",
"Name": "sample string 2",
"LeaseName": "sample string 3",
"InvestmentType": "RealEstate"
},
"FacilityType": "SrHousing",
"ProductType": "Unknown",
"Location": {
"Latitude": 1.0,
"Longtitude": 2.0,
"State": "sample string 3",
"Country": "USA"
},
"InvestmentAmount": 1.0,
"Tenant": {
"TenantId": "sample string 1",
"Name": "sample string 2"
},
"InitialCashYield": 1.0,
"EbitdarmMargin": 1.0,
"BadDebt": 1.0,
"Occupancy": 1.0,
"RevenuePPD": 1.0,
"LaborPPD": 1.0,
"DietaryPPD": 1.0,
"StartDate": "2026-02-05T15:42:17.8346044-08:00",
"Ranking": 1.0,
"ILBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"ALBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"MCBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"SNFBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"ACHBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"CCRCBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"TotalBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
}
},
{
"Property": {
"PropertyId": "sample string 1",
"Name": "sample string 2",
"LeaseName": "sample string 3",
"InvestmentType": "RealEstate"
},
"FacilityType": "SrHousing",
"ProductType": "Unknown",
"Location": {
"Latitude": 1.0,
"Longtitude": 2.0,
"State": "sample string 3",
"Country": "USA"
},
"InvestmentAmount": 1.0,
"Tenant": {
"TenantId": "sample string 1",
"Name": "sample string 2"
},
"InitialCashYield": 1.0,
"EbitdarmMargin": 1.0,
"BadDebt": 1.0,
"Occupancy": 1.0,
"RevenuePPD": 1.0,
"LaborPPD": 1.0,
"DietaryPPD": 1.0,
"StartDate": "2026-02-05T15:42:17.8346044-08:00",
"Ranking": 1.0,
"ILBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"ALBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"MCBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"SNFBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"ACHBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"CCRCBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"TotalBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
}
}
],
"Date": "2026-02-05T15:42:17.8346044-08:00"
}