GET api/Strata/OEE/OEEExport?StartDate={StartDate}&EndDate={EndDate}&SiteID={SiteID}&ProductionAreaID={ProductionAreaID}&ProductionLineID={ProductionLineID}
OEEExport Returns a list of OEE data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
Required |
|
| EndDate | date |
Required |
|
| SiteID | integer |
Default value is -2 |
|
| ProductionAreaID | integer |
Default value is -2 |
|
| ProductionLineID | integer |
Default value is -2 |
Body Parameters
None.
Response Information
Resource Description
Json Data
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.