GET api/relationships/{tenantId}/performance

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenantId

string

Required

Body Parameters

None.

Response Information

Resource Description

PerformanceChartCollectionDTO
NameDescriptionTypeAdditional information
Tenant

TenantInfoDTO

Required

Charts

Collection of PerformanceChartDTO

Required

Response Formats

application/json, text/json

Sample:
{
  "Tenant": {
    "TenantId": "sample string 1",
    "Name": "sample string 2"
  },
  "Charts": [
    {
      "Code": "Ebitdar",
      "Type": "SrHousing",
      "Date": "2026-02-05T06:34:41.6756611-08:00",
      "DataMonth": [
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ],
      "DataQuarter": [
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ],
      "DataYear": [
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ]
    },
    {
      "Code": "Ebitdar",
      "Type": "SrHousing",
      "Date": "2026-02-05T06:34:41.6756611-08:00",
      "DataMonth": [
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ],
      "DataQuarter": [
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ],
      "DataYear": [
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T06:34:41.6756611-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ]
    }
  ]
}