GET api/portfolio/charts?period={period}&count={count}&ids={ids}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
period

string

None.

count

integer

Default value is 4

ids

string

None.

Body Parameters

None.

Response Information

Resource Description

PortfolioSummaryChartsDTO
NameDescriptionTypeAdditional information
Params

PeriodParametersDTO

Required

EbitdarCoverage

Collection of FacilityMiniChartDTO

Required

EbitdarmCoverage

Collection of FacilityMiniChartDTO

Required

SkilledMix

Collection of FacilityMiniChartDTO

Required

Occupancy

Collection of FacilityMiniChartDTO

Required

Response Formats

application/json, text/json

Sample:
{
  "Params": {
    "Period": "sample string 1",
    "CalculatedPeriod": "sample string 2",
    "Count": 3,
    "IsCumulative": true
  },
  "EbitdarCoverage": [
    {
      "Type": "SrHousing",
      "Chart": [
        {
          "Key": "sample string 1",
          "Value": 1.0
        },
        {
          "Key": "sample string 1",
          "Value": 1.0
        }
      ]
    },
    {
      "Type": "SrHousing",
      "Chart": [
        {
          "Key": "sample string 1",
          "Value": 1.0
        },
        {
          "Key": "sample string 1",
          "Value": 1.0
        }
      ]
    }
  ],
  "EbitdarmCoverage": [
    {
      "Type": "SrHousing",
      "Chart": [
        {
          "Key": "sample string 1",
          "Value": 1.0
        },
        {
          "Key": "sample string 1",
          "Value": 1.0
        }
      ]
    },
    {
      "Type": "SrHousing",
      "Chart": [
        {
          "Key": "sample string 1",
          "Value": 1.0
        },
        {
          "Key": "sample string 1",
          "Value": 1.0
        }
      ]
    }
  ],
  "SkilledMix": [
    {
      "Type": "SrHousing",
      "Chart": [
        {
          "Key": "sample string 1",
          "Value": 1.0
        },
        {
          "Key": "sample string 1",
          "Value": 1.0
        }
      ]
    },
    {
      "Type": "SrHousing",
      "Chart": [
        {
          "Key": "sample string 1",
          "Value": 1.0
        },
        {
          "Key": "sample string 1",
          "Value": 1.0
        }
      ]
    }
  ],
  "Occupancy": [
    {
      "Type": "SrHousing",
      "Chart": [
        {
          "Key": "sample string 1",
          "Value": 1.0
        },
        {
          "Key": "sample string 1",
          "Value": 1.0
        }
      ]
    },
    {
      "Type": "SrHousing",
      "Chart": [
        {
          "Key": "sample string 1",
          "Value": 1.0
        },
        {
          "Key": "sample string 1",
          "Value": 1.0
        }
      ]
    }
  ]
}