GET breeze/NE/GetDashboardStats_OpenEnrollmentTotalsByType?startDate={startDate}&endDate={endDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

date

Required

endDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of EnrollmentTotalsByType
NameDescriptionTypeAdditional information
EnrollmentType

string

None.

Total

integer

None.

Percentage

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "NE.Models.EnrollmentTotalsByType, NE.Models",
    "EnrollmentType": "sample string 1",
    "Total": 2,
    "Percentage": 3.1
  },
  {
    "$ref": "1"
  }
]