Data Access OEE Computed Periods
Endpoints
Get oee computed periods list
| /companies/{companycode}/establishments/{establishmentcode}/data-access/oee-computed-periods | 
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 | mode | Mode export data | IN(INITIALISATION=from and to parameters compared to production day, INCREMENTAL=from and to parameters compared to updated date) | 
| Query | lineCode | Line code | string | 
| Query | scrollId | Scroll ID of first response | string | 
Data structure
oee computed periods response information
Description of OEE computed periods.
| Name | Description | Value | 
|---|---|---|
| periods | OEE computed periods | |
| scrollId | Scroll ID | string | 
OeeComputedPeriodsDTO
| Name | Description | Value | 
|---|---|---|
| area | Area | |
| cadenceLostDuration | Cadence lost duration | long | 
| cancelled | Cancelled | boolean | 
| company | Company | |
| deductedFromDoneQuantity | Deducted from done quantity | double | 
| doneProductionDuration | Done production duration | long | 
| doneQuantity | Done quantity | double | 
| establishment | Establishment | |
| goodProductionDuration | Good production duration | long | 
| goodProductionFinalDuration | good production final duration | long | 
| item | Item | |
| line | Line | |
| lineConfiguration | Line configuration | |
| moNb | MO number | string | 
| noneQualityDuration | None quality duration | long | 
| periodBegin | Period begin | datetime (ISO-8601) | 
| periodDuration | Period duration | long | 
| periodEnd | Period end | datetime (ISO-8601) | 
| prodDay | Production day | date | 
| runningTimeDuration | Running time duration | long | 
| scrapQuantity | Scrap quantity | double | 
| stop | Stop | |
| team | Team | |
| teamPeriodId | team period id | integer | 
| unit | Unit | |
| workingDuration | Working duration | long | 
StopDTO
| Name | Description | Value | 
|---|---|---|
| duration | Stop duration | long | 
| id | Stop id | long | 
| reason | Stop reason |