GET breeze/NE/GetDashboardStats_EnrollmentActivityByRegion?startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
Required |
|
| endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EnrollmentActivityByRegion| Name | Description | Type | Additional information |
|---|---|---|---|
| Region | string |
None. |
|
| Unassigned | decimal number |
None. |
|
| UnassignedGrandTotal | decimal number |
None. |
|
| UnassignedPercentage | decimal number |
None. |
|
| AutoAssignment | decimal number |
None. |
|
| AutoAssignmentGrandTotal | decimal number |
None. |
|
| AutoAssignmentPercentage | decimal number |
None. |
|
| Voluntary | decimal number |
None. |
|
| VoluntaryGrandTotal | decimal number |
None. |
|
| VoluntaryPercentage | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "NE.Models.EnrollmentActivityByRegion, NE.Models",
"Region": "sample string 1",
"Unassigned": 2.1,
"UnassignedGrandTotal": 3.1,
"UnassignedPercentage": 4.1,
"AutoAssignment": 5.1,
"AutoAssignmentGrandTotal": 6.1,
"AutoAssignmentPercentage": 7.1,
"Voluntary": 8.1,
"VoluntaryGrandTotal": 9.1,
"VoluntaryPercentage": 10.1
},
{
"$ref": "1"
}
]