Data Access OEE Quantities (Deprecated)
Endpoints
Get oee quantities list (Deprecated)
/companies/{companycode}/establishments/{establishmentcode}/data-access/oee-quantities |
operation.deprecated |
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path |
companyCode |
Company code |
string |
Path |
establishmentCode |
Establishment code |
string |
Query |
from |
Begin date |
string |
Query |
to |
End date |
string |
Query |
lineCode |
Line code |
string |
Query |
mode |
Mode export data |
IN(INITIALISATION=from and to parameters compared to production day, INCREMENTAL=from and to parameters compared to updated date) |
Query |
scrollId |
Scroll ID of first response |
string |
Data structure
OeeQuantities (Deprecated)
Description of OEE quantities.
Name | Description | Value |
---|---|---|
scrollId |
Scroll ID |
string |
quantities |
OEE quantities |
OeeQuantity list |
OeeQuantity
Name | Description | Value |
---|---|---|
area |
Area |
|
cadenceHour |
Cadence hour |
double |
cancelled |
Cancelled quantity |
boolean |
company |
Company |
|
creationDate |
Creation date |
datetime |
deductedFromDone |
Deducted from done |
boolean |
establishment |
Establishment |
|
item |
Item |
|
line |
Line |
|
moDetail |
MO detail |
|
operatorCode |
Operator code |
string |
operatorFirstName |
Operator firstname |
string |
operatorLastName |
Operator lastname |
string |
prodDay |
Production day |
date |
quantity |
Quantity |
double |
quantityId |
Quantity id |
string |
quantityType |
Quantity type |
string |
quantityUnit |
Quantity unit |
string |
referenceItem |
Reference item |
|
scrapReason |
Scrap reason |
|
team |
Team |
|
userFirstName |
User firstname |
string |
userLastName |
User lastname |
string |
workstation |
Workstation |
Mo
Name | Description | Value |
---|---|---|
moNb |
MO number |
string |
plannedBeginDate |
Planned begin date |
datetime |
plannedEndDate |
Planned end date |
datetime |
realBeginDate |
Real begin date |
datetime |
realEndDate |
Real end date |
datetime |