GET api/relationships/summary?facility={facility}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| facility | FacilityType |
None. |
Body Parameters
None.
Response Information
Resource Description
TenantSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Charts | Collection of PerformanceChartDTO |
Required |
|
| FacilityType | FacilityType |
Required |
|
| InvestmentTotal | decimal number |
Required |
|
| NetBookValue | decimal number |
Required |
|
| RelationshipsTotal | decimal number |
Required |
|
| WatchListCount | decimal number |
None. |
|
| Date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Charts": [
{
"Code": "Ebitdar",
"Type": "SrHousing",
"Date": "2026-02-05T06:31:22.5866131-08:00",
"DataMonth": [
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
],
"DataQuarter": [
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
],
"DataYear": [
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
]
},
{
"Code": "Ebitdar",
"Type": "SrHousing",
"Date": "2026-02-05T06:31:22.5866131-08:00",
"DataMonth": [
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
],
"DataQuarter": [
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
],
"DataYear": [
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
},
{
"Date": "2026-02-05T06:31:22.5866131-08:00",
"Value": 1.0,
"LastYearValue": 1.0
}
]
}
],
"FacilityType": "SrHousing",
"InvestmentTotal": 1.0,
"NetBookValue": 2.0,
"RelationshipsTotal": 3.0,
"WatchListCount": 1.0,
"Date": "2026-02-05T06:31:22.5876096-08:00"
}