GET api/NE/GetDashboardStats_EnrollmentActivity?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 EnrollmentActivityName | Description | Type | Additional information |
---|---|---|---|
EnrollmentType | string |
None. |
|
Total | integer |
None. |
|
GrandTotal | integer |
None. |
|
Percentage | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "$type": "NE.Models.EnrollmentActivity, NE.Models", "EnrollmentType": "sample string 1", "Total": 2, "GrandTotal": 3, "Percentage": 4.1 }, { "$ref": "1" } ]