GET api/investments

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CollectionPropertiesAllDTO
NameDescriptionTypeAdditional information
Type

string

Required

Rows

Collection of RowPropertiesAllDTO

Required

Date

date

None.

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"
      },
      "InvestmentTypeEx": "RealEstateNNN",
      "Tenant": {
        "TenantId": "sample string 1",
        "Name": "sample string 2"
      },
      "IsStabilized": true,
      "IsNew": true,
      "IsWatched": true,
      "EbitdarCoverage": {
        "Month": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Quarter": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Year": {
          "Value": 1.0,
          "Delta": 1.0
        }
      },
      "EbitdarMargin": {
        "Month": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Quarter": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Year": {
          "Value": 1.0,
          "Delta": 1.0
        }
      },
      "EbitdarmCoverage": {
        "Month": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Quarter": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Year": {
          "Value": 1.0,
          "Delta": 1.0
        }
      },
      "Occupancy": {
        "Month": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Quarter": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Year": {
          "Value": 1.0,
          "Delta": 1.0
        }
      },
      "SkillMix": {
        "Month": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Quarter": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Year": {
          "Value": 1.0,
          "Delta": 1.0
        }
      },
      "State": "sample string 4",
      "AcquisitionOrInitialInvestmentDate": "2026-02-05T08:12:17.0198184-08:00",
      "FacilityType": "SrHousing",
      "SabraRanking": 1.0,
      "LeaseOrLoanMaturityDate": "2026-02-05T08:12:17.0198184-08:00"
    },
    {
      "Property": {
        "PropertyId": "sample string 1",
        "Name": "sample string 2",
        "LeaseName": "sample string 3",
        "InvestmentType": "RealEstate"
      },
      "InvestmentTypeEx": "RealEstateNNN",
      "Tenant": {
        "TenantId": "sample string 1",
        "Name": "sample string 2"
      },
      "IsStabilized": true,
      "IsNew": true,
      "IsWatched": true,
      "EbitdarCoverage": {
        "Month": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Quarter": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Year": {
          "Value": 1.0,
          "Delta": 1.0
        }
      },
      "EbitdarMargin": {
        "Month": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Quarter": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Year": {
          "Value": 1.0,
          "Delta": 1.0
        }
      },
      "EbitdarmCoverage": {
        "Month": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Quarter": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Year": {
          "Value": 1.0,
          "Delta": 1.0
        }
      },
      "Occupancy": {
        "Month": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Quarter": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Year": {
          "Value": 1.0,
          "Delta": 1.0
        }
      },
      "SkillMix": {
        "Month": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Quarter": {
          "Value": 1.0,
          "Delta": 1.0
        },
        "Year": {
          "Value": 1.0,
          "Delta": 1.0
        }
      },
      "State": "sample string 4",
      "AcquisitionOrInitialInvestmentDate": "2026-02-05T08:12:17.0198184-08:00",
      "FacilityType": "SrHousing",
      "SabraRanking": 1.0,
      "LeaseOrLoanMaturityDate": "2026-02-05T08:12:17.0198184-08:00"
    }
  ],
  "Date": "2026-02-05T08:12:17.0198184-08:00"
}