Data Access OEE Quantities
Endpoints
Get oee events and quantities list
| /companies/{companycode}/establishments/{establishmentcode}/data-access/oee-quantities | 
Parameters
| Type | Name | Description | Schema | 
|---|---|---|---|
| Path | companyCode | Company code | string | 
| Path | establishmentCode | Establishment code | string | 
| Query | from | Begin date | string (YYYY-MM-DD) | 
| Query | to | End date | string (YYYY-MM-DD) | 
| 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 | 
Responses
| HTTP Code | Description | Schema | 
|---|---|---|
| 200 | Successful | < oee quantities response information > array | 
| 400 | Functional error | No Content | 
| 500 | Internal server error | No Content | 
Data structure
oee quantities response information
Description of OEE quantities.
| Name | Description | Value | 
|---|---|---|
| quantities | OEE quantities | OeeQuantityDTO list | 
| scrollId | Scroll ID | string | 
OeeQuantityDTO
| Name | Description | Value | 
|---|---|---|
| area | Area | |
| cadenceHour | Cadence hour | double | 
| company | Company | |
| creationDate | Creation date | datetime (ISO-8601) | 
| 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 |