GET api/relationships/investments/{type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

InvestmentType

Required

Body Parameters

None.

Response Information

Resource Description

CollectionLoanDTO
NameDescriptionTypeAdditional information
Type

string

Required

Rows

Collection of RowLoanDTO

Required

Date

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "Rows": [
    {
      "Tenant": {
        "TenantId": "sample string 1",
        "Name": "sample string 2"
      },
      "Property": {
        "PropertyId": "sample string 1",
        "Name": "sample string 2",
        "LeaseName": "sample string 3",
        "InvestmentType": "RealEstate"
      },
      "LoanType": "PreDevelopment",
      "AcquisitionOrInitialInvestmentDate": "2026-02-05T15:42:16.3313649-08:00",
      "LeaseOrLoanMaturityDate": "2026-02-05T15:42:16.3313649-08:00",
      "Balance": 1.0,
      "EbitdarmMargin": {
        "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
        }
      },
      "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
        }
      }
    },
    {
      "Tenant": {
        "TenantId": "sample string 1",
        "Name": "sample string 2"
      },
      "Property": {
        "PropertyId": "sample string 1",
        "Name": "sample string 2",
        "LeaseName": "sample string 3",
        "InvestmentType": "RealEstate"
      },
      "LoanType": "PreDevelopment",
      "AcquisitionOrInitialInvestmentDate": "2026-02-05T15:42:16.3313649-08:00",
      "LeaseOrLoanMaturityDate": "2026-02-05T15:42:16.3313649-08:00",
      "Balance": 1.0,
      "EbitdarmMargin": {
        "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
        }
      },
      "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
        }
      }
    }
  ],
  "Date": "2026-02-05T15:42:16.3323647-08:00"
}