GET breeze/NE/GetDashboardStats_EnrollmentPopulationByRegion
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EnrollmentPopulationByRegionName | Description | Type | Additional information |
---|---|---|---|
RegionId | integer |
None. |
|
Region | string |
None. |
|
TotalRegionPopulation | integer |
None. |
|
VoluntaryEnrollments | decimal number |
None. |
|
AutoAssignments | decimal number |
None. |
|
Unassigned | decimal number |
None. |
|
TotalStatePopulation | decimal number |
None. |
|
VoluntaryPercentage | decimal number |
None. |
|
AutoAssignmentPercentage | decimal number |
None. |
|
UnassignedPercentage | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "$type": "NE.Models.EnrollmentPopulationByRegion, NE.Models", "RegionId": 1, "Region": "sample string 2", "TotalRegionPopulation": 3, "VoluntaryEnrollments": 4.1, "AutoAssignments": 5.1, "Unassigned": 6.1, "TotalStatePopulation": 7.1, "VoluntaryPercentage": 8.1, "AutoAssignmentPercentage": 9.1, "UnassignedPercentage": 10.1 }, { "$ref": "1" } ]