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