GET api/portfolio/rick?start={start}&end={end}&stab={stab}&sold={sold}&ignore={ignore}&hfs={hfs}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
start

string

Required

end

string

Required

stab

boolean

Default value is True

sold

boolean

Default value is True

ignore

boolean

Default value is True

hfs

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

CollectionPortfolioRickDTO
NameDescriptionTypeAdditional information
Type

string

None.

Rows

Collection of RowPortfolioRickDTO

Required

AggregateRows

Collection of RowPortfolioRickAggrDTO

Required

Response Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "Rows": [
    {
      "Tenant": {
        "TenantId": "sample string 1",
        "Name": "sample string 2"
      },
      "Quarters": [
        {
          "Period": "sample string 1",
          "EbitdarCoverage": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "EbitdarmCoverage": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "SkilledMix": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "Occupancy": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "FixedChargeCoverage": 1.0
        },
        {
          "Period": "sample string 1",
          "EbitdarCoverage": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "EbitdarmCoverage": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "SkilledMix": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "Occupancy": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "FixedChargeCoverage": 1.0
        }
      ]
    },
    {
      "Tenant": {
        "TenantId": "sample string 1",
        "Name": "sample string 2"
      },
      "Quarters": [
        {
          "Period": "sample string 1",
          "EbitdarCoverage": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "EbitdarmCoverage": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "SkilledMix": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "Occupancy": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "FixedChargeCoverage": 1.0
        },
        {
          "Period": "sample string 1",
          "EbitdarCoverage": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "EbitdarmCoverage": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "SkilledMix": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "Occupancy": {
            "All": 1.0,
            "SrHousing": 1.0,
            "AcuteCare": 1.0,
            "Skilled": 1.0
          },
          "FixedChargeCoverage": 1.0
        }
      ]
    }
  ],
  "AggregateRows": [
    {
      "Type": "SrHousing",
      "Quarters": [
        {
          "Period": "sample string 1",
          "EbitdarCoverage": 1.0,
          "EbitdarmCoverage": 1.0,
          "SkilledMix": 1.0,
          "Occupancy": 1.0
        },
        {
          "Period": "sample string 1",
          "EbitdarCoverage": 1.0,
          "EbitdarmCoverage": 1.0,
          "SkilledMix": 1.0,
          "Occupancy": 1.0
        }
      ]
    },
    {
      "Type": "SrHousing",
      "Quarters": [
        {
          "Period": "sample string 1",
          "EbitdarCoverage": 1.0,
          "EbitdarmCoverage": 1.0,
          "SkilledMix": 1.0,
          "Occupancy": 1.0
        },
        {
          "Period": "sample string 1",
          "EbitdarCoverage": 1.0,
          "EbitdarmCoverage": 1.0,
          "SkilledMix": 1.0,
          "Occupancy": 1.0
        }
      ]
    }
  ]
}