GET api/NE/GetDashboardStats_HHEnrollmentTotalsByType?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 EnrollmentTotalsByTypeName | Description | Type | Additional 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" } ]