GET api/contribution/equity?period={period}&cumulative={cumulative}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
period

string

Required

cumulative

CumulativeType

Default value is None

Body Parameters

None.

Response Information

Resource Description

CollectionInvestmentEquityDTO
NameDescriptionTypeAdditional information
Type

string

None.

Params

PeriodParametersDTO

Required

Rows

Collection of RowInvestmentEquityDTO

Required

AggregateRows

Collection of RowInvestmentEquityDTO

None.

Date

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "Params": {
    "Period": "sample string 1",
    "CalculatedPeriod": "sample string 2",
    "Count": 3,
    "IsCumulative": true
  },
  "Rows": [
    {
      "Property": {
        "PropertyId": "sample string 1",
        "Name": "sample string 2",
        "LeaseName": "sample string 3",
        "InvestmentType": "RealEstate"
      },
      "Tenant": {
        "TenantId": "sample string 1",
        "Name": "sample string 2"
      },
      "FacilityType": "SrHousing",
      "NoFacilities": "sample string 1",
      "InitialInvestmentDate": "2026-02-05T14:09:20.1769529-08:00",
      "OutsideDate": "2026-02-05T14:09:20.177956-08:00",
      "MaturityDate": "2026-02-05T14:09:20.177956-08:00",
      "BedsOrUnits": 1.0,
      "Commitment": 1.0,
      "TotalInvested": 1.0,
      "TotalInvestedPeriod": 1.0,
      "AmountInvested": 1.0,
      "NetBookValue": 1.0,
      "GaapRevenue": 1.0,
      "Yield": 1.0,
      "IsActive": true
    },
    {
      "Property": {
        "PropertyId": "sample string 1",
        "Name": "sample string 2",
        "LeaseName": "sample string 3",
        "InvestmentType": "RealEstate"
      },
      "Tenant": {
        "TenantId": "sample string 1",
        "Name": "sample string 2"
      },
      "FacilityType": "SrHousing",
      "NoFacilities": "sample string 1",
      "InitialInvestmentDate": "2026-02-05T14:09:20.1769529-08:00",
      "OutsideDate": "2026-02-05T14:09:20.177956-08:00",
      "MaturityDate": "2026-02-05T14:09:20.177956-08:00",
      "BedsOrUnits": 1.0,
      "Commitment": 1.0,
      "TotalInvested": 1.0,
      "TotalInvestedPeriod": 1.0,
      "AmountInvested": 1.0,
      "NetBookValue": 1.0,
      "GaapRevenue": 1.0,
      "Yield": 1.0,
      "IsActive": true
    }
  ],
  "AggregateRows": [
    {
      "Property": {
        "PropertyId": "sample string 1",
        "Name": "sample string 2",
        "LeaseName": "sample string 3",
        "InvestmentType": "RealEstate"
      },
      "Tenant": {
        "TenantId": "sample string 1",
        "Name": "sample string 2"
      },
      "FacilityType": "SrHousing",
      "NoFacilities": "sample string 1",
      "InitialInvestmentDate": "2026-02-05T14:09:20.1769529-08:00",
      "OutsideDate": "2026-02-05T14:09:20.177956-08:00",
      "MaturityDate": "2026-02-05T14:09:20.177956-08:00",
      "BedsOrUnits": 1.0,
      "Commitment": 1.0,
      "TotalInvested": 1.0,
      "TotalInvestedPeriod": 1.0,
      "AmountInvested": 1.0,
      "NetBookValue": 1.0,
      "GaapRevenue": 1.0,
      "Yield": 1.0,
      "IsActive": true
    },
    {
      "Property": {
        "PropertyId": "sample string 1",
        "Name": "sample string 2",
        "LeaseName": "sample string 3",
        "InvestmentType": "RealEstate"
      },
      "Tenant": {
        "TenantId": "sample string 1",
        "Name": "sample string 2"
      },
      "FacilityType": "SrHousing",
      "NoFacilities": "sample string 1",
      "InitialInvestmentDate": "2026-02-05T14:09:20.1769529-08:00",
      "OutsideDate": "2026-02-05T14:09:20.177956-08:00",
      "MaturityDate": "2026-02-05T14:09:20.177956-08:00",
      "BedsOrUnits": 1.0,
      "Commitment": 1.0,
      "TotalInvested": 1.0,
      "TotalInvestedPeriod": 1.0,
      "AmountInvested": 1.0,
      "NetBookValue": 1.0,
      "GaapRevenue": 1.0,
      "Yield": 1.0,
      "IsActive": true
    }
  ],
  "Date": "2026-02-05T14:09:20.177956-08:00"
}