GET api/investments/{propertyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyId

string

Required

Body Parameters

None.

Response Information

Resource Description

PropertyDTO
NameDescriptionTypeAdditional information
PropertyId

string

Required

Name

string

None.

AssetManagerName

string

None.

InvAssociateName

string

None.

InvManagerName

string

None.

LeaseAdminName

string

None.

FacilityType

FacilityType

Required

Address

AddressDTO

None.

Tenant

TenantInfoDTO

None.

Admin

ContactDTO

None.

InvestmentType

InvestmentType

None.

Date

date

None.

RealEstateStats

PropertyRealEstateStatsDTO

None.

RealEstateHistory

PropertyRealEstateHistoryDTO

None.

RealEstatePerformance

PropertyRealEstatePerformanceDTO

None.

LoanOrPreferredEquityStats

PropertyLoanOrPreferredEquityStatsDTO

None.

LoanOrPreferredEquityHistory

PropertyLoanOrPreferredEquityHistoryDTO

None.

LoanOrPreferredEquityPurchaseOptions

PropertyLoanOrPreferredEquityPurchaseDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "PropertyId": "sample string 1",
  "Name": "sample string 2",
  "AssetManagerName": "sample string 3",
  "InvAssociateName": "sample string 4",
  "InvManagerName": "sample string 5",
  "LeaseAdminName": "sample string 6",
  "FacilityType": "SrHousing",
  "Address": {
    "Street": "sample string 1",
    "Street2": "sample string 2",
    "City": "sample string 3",
    "State": "sample string 4",
    "ZipCode": "sample string 5"
  },
  "Tenant": {
    "TenantId": "sample string 1",
    "Name": "sample string 2"
  },
  "Admin": {
    "LastName": "sample string 1",
    "FirstName": "sample string 2",
    "Title": "sample string 3",
    "Phone": "sample string 4",
    "Email": "sample string 5"
  },
  "InvestmentType": "RealEstate",
  "Date": "2026-02-05T06:31:15.6039636-08:00",
  "RealEstateStats": {
    "FloorsCount": "sample string 1",
    "SqFootage": 1.0,
    "SiteAcreage": 1.0,
    "SpecialUnitsCount": "sample string 2",
    "AvailableBedsCount": 1,
    "OperatingBedsCount": 1,
    "BookValue": 1.0,
    "AnnualRent": 1.0,
    "CapExCurrent": 1.0,
    "CapExPrevYr": 1.0,
    "CapEx2PrevYr": 1.0,
    "LastVisited": "2026-02-05T06:31:15.6039636-08:00"
  },
  "RealEstateHistory": {
    "YearBuilt": 1,
    "Acquisition": "2026-02-05T06:31:15.6039636-08:00",
    "AdditionsMade": "sample string 1",
    "PurchasePrice": 2.0,
    "InitialInvestment": 3.0,
    "LeaseEnd": "2026-02-05T06:31:15.6039636-08:00"
  },
  "RealEstatePerformance": {
    "EbitdarCoverage": 1.0,
    "EbitdarmCoverage": 2.0,
    "Occupancy": 3.0,
    "EbitdarMargin": 4.0,
    "EbitdarmMargin": 5.0,
    "SkillMix": 6.0,
    "FinancialScore": 1.0,
    "OpExPPD": 1.0,
    "LaborPPD": 1.0,
    "UnderwrittenRevenue": 1.0,
    "UnderwrittenEbitdarmCoverage": 1.0,
    "UnderwrittenEbitdarCoverage": 1.0,
    "UnderwrittenOccupancy": 1.0,
    "UnderwrittenSkilledMix": 1.0
  },
  "LoanOrPreferredEquityStats": {
    "FacilitiesCount": 1,
    "SqFootage": 1.0,
    "SiteAcreage": 1.0,
    "SpecialUnitsCount": "sample string 2",
    "AvailableBedsCount": 1,
    "OperatingBedsCount": 1,
    "LastVisited": "2026-02-05T06:31:15.6039636-08:00"
  },
  "LoanOrPreferredEquityHistory": {
    "InitialInvestmentDate": "2026-02-05T06:31:15.6039636-08:00",
    "CompletionDate": "2026-02-05T06:31:15.6039636-08:00",
    "MaturityDate": "2026-02-05T06:31:15.6039636-08:00"
  },
  "LoanOrPreferredEquityPurchaseOptions": {
    "OptionBeginning": "2026-02-05T06:31:15.6039636-08:00",
    "OptionEnd": "2026-02-05T06:31:15.6039636-08:00",
    "AmountCommitted": 1.0,
    "InvestedLoans": 1.0,
    "InvestedEquity": 1.0,
    "ReturnRate": 1.0
  }
}