GET api/sabra-cinch/locations

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CollectionGeoPropertiesDTO
NameDescriptionTypeAdditional 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-06T06:44:04.1214774-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-06T06:44:04.1214774-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-06T06:44:04.1214774-08:00"
}