GET api/relationships/{tenantId}/dashboard?period={period}&type={type}&stabilize={stabilize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenantId

string

Required

period

string

Required

type

CumulativeType

Default value is None

stabilize

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

CollectionTenantDashboardDTO
NameDescriptionTypeAdditional information
Type

string

Required

Rows

Collection of RelationshipDashboardDTO

Required

Date

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "Rows": [
    {
      "Label": "sample string 1",
      "OperatingBeds": 1.1,
      "Occupancy": 1.1,
      "Revenues": 1.1,
      "OperatingExpenses": 1.1,
      "Ebitdarm": 1.1,
      "EbitdarmMargin": 1.1,
      "EbitdarmCoverageDashboard": 1.1,
      "ContractualRent": 1.1,
      "Ebitdar": 1.1,
      "EbitdarMargin": 1.1,
      "EbitdarCoverageDashboard": 1.1,
      "SkilledMixCensus": 1.1,
      "SkilledMixRevenue": 1.1,
      "RevenuePPDDashboard": 1.1,
      "OpexPPDDashboard": 1.1,
      "ManagementFee": 1.1,
      "Date": "2026-02-05T06:35:39.3863488-08:00"
    },
    {
      "Label": "sample string 1",
      "OperatingBeds": 1.1,
      "Occupancy": 1.1,
      "Revenues": 1.1,
      "OperatingExpenses": 1.1,
      "Ebitdarm": 1.1,
      "EbitdarmMargin": 1.1,
      "EbitdarmCoverageDashboard": 1.1,
      "ContractualRent": 1.1,
      "Ebitdar": 1.1,
      "EbitdarMargin": 1.1,
      "EbitdarCoverageDashboard": 1.1,
      "SkilledMixCensus": 1.1,
      "SkilledMixRevenue": 1.1,
      "RevenuePPDDashboard": 1.1,
      "OpexPPDDashboard": 1.1,
      "ManagementFee": 1.1,
      "Date": "2026-02-05T06:35:39.3863488-08:00"
    }
  ],
  "Date": "2026-02-05T06:35:39.3863488-08:00"
}