GET api/contribution/realEstate?period={period}&cumulative={cumulative}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| period | string |
Required |
|
| cumulative | CumulativeType |
Default value is None |
Body Parameters
None.
Response Information
Resource Description
CollectionInvestmentRealDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| Params | PeriodParametersDTO |
Required |
|
| Rows | Collection of RowInvestmentRealEstateDTO |
Required |
|
| AggregateRows | Collection of RowInvestmentRealEstateDTO |
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",
"InitialInvestmentDate": "2026-02-05T06:31:49.2385869-08:00",
"LeaseExpiration": "2026-02-05T06:31:49.2385869-08:00",
"BedsOrUnits": 1,
"TotalInvested": 1.0,
"TotalInvestedPeriod": 1.0,
"AmountInvested": 1.0,
"NetBookValue": 1.0,
"GaapRent": 1.0,
"CashRent": 1.0,
"InitialCashYield": 1.0,
"DateSold": "2026-02-05T06:31:49.2385869-08:00",
"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",
"InitialInvestmentDate": "2026-02-05T06:31:49.2385869-08:00",
"LeaseExpiration": "2026-02-05T06:31:49.2385869-08:00",
"BedsOrUnits": 1,
"TotalInvested": 1.0,
"TotalInvestedPeriod": 1.0,
"AmountInvested": 1.0,
"NetBookValue": 1.0,
"GaapRent": 1.0,
"CashRent": 1.0,
"InitialCashYield": 1.0,
"DateSold": "2026-02-05T06:31:49.2385869-08:00",
"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",
"InitialInvestmentDate": "2026-02-05T06:31:49.2385869-08:00",
"LeaseExpiration": "2026-02-05T06:31:49.2385869-08:00",
"BedsOrUnits": 1,
"TotalInvested": 1.0,
"TotalInvestedPeriod": 1.0,
"AmountInvested": 1.0,
"NetBookValue": 1.0,
"GaapRent": 1.0,
"CashRent": 1.0,
"InitialCashYield": 1.0,
"DateSold": "2026-02-05T06:31:49.2385869-08:00",
"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",
"InitialInvestmentDate": "2026-02-05T06:31:49.2385869-08:00",
"LeaseExpiration": "2026-02-05T06:31:49.2385869-08:00",
"BedsOrUnits": 1,
"TotalInvested": 1.0,
"TotalInvestedPeriod": 1.0,
"AmountInvested": 1.0,
"NetBookValue": 1.0,
"GaapRent": 1.0,
"CashRent": 1.0,
"InitialCashYield": 1.0,
"DateSold": "2026-02-05T06:31:49.2385869-08:00",
"IsActive": true
}
],
"Date": "2026-02-05T06:31:49.2395877-08:00"
}