GET breeze/NE/GetDashboardStats_PlanChangesByReasonAndPlan?startDate={startDate}&endDate={endDate}&take={take}&skip={skip}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

date

Required

endDate

date

Required

take

integer

Required

skip

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PlanChangesByReasonAndPlan
NameDescriptionTypeAdditional information
PlanChangeReasonId

byte

None.

PlanChangeReason

string

None.

NTC

integer

None.

UHCP

integer

None.

WCN

integer

None.

HBN

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "NE.Models.PlanChangesByReasonAndPlan, NE.Models",
    "PlanChangeReasonId": 64,
    "PlanChangeReason": "sample string 2",
    "NTC": 3,
    "UHCP": 4,
    "WCN": 5,
    "HBN": 6
  },
  {
    "$ref": "1"
  }
]